On Sat, 18 Jun 2005, puregin wrote:
On 17 Jun 2005, at 11:41 PM, Gerhard Killesreiter wrote:
On Fri, 17 Jun 2005, Tib wrote:
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"
BOFH excuse: I didn't have my morning tea yet.
Now that I'm looking more closely at the warning, it appears that the PHP include path does not include '.' - should it?
I checked my local installation and it has. So it probably should.
Cheers, Gerhard