I am a newbie in Drupal. I am finding it difficult to instal Core Drupal. I have entered my site information in Configure site setting and after clicking save and continue, the message i get is : Fatal error: Call to undefined function field_attach_load() in C:\Users\user\Desktop\moco\includes\entity.inc on line 320. I have looked at the includes/entity.inc folder, yet i am still unable to solve the problem.

Comments

artofeclipse’s picture

if you remove your changes did you get this error?? and what's the changes you made ?

lekanoladeinde’s picture

@Ma'moun.othman
I have not made any change. I don't know what changes to make. I got the error message when i tried to save my site information.Thanks

artofeclipse’s picture

here is a link for this issue reported as a bug, Fatal error: Call to undefined function field_attach_load() in /home/htdocs/drupal7/includes/entity.inc on line 320 it's seems to be related to some enviroument configurations, or php.ini, some developer got it fixed in the issue.

sreyas’s picture

Try changing the following values to more higher values in php.ini

max_execution_time
max_input_time
memory_limit

------------------
Ciril Sreedhar
Sreyas IT Solutions
Server Administration | Web Designing | Web Programming

mastucir’s picture

Many thanks sreyas! I was getting the same error, but after following your tips everything is back to normal. :)

royce.williams’s picture

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.