Hi there
I am fairly new to Drupal, so please forgive me! I have just completed a fresh install for D6 and the content pages show fine. However, when I click Administer, after a long while I just get a blank screen. So I cannot access any of the admin functions such as modules etc.
Have checked permissions on the Site and all are set to 755
Please can anyone help
Thanks
Hi, This sounds like a
Add this code to the top of
error_reporting(E_ALL); ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE);Remove the code once you're done debugging.Or that...
Problem solved