Gossamer Forum
Quote Reply
AdCycle2.0 BUG
Hi Alex,

it seems there is a bug in the new AdCycle 2.0 -Plugin :
------------------------------------

A fatal error has occured:

Unable to load plugin: Adcycle (syntax error at /home/strato/www/sh/www.shop-netz.de/htdocs/cgi-bin/shop/admin/Plugins/Adcycle.pm line 34, near ");"
syntax error at /home/strato/www/sh/www.shop-netz.de/htdocs/cgi-bin/shop/admin/Plugins/Adcycle.pm line 65, near ");"
syntax error at /home/strato/www/sh/www.shop-netz.de/htdocs/cgi-bin/shop/admin/Plugins/Adcycle.pm line 89, near ");"
)
Please enable debugging in setup for more details
---------------------------------------------------------

Can you please fix it ?

I think, it has something to do with the following syntax :
-----------------------
my $db =
DBI->connect("DBI:mysql:$db_ad_cfg->{_db_database}->{adcycle}:$db_ad_cfg->{_db_ip}->{adcycle}",
my $query=$db->prepare("select WIDTH,HEIGHT from groups where GID=$gid");
$query->execute();
-------------------------

it is always the same (line 34, 65, 89 )



Subject Author Views Date
Thread AdCycle2.0 BUG ManuGermany 2958 Apr 5, 2001, 6:46 AM
Thread Re: AdCycle2.0 BUG
Paul 2900 Apr 5, 2001, 8:01 AM
Thread Re: AdCycle2.0 BUG
ManuGermany 2880 Apr 5, 2001, 11:02 AM
Post Re: AdCycle2.0 BUG
Alex 2836 Apr 6, 2001, 8:57 AM