View Full Version : backlink error
thompson
03-20-2006, 06:39 PM
if i check the reciprocal links, i get the following error:
Fatal error: Allowed memory size of 26214400 bytes exhausted (tried to allocate 135285924 bytes) in /www/htdocs/w005f2ae/include/functions.php on line 307
line 307: $data = fread($fp, $len);
i dont know what system will say to me. ;)
neurosis4u
03-20-2006, 06:55 PM
Maybe your memory limit in your server php.ini is to low...??
in another forum i`ve read, that this sometimes can be solved, if you delete the data in folder /cache/templates on the server...
thompson
03-20-2006, 10:02 PM
that seem to be not the problem.
cleared cache ....
php.ini enough memory ...
same problem again.
anyone who can help ?
thompson
03-21-2006, 10:21 PM
*push*
pelves
03-21-2006, 10:47 PM
Hi Thompson, what this error means is that your PHP is running out of memory when executing the script in question. This normally doesn't happen, and shouldn't happen, as from your post I can see that you have 26Mb of memory allocated to PHP. Why the script is trying to allocate 130+mb seems beyond all normal operation to me - I suspect something has gone wrong with your script, perhaps from some editing you've been doing?
What kind of server are you running? Do you have a lot of power and memory? If so, you could try adding the following line to the top of the script causing the problem (functions.php):
Content visible to registered users only.
Let me know if this makes any difference. Be warned that this is a hack and not a solution. It may also cause other memory related problems for you.
Good luck.
thompson
03-22-2006, 07:00 AM
i did´n´t change something on function.php.
only want to check links and reciprocal links over directory. i have only 300 pages in my directory.
@proggers
anyone who had the same problem ?
thompson
04-07-2006, 09:40 PM
no idea´s ?
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.