undefined function field_attach_load() when installing D7.12
Folks: This is very frustrating. I am trying to install a virgin version of Drupal 7.12. I am getting an error message: Fatal error: Call to undefined function field_attach_load() in /home/sbjazz/public_html/includes/entity.inc on line 320 The line in question is: (in the entity.inc file) field_attach_load($this->entityType, $queried_entities) Apparently, the field_attach_load function doesn't exist. How should I proceed? Is the installer broken? I did check that the functio is in: modules/field/field.attach.inc It is present. Thanks, Bill Prothero William waprothero@gmail.com
Did you check on Drupal.org? http://drupal.org/node/481758 http://drupal.org/node/1171756 -- this one suggests that PHP 5.2.x is the culprit. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Prothero William
This is very frustrating. I am trying to install a virgin version of Drupal 7.12. I am getting an error message:
Fatal error: Call to undefined function field_attach_load() in /home/sbjazz/public_html/includes/entity.inc on line 320
I've seen this when installing modules as well. I just reload the page and it continues on. Suggestions in the 481758 are to make sure you have cookies enabled and to clear your cookies. Earnie On Wed, Mar 7, 2012 at 9:08 PM, Ms. Nancy Wichmann <nan_wich@bellsouth.net> wrote:
Did you check on Drupal.org?
http://drupal.org/node/481758 http://drupal.org/node/1171756 -- this one suggests that PHP 5.2.x is the culprit.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Prothero William
This is very frustrating. I am trying to install a virgin version of Drupal 7.12. I am getting an error message:
Fatal error: Call to undefined function field_attach_load() in /home/sbjazz/public_html/includes/entity.inc on line 320
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Earnie -- https://sites.google.com/site/earnieboyd
I got Drupal 7.12 to install on my server by doing: 1. clearing the cache and cookies from my web browser 2. re-copying the "sites" folder from my downloaded zip file to the server 3. deleting all tables from the database One thing that wasn't clear to me is that the install.php script does the creation of the settings.php file. I was accustomed to the D6 installation where this is hand-edited. Bill Prothero William waprothero@gmail.com
On Thu, Mar 8, 2012 at 3:22 PM, Prothero William wrote:
One thing that wasn't clear to me is that the install.php script does the creation of the settings.php file. I was accustomed to the D6 installation where this is hand-edited.
The D6 installation did the creation of settings.php as well and D7 will use an existing settings.php file that contains data just like D6 did. -- Earnie -- https://sites.google.com/site/earnieboyd
Hello, I'm adding terms in a vocabulary programmaticaly, with the taxonomy_term_save function. How can I set the language of the term when I add it ? Is there a way to precise that it's a "language neutral" term ? Thanks, Fred PS : I use Drupal 7.15
participants (4)
-
Earnie Boyd -
Frédéric Charrier -
Ms. Nancy Wichmann -
Prothero William