Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 5 hours ago
term2323 Posted December 17, 2022 Share Posted December 17, 2022 We imported from vbulletin several years ago. I have hundreds of errors like these in the log. Is there any way to fix this to make the errors stop and declutter the log? Thanks! SELECT app_id, app_key FROM `convert_apps` WHERE name='forums_vbulletin' IPS\Db\Exception: Unknown column 'name' in 'where clause' (1054) #0 /home/username/public_html/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*username_ipsd...', Array, true) #1 /home/username/public_html/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /home/username/public_html/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /home/username/public_html/forums/showthread.php(49): IPS\Db\_Select->first() #4 {main} Link to comment Share on other sites More sharing options...
teraßyte Posted December 17, 2022 Share Posted December 17, 2022 (edited) New converter application versions have the redirect scripts included in the code itself but older versions used to have php files uploaded separately on your server. Based on your log it looks like you indeed have one such old script which is most likely missing the latest changes: /forums/showthread.php Try removing/renaming that file, check if the errors stop, and also double-check if your old vB topic urls still redirect properly. Edited December 17, 2022 by teraßyte Link to comment Share on other sites More sharing options...
Marc Stridgen Posted December 19, 2022 Share Posted December 19, 2022 This is correct. There may be others such as showforum.php in there too. Link to comment Share on other sites More sharing options...
Recommended Posts