|
Ok, thanks. I'll do it in a few hours.
I have a problem.
"Fatal error: Out of memory (allocated 19398656) (tried to allocate 4881 bytes)..."
I checked my php settings, phpinfo says i have these settings active:
max_execution_time = 60
max_input_time = 60
memory_limit = 128M
Something else must be limiting it. How can i fix this?
|