kranthy Posted May 21, 2012 Share Posted May 21, 2012 Please help me out ..... ERROR: Maximum execution time of 30 seconds exceeded error occured in the function CRM/sys1.7.2/database/DB_active_rec.php line num :180 i.e $this->$item = $default_value; function _reset_run($ar_reset_items) { foreach ($ar_reset_items as $item => $default_value) { if ( ! in_array($item, $this->ar_store_array)) { $this->$item = $default_value; } } } Quote Link to comment https://forums.phpfreaks.com/topic/262853-maximum-execution-time-of-30-seconds-exceeded/ Share on other sites More sharing options...
requinix Posted May 21, 2012 Share Posted May 21, 2012 That is one of the few error messages where the line number (generally) doesn't matter. Your script that times out - what does it do? Quote Link to comment https://forums.phpfreaks.com/topic/262853-maximum-execution-time-of-30-seconds-exceeded/#findComment-1347222 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.