Quote:
Originally Posted by apiasto
installed it but getting data base error on every option but setting.i am using 3.7.3
Invalid SQL:
SELECT
gift_type.gifttypeid, gift_type.title, gift_type.description,
gift_type.image, gift_type.active, gift_type.categoryid,
gift_categories.title AS categorytitle
FROM vb_gift_type
LEFT JOIN vb_gift_categories AS gift_categories ON gift_type.categoryid = gift_categories.categoryid
ORDER BY categoryid DESC;
MySQL Error : Table '******_db.vb_gift_type' doesn't exist
|
Read the note on the install instructions on this thread, sorry at this time it wont install if you have a table prefix.