Don't have an account yet? You can create one, it is free, just click here
as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
Post subject: Problems with Online Messanger block
I have problems with installing the OnlineMessanger Block on my MDPro System.
This error is schown if i want to initialice the module:
Fatal error: Cannot redeclare pnbannerdisplay() (previously declared in /www/htdocs/lexipo/pntables.php:25) in /www/htdocs/lexipo/pntables.php on line 25
but i can not understand this problem!
Is this block or module running on the mdpro 1.081 system?
sjah MDchannel manager
Joined: Aug 01, 2003
Posts: 302
Location: Australia
 Posted:
Sep 21, 2007 - 12:30 AM
pnbannerdisplay function is not supported anymore in MDPro
Joined: Dec 07, 2003
Posts: 768
Location: Kenya
bannato
 Posted:
Sep 29, 2007 - 08:21 PM
It is still however declared in pntables. Probably a leftover. Try commenting line 25 of pntables.php out //function pnbannerdisplay () {};
Alternatively, replace with
if (!pnbannerdisplay){function pnbannerdisplay () {};}
PS: trying to come back into activity. It aint easy.