When I click on "configuration" menu I cannot enter into it (does not want load this page). Menu should open but instead nothing happens. It says that is "loading" but after some time while "waiting for localhost" white screen appears (that means nothing happen).
It doesn't affect on language interface (when I use Slovenian or English).
Every other menu is accessible (is working).
I can access into "configuration - sub menus" through "structure - menus" than I click on "list links" on management menu. Every sub-menu is accessible (but only that longer way).
The path to "configuration" menu is: "http://localhost/drupal7/#overlay=admin/config" but failed to load.
I use Windows 7 Home Premium (32-bit), PHP 5.2.14, Apache 2.2.17, MySQL 5.1.51
I didn't find that others have the same problem like me. So, I don't know what should be wrong.
I hope I help to improve Drupal 7 and that this problem will be solved.
Thank you,
Jonson
Comments
Comment #1
montesq commented1° Is it reproducible on a fresh install?
2° Do you succeed to reach the url http://localhost/drupal7/admin/config ?
3° Do you use a specific theme?
Comment #2
Jonson1 commented1. Yes, it is reproducible every time I install from scratch.
- I tried also 7.0-beta2 (same problem)
- I tried fresh install Slovenian language (same problem - here I thought that maybe this problem occurs because language module...)
- I tried with fresh install English language (same)
- I tried install with "example themes" (same problem)
- I tried install without "example themes" (same problem)
2. No, I got blank white screen as usual.
3. No, I use default theme already installed with Drupal. No special theme.
I hope this help.
Comment #3
Jonson1 commentedNow I see that also "http://localhost/drupal7/admin/reports/status" does not work. I never checked this submenu "status report" before.
I didn't do much with Drupal, just checking and exploring new version (and I like it) and I encounter with this problem.
Comment #4
montesq commented1° Can you check the logs of your web server just after trying to navigate to the URL above?
2° How many memory are reserved for PHP in your configuration?
Comment #5
sivaji_ganesh_jojodae commentedI could not reproduce this bug. The recent version checkout from HEAD works great for me . This is probably a support request.
Comment #6
Jonson1 commented1. When I click on link http://localhost/drupal7/admin/config than logs are:
a) access.log
b) error.log
2. memory_limit = 128M
I checked and there is no "favicon.ico" in folder as specified in error.log
I hope this helps.
@sivaji
That's really strange, because on each fresh install I get same problems. Is it maybe in the version of apache, PHP ...?
Now I checked in the phpmyadmin and there I see I have MySQL client version: 5.1.51a
and down it says:
Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.51. This may cause unpredictable behavior.
But this probably is not related with this issue.
Comment #7
montesq commentedand if you try dupal7/?q=admin/config ?
The extract of the file access.log show you get an error 500 when accessing drupal7/admin/config. My understanding is that there is a misconfiguration of your server (clean urls?). Have you changed anything in the .htaccess file provided in the drupal archive?
Comment #8
damien tournoud commentedPlease see http://drupal.org/node/158043 on how to debug a White screen page. There is nothing we can do to help you until we have more information.
Comment #9
Jonson1 commented@montesq
If I try: "drupal7/?q=admin/config" also I got white page.
Yes, I have clean urls enabled. And I didn't change the .httaccess
I only changed in Apache httpd.conf following:
a.) enabled mod_rewrite module (remove # symbol...)
b.) changed from "AllowOverride None" to "AllowOverride All" in section "AllowOverride controls what directives may be placed in .htaccess files."
I did this to enabled clean urls for Drupal6 which I tried before Drupal7 (I followed some online tutorial).
But if I use original httpd.conf file as came with Apache than I can't do nothing. I can't acces into Drupal7 or Drupal6 index.php
It just want to download that file, not to open it.
I tried also with @Damien proposal, but nothing happend. Everything is same (white page). Maybe I did something wrong (adding the lines in index.php)...
Since only I have this problem, than there is something wrong with my configurations and this probably is not a bug...
Thanks anyway...
Comment #10
jamesbenison commentedI just encountered this same problem. seo_checker module was responsible. Often times disabling and removing suspect modules (or just remove if you can't get to the modules menu) can solve the problem. Frequent backups are good practice, especially at this stage of d7.
Comment #11
a6hiji7 commentedEncountered the same problem in RC1. Installed RC1 and all administration menu links are working except the "Configuration" link. It just keeps showing the "Loading..." message and then shows a white screen. The same happens with the "Status report" link in the "Reports" section; but "Recent log messages" link works. I have not added/enabled any extra contributed modules. I am on windows (using Wamp5).
Comment #12
a6hiji7 commentedI checked by enabling error reporting but don't see any error. Also PHP and Apache error logs don't have any errors either.
Comment #13
a6hiji7 commentedCan anyone tell where the request for the "Configuration" link is processed? I want to have a look into the issue.
Comment #14
curious2010 commentedI have a similar problem with drupal-7.0-rc2: sometimes I cannot enter into "configuration" menu /admin/config , sometimes I enter but only after long long loading (more than 1 minute); the same with entering /admin/reports. I just installed drupal-7.0-rc2 and haven't changed anything.
Comment #15
5kot commentedOne solution. I encountered the same problem and found that the max_execution_time setting my php.ini file was set to 30. I changed it to 120 and the admin/config & admin/reports/status pages then returned.
Further investigation on the admin/reports/status page found that the HTTP request status failed. The reason that failed was due to an IPv4/IPv6 issue with my .hosts file (I'm on Windows 7). Refer to this issue #245990: HTTP request testing unreliable and may be undesirable for more info.
Fixing the IPv4/IPv6 issue reduced the config page rendering to under 30 seconds. Happy days.
Comment #16
a6hiji7 commentedYes, increasing the max_execution_time does fix it. Thanks.
Comment #17
jeanvl commentedOn a fresh install of Drupal 7, when I try to access /?q=admin/config, I get a 500 Internal Server Error instead (and within seconds).
Unlike the users above, I am not experiencing a wait time, nor a blank screen.
This happens every time for the following url's:
/?q=admin/config
/?q=admin/reports/status
/?q=admin/config/search/clean-urls
Here are some other url's that give me the same error once, but are not reproducible since:
/?q=admin/config/people/accounts/display
/?q=admin/config/content
/?q=admin/config/search
Please note that I've already changed my max_execution_time to 120. Help! Thanks! :-)
Comment #18
montesq commented@#17
Please, have a look at the link proposed in #8. We need to have concrete additional information to investigate and not only "I get a white screen on ..."
According to previous answers, it seems like a server configuration issue, I set the priority to normal...
Comment #19
weigu commentedTry this fix http://drupal.org/node/245990#comment-1341064
It works for me on Drupal7.
Comment #20
ar-jan commentedUnless there are several different issues in this thread, I don't think it's a server configuration error. My site is working fine (Drupal 7.0, PHP 5.2.16, Apache 2), clean urls working. Then I noticed an "internal server error", but only on "admin/config/people/accounts", other configuration and report items were working fine.
The error log showed this error:
File does not exist: /home/user/public_html/favicon.icofor exactly the number of times i tried to load the admin/config/people/accounts page.Having read #10 I checked my disabled modules, I had devel and devel_themer in there. I uninstalled Theme Developer, and the error went away.
Does this mean those modules are doing something wrong, or is this still possibly a Drupal core bug?
Comment #21
SergFromSD commentedThe fix from comment #19 from weigu worked for me too!
Comment #22
Jean Gionet commentedI'm running into the same situation, my admin pages often timeout while loading. I never experienced this under D6 (well at least not this slow or with these types of timeouts).
I've tweaked my php.ini and my.ini based on many recommended performance enhancements.
I'm running this on a old Win2000 server (don't ask.. my work is 10yrs behind.. long story)
Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.2.6
MySQL 5.1.54-community
Comment #23
josephcvh commentedIm new with drupal and just installed drupal 7.4 few days ago. I'm having trouble with the "Configuration" button. It gives me blank page whenever I access it. Any specific solution? Im using wamp5. Need help...
Comment #24
mdupontChanging the title to a more descriptive one
Comment #25
dmonsieur commented#19 works for me, but there's no need to edit you hosts file on Windows. You can change localhost into 127.0.0.1 in your address bar, which worked for me too. I'm using Windows 7 ultimate.
Comment #26
dalias commentedJust installed Drupal7 and getting the same problem as #23. What's the fix? If it's a hard bug to fix, how can I uninstall Drupal7 to put Drupal6 instead on my server? I'm using WAMP Server 2.0
Comment #27
mdupontMaybe there will be something interesting in Apache logs if log level is set to "debug", can someone try?
Comment #28
jmanarivo commentedAdding the configuration ini_set(max_execution_time,120) in settings.php worked form me!!!
Comment #29
merklm commentedHad the same problem and weigu's solution from post #19 worked for me. If you're running WAMP w/PHP5 on a Vista machine, give it a try.
Comment #30
lionic commentedsetting max_execution_time to 60 fixed my problem. i suspect its something to do with checking updates from the drupal site
here's the devel query log
i also get this message when i visited that page,
Comment #31
lionic commentedI found out the problem,
it seems that my C:\windows\system32\drivers\etc\hosts file on windows had a configuration problem,
here's the one i had
and by commenting out the ::1 line, the configuration page loaded within 2 seconds or so.
By doing this, i also fixed this error that kept popping up in my admin/reports/status page.
Comment #32
tahiticlic commentedIf you are behind a proxy, that also can be localisation update module which can make the update status reach the timeout.
Comment #33
wjackson commentedI was having a similar issue and it turned out to be the image_import module that was causing the problem.
Comment #34
cweagansSupport requests are never major or critical.
Comment #35
sayamish commented#31 worked for me. Thanks lionic :-). I'm using Wamp |- PHP Version 5.2.6.
Comment #36
dddave commentedLots of fixes for the various reasons the WSOD can come up.
Comment #38
katrialesser commentedalright, for anyone who has this problem - I couldn't see the admin/config & admin/reports/status pages - I looked at the error log for my site & found that it was trying to find Autoload.php
I had the cas directory in all/modules/cas/cas/autoload.php
I copied it (so now in both places) to: /all/libraries/cas/cas/Autoload.php
both pages show up just fine now.
Comment #39
vikgilmuc commentedI'm not behind a proxy, but I fixed it with #32 .
Localitation Upgrade module deactivated and worked again.
Thanks !!
Comment #40
wdev commentedI increased my php file MAX_EXECUTION_TIME from 300 to 1200 and it works