PDA

View Full Version : validating error


derksj
07-20-2005, 10:35 AM
Hi

i want to validate my links but i get this error

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9986186 bytes) in /var/www/html/phpLinkDirectory-2.0.0rc4/include/functions.php on line 346

Someone knows what this means

Greetings Jurgen

Mike77
07-20-2005, 01:04 PM
This could be PHP problem (what version do you have),not neccessary phpld. Coders will know more but unti lthen here is some advice (this error seems common):

http://www.tech-recipes.com/php_programming_tips777.html

here is more:

http://www.google.com/search?hs=wEX&hl=en&lr=&safe=off&c2coff=1&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=%22Allowed+memory+size+of+8388608%22&btnG=Search

achafik
07-20-2005, 01:08 PM
Hello, this means that the php.ini file is configured to set the memory limit to 8388608. you may try fixing this by doing the following...

Open "include/config.php"
Near line 31 find : Content visible to registered users only.
Press enter, and on next line add: Content visible to registered users only.

or if you have access to the php.ini file, open it up and find: Content visible to registered users only.

replace with: Content visible to registered users only.

The ";" comments the line

Hope this helps :)

derksj
07-20-2005, 01:38 PM
works great
thanx

vwebworld
01-22-2008, 10:20 PM
I have the same memory fatal error and my host increased the php memory to 32mb (can no go any larger).

How do I fix this... so I do not get an error?

~Roland