RevCMS - ASE/HK - More that memory limit

Status
Not open for further replies.

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Hey all,

I set up RevCMS and it worked perfectly. Then I used Helicon Ape to get the Housekeeping working. When I loaded the CMS it was slow to reach, but It did work and I did get into Housekeeping and I could edit user information etc. But after I chose the ban list it went crazy and now it reports this error:

Code:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 261904 bytes) in C:\inetpub\wwwroot\development\app\tpl\class.html.php on line 55

I know what the message means, and I tried to use

PHP:
ini_set("memory_limit","12M");

also with other megabytes up to 256. This didn't work, since it just said the same message with the new memory set. Then i tried to edit the following in php.ini

Code:
memory_limit = 128M

from 128M to 256M and to 512M with out luck.

Is there any other fix for this?

I use IIS 7 on a Windows Server 2008 Enterprise with the Helicon Ape extension to read .htaccess files (since web.config wouldn't work with Housekeeping)

By the way, it is ONLY the Housekeeping doing this the entire CMS (with Mango template) works perfectly, just not Housekeeping.

Regards
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Thanks to Sledmore the error do not appear. The reason why this message come is because the URL has to be exact

Code:
http://YOURSITE/ase/index.php?url=dash

or

Code:
http://YOURSITE/ase/dash/

if set up with htaccess

Otherwise it will come with that stupid memory error.

Thanks to Sledmore for helping with this ;-)
 
Status
Not open for further replies.

Users who are viewing this thread

Top