Quote:
Database error in vBulletin 3.6.3:
Invalid SQL:
SELECT id,title FROM `seovideos` WHERE `video_id`='2844183475996675652' AND `post_id`='2681' AND `type`='google' LIMIT 1;
MySQL Error : Unknown column 'post_id' in 'where clause'
Error Number : 1054
|
trying to delete a post. I can only delete a post if the addon is disabled
Also if you runthe install php file morethan once you get a sql error about the columns already existing in the forum table
Looks to me like you need id , type , video_id , title, post_id, forum_id, date_added but you only have id , type , video_id , title as fields. What should post_id, forum_id, date_added be? INT(255)?