Invalid use of tableprefix in class ImpExCache Issue Tools
issueid=22044 Mon 14th May '07 11:21am
vBulletin Team
Invalid use of tableprefix in class ImpExCache

ImpEx version: 1.81
Importer: SMF (but will most likely cause problems in other importers as well)
Module: 007.php
Condition: vBulletin configured to use table prefix

In file impex/ImpExDatabase_360.php
class ImpExCache
function function get_id()

All instances of
PHP Code:
FROM {$prefix
should be changed to
PHP Code:
FROM " . $this->prefix . " 
Issue Details
Project ImpEx
Category Unknown
Status Fixed (Closed)
Priority Unknown
Affected Version Unknown
Fixed Version (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)

Mon 14th May '07 5:58pm
Issue Changed by Jerry
  • Status changed from Unconfirmed to Fixed (Closed)
Reply