PDA

View Full Version : Unable to upload Banner on website



Nadeem Bhuheekhan
October 22, 2013, 02:10 PM
Hi..

Iam unable to upload banner on my website.. Error with Mysql

Can someone know how to resolve this ?

712


Thank You

Alex
October 25, 2013, 04:39 AM
Dear Nadeem,

We have eliminated the error on your website.


The patch that was used to resolve the problem...


ALTER TABLE `{sql_prefix}banner_plans` ADD `Regions` MEDIUMTEXT NOT NULL;
ALTER TABLE `{sql_prefix}banner_plans` CHANGE `Geo` `Geo` ENUM('0','1','2','3') NOT NULL DEFAULT '0';