By jasom on
Win XP
Wamp server 2.0c
Drupal 6.2
---------my problem----------
after opening admin pages localhost/drupal-6.2/?q=admin of the fresh new inslated drupal 6.2 (and wamp server too) I see just blank page (white screen) (Opera, FF and IE7). There is no souce code.
------------------------------
What I should to do?
Comments
The most usual cause is php
The most usual cause is php memory. See
http://drupal.org/node/207036
Try increasing the memory_limit in your php.ini to, say, 40M.
Have you installed many additional modules?
Another possible cause can be one buggy additional module.
This is happening to me too
This is happening to me too now. I have a 128mb memory limit, tried deleting all modules, and set my errors to display, yet still it is blank. Any ideas, anyone?
Same Problem
I am having the same problem. Drupal 6.2 is freshly installed and the very first thing that I do, before adding any content or modules, is go to the admin page, which is blank. Strangely, I can still access all other administrative pages through the left sidebar or through URLs. (Such as drupal/?q=admin/settings). I have tried increasing the memory limits and digging through various log files, and haven't added any modules which didn't come with Drupal. The admin page in Drupal 5.7 works fine. Any ideas?
Can you try disabling the
Can you try disabling the Update status module? You may find that admin/build/modules has the same problem as admin/, in which case you may have to edit the {system} table directly.
gpk
----
www.alexoria.co.uk
gpk
----
www.alexoria.co.uk
Disabling the Update Status Module works
Go to phpMyAdmin and browse to the system table in your Drupal database. Find the modules/update/update.module entry and change the status from '1' to '0'.
My only issue now is that I can't use this module.....re-enabling it returns me to the same situation. I'm using WAMP on a Windows XP laptop (brand new laptop, brand new install of everything).
This is a known problem on
This is a known problem on some localhost setups and also on some hosted accounts. Until a fix is found (there are issues open against it in the issue tracker) you could just subscribe to the security announcements mailing list and you will get notification of all security updates for core and contrib ... hmm wonder where that is ... ahh yes, see the block in the LH sidebar on the security announcements page that lets you subscribe.
gpk
----
www.alexoria.co.uk
gpk
----
www.alexoria.co.uk