When i Pass Configure site and press save and continue THis error appear
Fatal error: Call to undefined function field_attach_load() in C:\wamp\www\Drupal\includes\entity.inc on line 320
Call Stack
# Time Memory Function Location
1 0.0007 374232 {main}( ) ..\install.php:0
2 0.0102 837560 install_drupal( ) ..\install.php:26
3 0.6142 8978360 install_run_tasks( ) ..\install.core.inc:79
4 1.4822 12594008 install_run_task( ) ..\install.core.inc:342
5 1.4824 12594608 drupal_build_form( ) ..\install.core.inc:392
6 2.5982 14630520 drupal_process_form( ) ..\form.inc:364
7 2.6295 14759728 form_execute_handlers( ) ..\form.inc:844
8 2.6296 14761664 install_configure_form_submit( ) ..\form.inc:1430
9 2.8716 14761408 user_load( ) ..\install.core.inc:1827
10 2.8716 14761728 user_load_multiple( ) ..\user.module:362
11 2.8717 14761776 entity_load( ) ..\user.module:287
12 2.8726 14773064 DrupalDefaultEntityController->load( ) ..\common.inc:7493
13 2.8763 14787104 UserController->attachLoad( ) ..\entity.inc:204
14 2.8831 14791952 DrupalDefaultEntityController->attachLoad( ) ..\user.module:333
i don't know what i can do ?!?! plz help
Comments
did you try the solution here
did you try the solution here http://drupal.org/node/481758#comment-1688968
Digit Professionals specialising in Drupal, WordPress & CiviCRM support for publishers in non-profit and related sectors
fixes for this class of issue
I 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.