View Full Version : Not sure if its a bug but....
Parker Clack
Fri 5th May '00, 4:35pm
I am not sure if this is a bug or not but whenever I try to update my counter, build the index, etc. it gives me the following error:
Fatal error: Maximum execution time exceeded in /mydirectory/vbulletin/admin/misc.php on line 28
this is will the latest build of this file.
Previously in the download of misc.php in 1.1.1 it was saying the error was on line 30.
Parker
[Edited by Parker Clack on 05-06-2000 at 02:36 AM]
John
Fri 5th May '00, 10:16pm
Turn down the number of threads that you are updating at once. The default is 1000 or so, but you may find it better with 100.
John
Parker Clack
Sat 6th May '00, 7:17am
I turned them download to 250 and still get the error. I will try 100.
Parker
Parker Clack
Sat 6th May '00, 8:50am
I tried turning the number down to 50 and it updated the members index just fine but I still get time out errors when I try to build the index. This is with it set at 25.
Parker
John
Sat 6th May '00, 10:23pm
You will have to keep on turning it down until the script takes less than 30 seconds to execute. This is the default PHP timeout, and cannot be overridden with PHP in safe mode, which must be how you are running it.
John
Cold Steel
Sun 7th May '00, 10:58am
I'm trying to build search index. It doesn't work, and I don't have an option for how many threads to do at once.
John
Sun 7th May '00, 11:20am
Cold Steel: upgrade to version 1.1.1. It can be downloaded from the members area.
John
Parker Clack
Mon 8th May '00, 2:11am
I confirmed with my PHP guy that PHP Safe Mode is off in the config file. So when I try to build in the index with a rate of 25 I still get the time out errors.
Anything else to try?
Parker
John
Mon 8th May '00, 2:32am
OK. Try adding these lines after the <?php at the beginning of misc.php:
if (function_exists("set_time_limit")==1 and get_cfg_var("safe_mode")==0) {
set_time_limit(1200);
}
John
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights