Quote:
Originally Posted by kofoid
I'm getting this error
Invalid SQL:
SHOW COLUMNS FROM Yadauser_troll WHERE field != 'username';
|
The problem seem to start when this row executes from iptracker.php:
PHP Code:
$columns = $vbulletin->db->query("SHOW COLUMNS FROM " . TABLE_PREFIX . "user_troll WHERE field != '$q_t'");
I have a strange feeling that this is a mysql-issue where SHOW-commands isn't allowed (confirmable?). I'm not so good in such errors so this is just a wild guess and I should see if I can change this in the code.
geppeto, I'll get back to you.

I got the same error before, but that time I fixed that part.