Error in environment.php

Permalink
Hi, currently moving a site to a new host and while most everything is going well I am getting this error on one page:

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 75 bytes) in /hsphere/local/home/blurred/kt.jacqlines.com/concrete/core/libraries/environment.php on line 138


Make sense to anyone?

 
dmen replied on at Permalink Reply
This page is producing a different error every time I go to it. Just now I got:

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 18 bytes) in /hsphere/local/home/blurred/kt.jacqlines.com/concrete/libraries/3rdparty/Zend/Cache/Core.php on line 312

The page uses the same template file that a bunch of other pages use, and they are all ok.

Anyone know why one page might be producing memory errors?
dmen replied on at Permalink Reply
If anyone wants the page url it is:

http://kt.jacqlines.com/designs...

Thanks
dmen replied on at Permalink Reply
Hoping someone knows why this page might be producing seeming random errors...
Just now I got this:

Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 30720 bytes) in /hsphere/local/home/blurred/kt.jacqlines.com/concrete/core/libraries/database_item_list.php on line 81
dmen replied on at Permalink Reply
OK, found some info on this and increased my PHP memory allocation to 64MB and the error is gone.

However - one image on the page is not loading - inspecting it shows that c5 is trying to load it from a cache folder. I've fully cleared the cache, and completely turned off caching yet it is still looking in cache for the file...

Anyone know how I can fix this?

http://kt.jacqlines.com/designs/...

Is the page. Really appreciate any help.