10688 Posts in 2795 Topics by 1518 members
Jump to:If this is your first visit, you will need to register before you can post. However, you can browse all messages below.
| Page: 1 | go to end | Reply | |
| Author | Topic: Error on deleted redirector page | 354 views |

3 July 2008 at 12:48pm
Page: http://constructiongroup.gooduse.co.nz/overview
Error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4864 bytes) in /nfs/c02/h03/mnt/29059/domains/constructiongroup.gooduse.co.nz/html/sapphire/core/Object.php(122) : eval()'d code on line 1
This was a redirector page that has been deleted from the live site or something. The error is only occurring on this page, and the menu item above it. We have put:
_config.php: ini_set('memory_limit', '120M');
main.php: ini_set('memory_limit', '120M');
.htaccess: php_value memory_limit 64M

3 July 2008 at 3:44pm
If my maths is correct 67108864 bytes is like 65mb? which is greater then 64mb you have set in the .htaccess as the other 2 are set to 120M it must be using the .htaccess file one
| 354 views | |||
| go to top | Reply |