The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Hi,
when i want delete a video in Admin Dashboard there comes an error:
Query: DELETE FROM video_feeds_imported WHERE video_id = 4 LIMIT 1
Error Message: Unknown column 'video_id' in 'where clause'
Error Number: 1054
the massage comes on a new page the video was deleted!
Regards
Offline
It is fixed already. If you want to fix from mysql console or phpmyadmin do:
ALTER TABLE `video_feeds_imported` ADD `video_id` int(11) unsigned NOT NULL default '0';
ALTER TABLE `video_feeds_imported` ADD KEY `video_id` (`video_id`);
ALTER TABLE `video_csv_imported` ADD `video_id` int(11) unsigned NOT NULL default '0';
ALTER TABLE `video_csv_imported` ADD KEY `video_id` (`video_id`);
Or drop us a email with mysql access and i'll fix.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Ahh ok thanks for this.
I bay the script on 2001-30-09 must i do more fixes ore must i use any of the upgrade scripts in the download file, ore have you a new upgrade file?
Thanks, regards
Offline
You upgraded to RC4?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
i have done a fresh install from the downloaded package on 2011-30-09 and all upgradefiles in the package give me errors "dublikate" so i think it is RC4?!
But you wrote in other Topic you have finished some fixes 2011-10-03 ore later so i dont now i have the latest version??
Offline
Offline
Ok thanks i have the menu with this entries
Offline
Yes. There are a couple of fixes i've added after the release. Did the queries fix the problem?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yes the problem is solved.
Thanks
Offline