Closed (fixed)
Project:
Drupal core
Version:
6.10
Component:
admin.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2009 at 09:41 UTC
Updated:
21 May 2009 at 12:10 UTC
Hey everyone, I always get a blank admin page on /admin after installing a module or just now also with a translation.
I have no clue on how to solve this.
I tried this:
http://drupal.org/node/31819
changed memory_limit = 32M
, after I deleted the module from sites/default/modules
it works again, but I dunno how I can undo the language pack.
And it's quite iritating not being able to try out any module?
I made sure it was for the right version 6.x each time
I'm using xampp to test locally.
Any clues?
Using Drupal 6.10 now and had same problem with 6.9...
Thanks in advance.
Comments
Comment #1
Slena commentedComment #2
judef commentedHi Slena,
Just increase the execution time in PHP.ini located in windows directory "max_execution_time =XXX" . i changed it to 160 and eveything is working fine.
regards,
judef
Comment #3
Slena commentedSeems like its fixed,
Thanks judef!
Comment #4
Slena commented