PDA

View Full Version : Non-vb page - database errors


Aevron
11-27-2002, 02:55 PM
Is it possible to implement multiple VB hacks for non-forum pages? I seem to be getting this error when adding a new hack:

Fatal error: Cannot redeclare stripslashesarray() (previously declared in c:\clanpages\www.newjedicircle.net\forums\global.p hp:31) in c:\clanpages\www.newjedicircle.net\forums\global.p hp on line 31

This is when PHP-including Pluhnews. Its odd because the pluhnews.php file works correctly if I just go to the file seperately.

I'm also using a PHP script called 'Advanced Poll', and the 'Welcome-Panel on a non-vb page' script found on this site. The poll doesn't work correctly when I use the Welcome-panel, but when I remove it, the poll works fine.

Scott MacVicar
11-27-2002, 03:05 PM
looks like your including global.php twice remove it from the file your trying to execute.

Aevron
11-27-2002, 03:07 PM
Works! Thanks so much!