Heaplink
Developer & Designer
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:
I know what the message means, and I tried to use
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
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
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