Solved by changing THIS_SCRIPT in cmps_index.php from 'index' back to 'adv_index' and disabling the
"Product : vBadvanced CMPS: Nav Tab" plugin. I then added my own "Home" button through the navigation
manager, set it's script to adv_index, everything is back to normal. I also cleaned up a few rogue
entries in the database, vb_navigation. Items that had been deleted were still there, plus I had to
manually set a default tab because the navigation manager was giving this error UPDATE navigation
SET state = (state | 2) & ~8
WHERE navid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near '' at line 4
This is kind of obscure but it may help someone.
|