stevell Posted January 16, 2013 Share Posted January 16, 2013 I have just moved to a new server and i cannot regenerate the images. Below is the error message is receive. It does not give me any clue as to where the issue may be. Any sugestions on where to start. Warning: Wrong parameter count for clearstatcache() in //server/www/htdocs/classes/ImageManager.php on line 122 Fatal error: Out of memory (allocated 39583744) (tried to allocate 12840 bytes) in server/www/htdocs/classes/ImageManager.php on line 363 Steve Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted January 16, 2013 Share Posted January 16, 2013 Hi, Just increase your "memory_limit" in php.ini. For example: memory_limit = 64M Regards Link to comment Share on other sites More sharing options...
stevell Posted January 16, 2013 Author Share Posted January 16, 2013 Under configuration infomation it says, Server information Server information: FreeBSD FreeBSD 6.4-RELEASE-p8 #2 r1019 i386 Server software version: Apache/1.3.42 (Unix) mod_auth_tkt/2.1.0 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.8r PHP version: 5.2.17 Memory limit: 128M Max execution time: 30 That looks like the memory is 128m Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted January 16, 2013 Share Posted January 16, 2013 Ok, let's increase memory limit to 256M Link to comment Share on other sites More sharing options...
stevell Posted January 16, 2013 Author Share Posted January 16, 2013 Still the same error message Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted January 17, 2013 Share Posted January 17, 2013 Are you sure that server apply your changes. Did memory limit change in phpinfo? Link to comment Share on other sites More sharing options...
stevell Posted January 17, 2013 Author Share Posted January 17, 2013 Thanks for the advice but it appears the server I moved it to was on an old plan and was unable to handle to load. I am moving to a new one which should fix the problem. Link to comment Share on other sites More sharing options...
Recommended Posts