Hi,
I am using drupal 4.7. I wanted to test the ad module before including it in my real site.
So i untared and placed the folder in the modules folder in the local copy of my website on my computer.
I then tried to open the page: ?=admin/modules to enable it. But all i got was a blank screen.
I then made the folder hidden: mv ad .ad;
and then i tried to visit ?=admin/modules. I could access the page properly.
Please tell what am i doing wrong.
Regards
Sameer
Comments
Comment #1
jeremy commentedReview your web server error log to see what caused the white screen. Perhaps you don't have enough RAM allocated for PHP.
Comment #2
sameersegal commentedThanks you were right, not enough RAM allocated. I increased it from 12Mb to 16Mb.
Thanks
Sameer