Jump to content

Recommended Posts

Posted

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}

Posted (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 by teraßyte
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...