The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Fatal Error Max Execution Time Error Problem
For some reason, this error message pops up and I can't figure out why and how to fix it.
Quote:
|
#2
|
|||
|
|||
You could increase the execution time if you have access to the php config file.
What version of vb do you have? |
#3
|
|||
|
|||
I have version 4.1.2 but I don't know how I where the php config file would be located.
--------------- Added [DATE]1329930900[/DATE] at [TIME]1329930900[/TIME] --------------- Here's the website - http://www.BoostedK20.com/ |
#4
|
|||
|
|||
Bump, anyone?
|
#5
|
|||
|
|||
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). |
#6
|
|||
|
|||
Quote:
--------------- 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... |
#7
|
|||
|
|||
To use the 'max_execution_time' time thing I posted above, you need to edit a file and insert it. I was suggesting include/config.php since that's included in every script.
I looked at line 7132 and still can't see what would do it. You could try disabling all your plugins by editing the include/config.php file and inserting: Code:
define('DISABLE_HOOKS', 1); just under the <?php line at the top. But this disables all plugins, so if you can't replicate the error then you probably don't want all plugins disabled for a long time. |
#8
|
|||
|
|||
So far, I adjusted the execution time and it hasn't happened. I'll keep testing.
|
#9
|
|||
|
|||
Here it is again:
Fatal error: Maximum execution time of 60 seconds exceeded in D:\Hosting\7557321\html\forums\includes\functions. php on line 7123 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|