had same problem as "assassingod" with the 30 secs problem on both 2.2.8 AND 2.2.9 however have sorted out a solution, tryin to work out what done to correct so can post to hassassingod him out
Quote:
Originally posted by Bitsys
VeoMorphine:
Nope, 2 or 3 tables had new fields added to them.
assassingod:
An easy fix is to comment out the code. Put "/*" before the loop code and "*/" after the loop code. If this doesn't fix the problem, then there is something seriously wrong.
BTW, the loop code begins with
Code:
// Part of the following code comes from a post made by
and ends withSo, you should make it look like
Code:
/*
// Part of the following code comes from a post made by
And
Code:
*/ // End joint fix.
|