News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Unable to create categories

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

Previous topic - Next topic

0 Members and 1 Guest 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.