Hi All,
I have been running the vba links plugin for some while now with no problem but since the upgrade to 2.5 sitemap I have been getting the error below. The table referred does not exist in the db (I checked the plug-in file (one of Olegs) and checked the call to the database:
$lnkg = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "adv_links_categories WHERE private = 0");
while ($lnk = $db->fetch_array($lnkg)) etc ...
The table prefix is bf_ so
As can be seen the correct table bf_adv_links_categories is called but the error below shows bf_links_categories as the invalid sql error as the table bf_links_categories does not exist - I cannot explain this can anyone help?
cheers
Roy
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM bf_links_categories WHERE private = 0;
MySQL Error : Table 'BF_FORUM.bf_links_categories' doesn't exist
Error Number : 1146
Request Date : Tuesday, September 8th 2009 @ 05:12:48 PM
Error Date : Tuesday, September 8th 2009 @ 05:13:11 PM
Script :
http://www.example.com/forum/vbseo_s...eo_sitemap.php
Referrer :
http://www.example.com/forum/vbseo_sitemap/index.php
IP Address : xxx
Username : Unregistered
Classname : vb_database
MySQL Version :


LinkBack URL
About LinkBacks





Reply With Quote
