just installed got this db error when I click on a thread
PHP Code:
select s.*,i.*
from vb_itemshop_stock s
left join vb_itemshop_items i
on(i.id=s.item_id)
where s.member_id='1'
ORDER BY s.iorder ASC LIMIT 10;
MySQL Error : Unknown column 's.iorder' in 'order clause'
Error Number : 1054
Date : Thursday, March 29th 2007 @ 08:49:49 PM
Script : http://www.criticalfx.net/forums/showthread.php?p=223
Referrer : http://www.criticalfx.net/forums/index.php
IP Address : 69.225.252.163
Username : NightHaze
Classname : vb_database