By xpersonas on
Hey I'm trying to use MAMP to run my Drupal install. Everything is working fine except when i go to save any kind of administrative task it goes to a blank white screen. The changes will be saved, but I just get that blank screen. I can refresh and everything is fine.
Any thoughts?
Comments
it might possibly be a memory
it might possibly be a memory problem - i think you can set the php memory limit in mamp (i used to use wamp) but not sure...
hope this helps, joe
In my php.ini file I
In my php.ini file I have...
memory_limit = 32M ; Maximum amount of memory a script may consume (8MB)
I can't see where it would need to be any higher than that. It's so weird. It's just if I make any admin change then it goes to a blank page. It's really annoying. Argh.
I take that back. I turned
I take that back. I turned on error reporting and that was in fact the problem. Seems odd that I would need more than 32M to just change the date timezone on my drupal site. Do I have something set up wrong?
hmm that does seem odd - i
hmm that does seem odd - i usually only have 48, and that handles quite a few modules and image processing well - but then again i dont know much about how much the processes actually use...it might be normal....
Maybe you could try searching on the forums now that you can be more specific - maybe there is a problem with a particular build of the date module that someone else has picked up on??
Glad you found the cause of it anyway,
Good luck! Joe