Message Text |
Ok, I've read all of the support documentation in the manual for fixing this timeout error, but I'm still running into problems.
I have 20 categories (226 subcats) and at first I got this message when I tried to edit categories (bulkcategories.php):
Fatal error, exceeded 30 seconds (paraphrased)
/templatefunctions.php line 405
I set the sitemap to 1 and regenerated everything including the sitemap. When I tried it again, I got this message:
Fata error....blah, blah...
but now its in /templatefunctions.php line 164
This is my line 164:
$template = str_replace($tempvar, $replacewith, $template);
My line 405 is :
if (strstr($text, 'name="'. $field .'"') || strstr($text, 'name="'. $field .'[]"'))
Any ideas on what I can try next?
Jen |