Apr 24th, 2010, 8:16 AM
Hey Mervin,
Yeah, this stuff is always rather fiddly. I try to avoid tinkering with server configuration stuff as much as possible, so I'm probably as much in the dark as you.
Try adding this line to the php.ini file:
memory_limit = 64M
That *should* tell the PHP engine to increase the memory for all subfolders from the php.ini in which PHP scripts are running, hence solving our problem.
Let me know how it goes.
- Ben
Yeah, this stuff is always rather fiddly. I try to avoid tinkering with server configuration stuff as much as possible, so I'm probably as much in the dark as you.

Try adding this line to the php.ini file:
memory_limit = 64M
That *should* tell the PHP engine to increase the memory for all subfolders from the php.ini in which PHP scripts are running, hence solving our problem.
Let me know how it goes.
- Ben