PDA

View Full Version : Banner uploading Problem



Nadeem Bhuheekhan
October 8, 2013, 08:26 PM
Hi guys

I have updated the banner plugins and now its not woring when inserting a banner
It say : MYSQL ERROR

See attachemnt
690

Please help me out guys

Thank YOu

Alex
October 9, 2013, 04:07 AM
Nadeem,

Go to Admin Panel > Database >> SQL query

And apply the following code:


ALTER TABLE `{sql_prefix}banners` ADD `Follow` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `Type`;


This will solve your problem.

Nadeem Bhuheekhan
October 9, 2013, 06:13 AM
Hello Alex

Its not working
I paste the code in the SQL query but refused to save

See attachement
691