Configure site
@uri: install.php?profile=standard&locale=en
Fatal error: Call to undefined function field_attach_load() in /var/www/domains/d7.thoughtwell.org/drupal/includes/entity.inc on line 233 Call Stack: 0.0000 115504 1. {main}() /var/www/domains/d7.thoughtwell.org/drupal/install.php:0 0.0040 758712 2. install_drupal() /var/www/domains/d7.thoughtwell.org/drupal/install.php:21 0.1600 13739128 3. install_run_tasks() /var/www/domains/d7.thoughtwell.org/drupal/includes/install.core.inc:80 0.4000 17872456 4. install_run_task() /var/www/domains/d7.thoughtwell.org/drupal/includes/install.core.inc:344 0.4000 17872456 5. drupal_build_form() /var/www/domains/d7.thoughtwell.org/drupal/includes/install.core.inc:394 0.9321 21425928 6. drupal_process_form() /var/www/domains/d7.thoughtwell.org/drupal/includes/form.inc:331 0.9481 21797808 7. form_execute_handlers() /var/www/domains/d7.thoughtwell.org/drupal/includes/form.inc:753 0.9481 21797808 8. install_configure_form_submit() /var/www/domains/d7.thoughtwell.org/drupal/includes/form.inc:1167 1.1601 22778976 9. user_load() /var/www/domains/d7.thoughtwell.org/drupal/includes/install.core.inc:1753 1.1601 22778976 10. user_load_multiple() /var/www/domains/d7.thoughtwell.org/drupal/modules/user/user.module:329 1.1601 22778976 11. entity_load() /var/www/domains/d7.thoughtwell.org/drupal/modules/user/user.module:255 1.1601 22780152 12. DrupalDefaultEntityController->load() /var/www/domains/d7.thoughtwell.org/drupal/includes/common.inc:6564 1.1641 22793440 13. UserController->attachLoad() /var/www/domains/d7.thoughtwell.org/drupal/includes/entity.inc:130 1.1641 22821568 14. DrupalDefaultEntityController->attachLoad() /var/www/domains/d7.thoughtwell.org/drupal/modules/user/user.module:301
reloading or resubmitting resolves the issue.
Comments
Comment #1
attiks commentedI just ran into the same error while installing D7 CVS on IIS, error only occurs with standard profile, minimal is working
Comment #2
David_Rothstein commentedAre you using a PHP optimizer, something like eAccelerator or XCache?
Some of those can be buggy (or can be configured in a buggy way); I think there were some reports of this exact error earlier in the Drupal 7 cycle and it was related to that. It was claimed to have been fixed or at least worked around, but I'm not totally convinced this kind of bug can be solved by Drupal (if that's what it is).
Comment #3
attiks commented@2 I was running xdebug, after disabling all is working ok for both install profiles
Comment #4
Anonymous (not verified) commentedComment #5
royce.williams commentedI have researched this and related issues - often collectively referred to as "The 31 Tables Problem", because it interrupts the table creation process before all 73 or so tables are loaded. See this comment for a semi-exhaustive list of things that have helped people work through this issue. If your fix does not appear in my list, contact me and I will add it to the comment.