Hi there,

I'm doing testing of Drupal 6.2 installation on a web-server. The installed files are inside 'Drupal' folder in public_html directory meaning the access location is 'http://www.abc.com/drupal'. When I try to access this link I get the following error message.

'You don't have permission to access /drupal/ on this server.'

When I try to access 'http://www.abc.com/drupal/index.php', I get the following errors:

'Warning: main(./includes/bootstrap.inc) [function.main]: failed to open stream: No such file or directory in /home/knowledg/public_html/index.php on line 15'

'Fatal error: main() [function.require]: Failed opening required './includes/bootstrap.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/knowledg/public_html/index.php on line 15'

Access to 'http://www.abc.com/drupal/install.php' shows this :)
'Drupal already installed'

Server specs are..
Operating system Linux
Apache version 1.3.37 (Unix)
PHP version 4.4.7
MySQL version 4.1.22-standard

Any help is appreciated :)

Thanks
Daksh

Comments

cedrix’s picture

i have the same problem now.

I'm using 6.2 and the error occured after I made changes to my simplenews and my blocks. When the error occured I undoed my latest changes, but the problem persists.

There has not been any change of privileges, roles, permissions (not in drupal and not on the filesystem).

Any help would highly be appreciated!

Ced

UPDATE SOLUTION: I fooled myself. I created a directory "/node" (for testing purposes, which seem to not have any effect) and due to the fact of a refreshed cache on the updated blocks this error occured timely with a 1-day delay!!