09-22-2007, 09:20 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Sep 2007
Posts: 8
Thanks: 0
|
Urgent Help Needed
I have recently bought a mass del.icio.us submission script but I am experiencing errors.
http://www.ipsecured.info
Error Message
Code:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 500001 bytes) in /home/ipsecure/domains/ipsecured.info/public_html/scriptDecryptor.php(3) : eval()'d code on line 1
I have tried adding the following line of code:
Code:
ini_set("memory_limit","512M");
But, the issue has still stood.
It is an encrypted file, so it would make no difference if I were to post it here. The script includes a decrypter, and during the decryption process, I get the above error message.
I do not have root access to the server, as this is cluster hosting. The script didn't work at all on my server. Thank you.
|
|
|
|