Hi,
There is a problem with Add Banner option under -->Tools --> Manage Banners
Error:
Basicly there is no table ['sql_prefix']}_osbanners in SQL database. It needs to be added manualy and in the next release it should be added to the mysql.php I think.
Same issue with Manage Banners
Error:
Below you will find sql file I used to add it to my database.
Now you just need to place proper one shrtcut of the zone in desire by you place in wrraper.html or where ever you want it.
I hope there is nothing else to add to make this work.
There is a problem with Add Banner option under -->Tools --> Manage Banners
Error:
Code:
Fatal error: Database error in "/homepages/46/d339036285/htdocs/votezone/l2/sources/admin/add_banner.php" on line 59
Table 'db398533176.VL_osbanners' doesn't exist in /homepages/46/d339036285/htdocs/votezone/l2/sources/sql/mysql.php on line 88
Same issue with Manage Banners
Error:
Code:
Fatal error: Database error in "/homepages/46/d339036285/htdocs/votezone/l2/sources/admin/manage_banners.php" on line 107
Unknown column 'views' in 'field list' in /homepages/46/d339036285/htdocs/votezone/l2/sources/sql/mysql.php on line 88
Code:
CREATE TABLE `VL_osbanners` (
`id` longtext character set latin1 collate latin1_general_ci NOT NULL,
`code` longtext character set latin1 collate latin1_general_ci NOT NULL,
`name` longtext character set latin1 collate latin1_general_ci NOT NULL,
`display_zone` longtext character set latin1 collate latin1_general_ci NOT NULL,
`active` longtext character set latin1 collate latin1_general_ci NOT NULL,
`views` longtext character set latin1 collate latin1_general_ci NOT NULL,
`max_views` mediumtext character set latin1 collate latin1_general_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci;
Code:
{$zone_a}
{$zone_b}
{$zone_c}
{$zone_d}