OK... you can try upping your memory limit in your php.ini file. Look for a line like
Code:
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
That shouldn't really do anything for you (it looks like your script is asking for only 4096 bytes) but we should at least try to rule it out.