Quote:
Originally Posted by kh99
I have the source for vb4.1.2 PL6 but don't see anything at line 712 that would do that. Can you look at your includes/functions.php and see what's around line 712?
You could increase the max execution time by putting this code somewhere:
Code:
ini_set('max_execution_time', 60);
(of course you can use whatever value you want instead of 60). includes/config.sys might be a good place to put it. But if there's something wrong then increasing the max execution time might just make it take longer before displaying an error (and use more server time).
|
Could you tell me how I would do the above? For example, Admin CP > Settings > etc etc. I will post once added to see how it all works
--------------- Added [DATE]1330323307[/DATE] at [TIME]1330323307[/TIME] ---------------
And it just gave me this error:
Fatal error: Maximum execution time of 30 seconds exceeded in D:\Hosting\7557321\html\forums\includes\functions. php on line 7123
--------------- Added [DATE]1330323344[/DATE] at [TIME]1330323344[/TIME] ---------------
Maybe I forgot the "3" at the end of the initial post...