I am having a problem with server errors and was wondering if anyone has had similar problems and/or know of a possible solution.
Of immediate concern is the following error message which has been ailing mine and other sites hosted on the same server;
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/fish-tai/public_html/BETA/includes/blocks/poll.php on line 193
Also.....
numerous occurences of "Page cannot be displayed" or "server returned an unrecognized response".
At first I thought it had something to do with the PostNuke CMS I use, however, after further investigation I have learned that other sites on the same server are having the same problems and they are not using PostNuke, but are php driven.
Has anyone experienced these problems before and did you find a solution?
I have heard that php 4.0.6 had a bug affectin a memory leak and I have informed my host. They have recently upgraded php to 4.1.1 , however this did not correct the problem.
One thing I don't quite understand is how the memory is being allocated. Is that for the actual scripts? Could the scripts be too large or does it have to do with the amount of memory being used when creating the arrays or what not from mysql database?
Thanks for any help.
Of immediate concern is the following error message which has been ailing mine and other sites hosted on the same server;
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/fish-tai/public_html/BETA/includes/blocks/poll.php on line 193
Also.....
numerous occurences of "Page cannot be displayed" or "server returned an unrecognized response".
At first I thought it had something to do with the PostNuke CMS I use, however, after further investigation I have learned that other sites on the same server are having the same problems and they are not using PostNuke, but are php driven.
Has anyone experienced these problems before and did you find a solution?
I have heard that php 4.0.6 had a bug affectin a memory leak and I have informed my host. They have recently upgraded php to 4.1.1 , however this did not correct the problem.
One thing I don't quite understand is how the memory is being allocated. Is that for the actual scripts? Could the scripts be too large or does it have to do with the amount of memory being used when creating the arrays or what not from mysql database?
Thanks for any help.