On 17 Jun 2005, at 11:41 PM, Gerhard Killesreiter wrote:
On Fri, 17 Jun 2005, Tib wrote:
Warning: main() [function.include]: Failed opening 'includes/module.inc' for inclusion (include_path='/usr/local/lib/php') in /home/tib/public_html/drupal/includes/bootstrap.inc on line 645
Fatal error: Call to undefined function db_fetch_object() in /home/tib/public_html/drupal/includes/bootstrap.inc on line 199
By editing bootstrap.inc and removing the 'includes/' from the database.inc, session.inc, and module.inc listings at the end I was able to get to the next error - shown below.
If you need this, something went wrong when unpacking the Drupal tar file. The directory structure should be:
index.php includes/ modules/ themes/
All files ending in .inc should be in includes/.
It looks like includes/ was created, since the warning is generated in "/home/tib/public_html/drupal/includes/bootstrap.inc on line 645"
Now that I'm looking more closely at the warning, it appears that the PHP include path does not include '.' - should it?
Regards, Djun