Quote:
Database error in vBulletin 3.6.5:
Invalid SQL:
select s.*,i.*
from itemshop_stock s
left join itemshop_items i
on(i.id=s.item_id)
where s.member_id='1'
ORDER BY s.iorder ASC LIMIT 4;
MySQL Error : Unknown column 's.iorder' in 'order clause'
|
This database error occurs when viewing postbits of people with items. Any idea what's wrong? This is after the update btw.