Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP warnings with field module during drush site-install #55

Open
dkingofpa opened this issue Jun 7, 2012 · 2 comments
Open

PHP warnings with field module during drush site-install #55

dkingofpa opened this issue Jun 7, 2012 · 2 comments
Labels
Milestone

Comments

@dkingofpa
Copy link

vagrant@ubuntu-10:/$ drush @local site-install xforty --db-url=mysql://xxxxx:xxxxxx@localhost/drupal
You are about to create a sites/default/files directory and create a sites/default/settings.php file and DROP all tables in your 'drupal' database. Do you want to continue? (y/n): y
No tables to drop.                                                                                                [ok]
Starting Drupal installation. This takes a few seconds ...                                                        [ok]
WD php: Warning: Invalid argument supplied for foreach() in field_info_fields() (line 596 of                      [warning]
/srv/www/modules/field/field.info.inc).
WD php: Warning: Invalid argument supplied for foreach() in field_info_fields() (line 596 of                      [warning]
/srv/www/modules/field/field.info.inc).
Installation complete.  User name: admin  User password: xxxxxxxxxx                                               [ok]
Invalid argument supplied for foreach() in field_info_fields() (line 596 of                                       [warning]
/srv/www/modules/field/field.info.inc).
Invalid argument supplied for foreach() in field_info_fields() (line 596 of                                       [warning]
/srv/www/modules/field/field.info.inc).
dkingofpa pushed a commit to xforty/xforty-drupal that referenced this issue Jun 8, 2012
@dkingofpa
Copy link
Author

Hmm, thought it might be related to profiler and the order in which views anad features modules are enabled. http://drupal.org/node/1232736#comment-5203102

But that's not it.

@dkingofpa
Copy link
Author

See this d.o. issue: http://drupal.org/node/1430332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant