Receiving the following error when trying to create a menu tab in the Admin CP -> Advanced Navbar Links -> Add Menu dropdown. What could be preventing this table from being created?
Background:
We had a plugin installed running the nav menu system (this guy: https://www.vbulletin.org/forum/showthread.php?t=233629) but it stopped working and is only showing the forum tab with the associated subnav bar. We changed nothing on our end that would have caused it to stop working. I recently discovered that our version of VB has built in nav tab support now and would like to transition to that. But, see error posted above... Old nav menu plugin has been disabled btw.
Database error in vBulletin 4.2.5:
Invalid SQL:
SELECT * FROM custom_droplinks_cat WHERE title = 'QC Trails';
MySQL Error : Table 'qcforcor_FORCForum.custom_droplinks_cat' doesn't exist
Error Number : 1146
Request Date : Saturday, August 28th 2021 @ 10:27:24 PM
Error Date : Saturday, August 28th 2021 @ 10:27:24 PM
Script : http://www.qcforc.org/admincp/admin_...p?do=do_addcat
Referrer : http://www.qcforc.org/admincp/admin_....php?do=addcat
Classname : vB_Database_MySQLi
MySQL Version : 5.6.41-84.1
Stack Trace:
#0 vB_Database->halt() called in [path]/includes/class_core.php on line 1395
#1 vB_Database_MySQLi->execute_query() called in [path]/includes/class_core.php on line 505
#2 vB_Database->query_first() called in [path]/admincp/admin_custom_links.php on line 73
Invalid SQL:
SELECT * FROM custom_droplinks_cat WHERE title = 'QC Trails';
MySQL Error : Table 'qcforcor_FORCForum.custom_droplinks_cat' doesn't exist
Error Number : 1146
Request Date : Saturday, August 28th 2021 @ 10:27:24 PM
Error Date : Saturday, August 28th 2021 @ 10:27:24 PM
Script : http://www.qcforc.org/admincp/admin_...p?do=do_addcat
Referrer : http://www.qcforc.org/admincp/admin_....php?do=addcat
Classname : vB_Database_MySQLi
MySQL Version : 5.6.41-84.1
Stack Trace:
#0 vB_Database->halt() called in [path]/includes/class_core.php on line 1395
#1 vB_Database_MySQLi->execute_query() called in [path]/includes/class_core.php on line 505
#2 vB_Database->query_first() called in [path]/admincp/admin_custom_links.php on line 73
We had a plugin installed running the nav menu system (this guy: https://www.vbulletin.org/forum/showthread.php?t=233629) but it stopped working and is only showing the forum tab with the associated subnav bar. We changed nothing on our end that would have caused it to stop working. I recently discovered that our version of VB has built in nav tab support now and would like to transition to that. But, see error posted above... Old nav menu plugin has been disabled btw.
Comment