Problem---- after having freshly installed drupal when i first tried to to visit pages like adminster, modules etc. they all are blank. completely blank.

that is pages like 1)http://localhost/drupal/drupal-6.8/?q=admin

appear completely blank.

all other pages such as content, my account seems to be working fine.

Please help.

Comments

abhinaviit88’s picture

this is the apache error log

[Sun Jan 11 19:58:32 2009] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations
[Sun Jan 11 19:58:32 2009] [notice] Server built: Jan 18 2008 00:37:19
[Sun Jan 11 19:58:32 2009] [notice] Parent: Created child process 388
[Sun Jan 11 19:58:33 2009] [notice] Child 388: Child process is running
[Sun Jan 11 19:58:33 2009] [notice] Child 388: Acquired the start mutex.
[Sun Jan 11 19:58:33 2009] [notice] Child 388: Starting 64 worker threads.
[Sun Jan 11 19:58:33 2009] [notice] Child 388: Starting thread to listen on port 80.
[Sun Jan 11 20:09:41 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Sun Jan 11 20:57:01 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Sun Jan 11 20:57:01 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Sun Jan 11 21:09:00 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/drupal/drupal-6.8/admin, referer: http://localhost/drupal/drupal-6.8/install.php?locale=en&profile=default

i am using wamp server .

any help would be greatly appreciated.

vm’s picture

what is your memory limit set at in php.ini?

abhinaviit88’s picture

memory limit is set to 128 MB..

giving php error log as well

[11-Jan-2009 20:44:24] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:44:50] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:45:17] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:46:16] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:47:09] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:49:09] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:51:08] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:54:30] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:56:01] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 20:57:30] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

[11-Jan-2009 21:00:53] PHP Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\drupal\drupal-6.8\includes\install.inc on line 188

1)WAMP server version is 2.0
2)drupal 6.8

vm’s picture

based on those errors, have you checked the sites/default folder ? do you have the file there? it should be. you should have 2.
one named default.settings.php and one named settings.php.

abhinaviit88’s picture

i have two files there as mentioned by you

1)default.settings has readonly attribute turned off
2)settings.php has the same attribute turned on.

my os is vista..
i did not mention that i guess

ainigma32’s picture

The error says File does not exist: C:/wamp/www/drupal/drupal-6.8/admin and the referrer is the installer.

I'm guessing that you were done with the installation and clicked to go to the admin page right?

What happens when you try the url http://localhost/drupal/drupal-6.8/index.php?q=admin ?

If that results in a blank page you should see some other error in Apache's logging.

-Arie