Unable to create categories - Page 2 Unable to create categories - Page 2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Unable to create categories

Started by BabeandJamie4Ever, November 21, 2012, 11:14:25 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

BabeandJamie4Ever

Thank-you!! Did some searching online and it appears that line is added by some app called Fantapper, which is something or host has installed on all websites :/ Going to talk with them about it now.

ΑndrĂ©

Quote from: Veronica on December 13, 2012, 02:23:26 PM
You should look at the function rebuild_tree in functions.inc where the problem is reading categories one by one then updating in a loop

Unfortunately, with the current design, I haven't found a better solution for this issue, as the whole category tree needs to be rebuilt on certain actions. Probably we could decrease the amount of SELECT queries, but I currently don't know how to decrease the amount of UPDATE queries.