I get this when attemping to hit the VBsupport.php file:
Code:
Database error in vBulletin 3.5.2:
Invalid SQL:
SELECT ticket.*, user.username AS assignedtechusername
, icon.title AS icontitle, icon.iconpath
FROM vb3_ticket AS ticket
LEFT JOIN vb3_user AS user ON (user.userid = ticket.assignedtechid)
LEFT JOIN vb3_icon AS icon ON(icon.iconid = ticket.iconid)
WHERE ticket.postuserid = 1 AND open = 1
ORDER BY ticket.replydateline DESC
LIMIT 0, 20;
MySQL Error : Unknown column 'ticket.assignedtechid' in 'on clause'
Error Number : 1054
Date : Tuesday, December 13th 2005 @ 11:13:42 AM
Script : http://www.theflyfishingforum.com/forums/vBSupport.php
Referrer : http://www.theflyfishingforum.com/
IP Address : 70.162.7.101
Username : fshfanatic
Classname : vb_database