PDA

View Full Version : ItemStats (WoW) incompatibility with Arcade


Ciderhelm
08-03-2007, 01:31 PM
Here is my error:

Fatal error: Cannot redeclare cleanhtml() (previously declared in .../public_html/forums/arcade.php:5394) in .../public_html/forums/includes/functions_gitemstats.php on line 742

I don't want to give up on one mod or the other, and I don't know enough about coding to know what I can safely cut. Is there something I can do on the Arcade side of things to fix this? (I have not received a response in several days from the ItemStats author, so I'm checking here)

Thanks in advance for any help!

MrZeropage
08-03-2007, 08:14 PM
open arcade.php and replace all "cleanhtml" with "ibpa_cleanhtml" this should fix that (as you rename the function and its calls)

let me know if this helps :)

Ciderhelm
08-04-2007, 05:23 AM
worked wonderfully! thank you!