Hi,

I have a very strange problem with a new drupal installation: Basically, the system is up an running. However, the subdirectories of the installation directory seem to be inaccessible for drupal. Therefore, the theme is not working, and drupal can also find no modules, the menu isn't there, etc. Have a look at it here: http://gcr.nersc.no/Archive/

If I go to admin/themes or admin/modules, empty lists are shown. Disabling clean_url does not help. The permissions of the folders are set correctly, and if I try to access an html file in a subdirectory, it works (e.g. http://gcr.nersc.no/Archive/themes/test.html)

No error logs within drupal, but in the /var/log/httpd/gcr.nersc.no_error_log I see

[Thu Dec 21 11:14:49 2006] [debug] mod_rewrite.c(1788): [client 158.37.60.119] mod_rewrite's internal redirect status: 0/10.

each time I try to access a page.

Any suggestions what I should try?

Thanks for the help!

Ben.

Comments

dman’s picture

It's possible your include_path does not include the current directory : "."
you may be able to fix that up with ini_set() at the top of index.php (among other ways)

It may help if you posted some information about your platform... like whether it's hosted or you admin it.

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

benma’s picture

Hi Dan,

thanks for your reply! You can have a look at the configuration at http://gcr.nersc.no/Archive/info.php. The site is hosted by our IT-department, which essentially has left for Christmas :-) So I have some limited access, but can't change any server settings etc...

I also realized that while http://gcr.nersc.no/Archive/ 'works', http://gcr.nersc.no/Archive produces a 404 page.

Thanks again for your help!

Ben.