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]
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: upgrade to version 1.1.1. It can be downloaded from the members area.
John [FixedBug] HTML.Allowed Does Not Allow Empty Strings:: I am not sure if this a bug or not, perhaps I am using this directive the wrong way. But lets say I want to filter out all HTML from a string. Naturally I do the http://htmlpurifier.org/phorum/read.php?3,532,532HOME | Coding Horror: Thats Not a Bug, Its a Feature Request:: Well, if it wasnt asked for then its not a bug. Not sure if you can filter by bug/feature easily but Ill be looking for it right now. http://www.codinghorror.com/blog/archives/001189.htmlHOME |
OK. Try adding these lines after the
if (function_exists("set_time_limit")==1 and get_cfg_var("safe_mode")==0) {
set_time_limit(1200);
}
John
I turned them download to 250 and still get the error. I will try 100.
Parker
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
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.
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
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
Where's The Advantage In Windows Genuine Advantage?
Stocks Bounce After S&P Joins Bear Market
|