Closed (cannot reproduce)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2011 at 03:13 UTC
Updated:
30 May 2013 at 14:42 UTC
This is from a recent 7.x-dev copy using php-5.3,nginx-1.0.4 and mariadb-5.2.6.
Fatal error: Call to undefined function node_types_rebuild() in /home/localhost/htdocs/includes/common.inc on line 7125
Comments
Comment #1
likewhoa commentedjust to add, after doing to https://localhost i see
Comment #2
David_Rothstein commentedWhen exactly in the install process does the first error occur? Is it reproducible?
(The second error I think is just a symptom of visiting the front page of a Drupal site that is in a halfway-installed state.)
Comment #3
likewhoa commentedoccurs right after entering the site info form, which is the last process of the install. This was reproduced twice last night.
Comment #4
David_Rothstein commentedThat probably means Drupal got installed but the node module didn't, which sounds a lot like #1171756: Fatal error: Call to undefined function field_attach_load() - prevent installer from continuing through a failed installation (although in that case it was the field module instead).
That issue describes a number of situations that can lead to this kind of error, and usually it's a secondary side effect of some other error that happened earlier in the install process; not sure if that was the case here.
Comment #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.
Comment #6
digodrupal commentedSolved this for me,
In drupal 6, we want to create a setting.php file in sites/default folder.
But here in drupal 7, don't create a new setting.php file. It will be created automatically.
Comment #7
likewhoa commentedComment #8
geek-merlinCrosslinking #1849444: mod_fcgid: stderr: PHP Fatal error: Call to undefined function node_types_rebuild() in common.inc on line 7379