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