CMSMS does not work after adding more than 10000 contents
Posted: Tue Jul 10, 2012 4:22 pm
Hello everybody,
I would like to appreciate the work of all the CMSMS team and all the developers giving advices at this board. Since today I have found solutions for all my problems without posting a question.
But now I have the problem that I'm not able to solve by myself and I haven't found any post anywhere (nor google..).
I am developping the system based on CMSMS and everything was great until I imported 10 000 content pages in various categories into the system. With around 2000 everything works well, with 6000 system is slower but with more than 10000 records, after a long time, I am getting this error message:
I think that this is not a problem of my hosting server, I tried on my 2x2.6Ghz,4GB RAM server and the result is the same (really long processing...).
My CMSMS Version is 1.10.3.
Please can you give me an advice what to do with so much pages or whether there exists any solution how to allow CMSMS to use more than ~5000 pages?
Thank you very much for your help!
J.M aka Bossak
I would like to appreciate the work of all the CMSMS team and all the developers giving advices at this board. Since today I have found solutions for all my problems without posting a question.
But now I have the problem that I'm not able to solve by myself and I haven't found any post anywhere (nor google..).
I am developping the system based on CMSMS and everything was great until I imported 10 000 content pages in various categories into the system. With around 2000 everything works well, with 6000 system is slower but with more than 10000 records, after a long time, I am getting this error message:
The problem is during checking for existing route in the function:Fatal error: Maximum execution time of 90 seconds exceeded in /data/web/virtuals/12673/virtual/www/stores/lib/classes/class.cms_route_manager.php on line 127]
Code: Select all
static public function route_exists(CmsRoute $route)
{
if( !is_array(self::$_routes) ) return FALSE;
foreach( self::$_routes as $test )
{
if( $test == $route ) return TRUE;
}
return FALSE;
}
My CMSMS Version is 1.10.3.
Please can you give me an advice what to do with so much pages or whether there exists any solution how to allow CMSMS to use more than ~5000 pages?
Thank you very much for your help!
J.M aka Bossak