GetSimple Support Forum

Full Version: MyBB Integration problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB offers an integration class located over here: http://phpdave.com/MyBBIntegrator/

The proglem arisen is that when I add the code to include that class I get this error:

Code:
Fatal error: Cannot redeclare redirect() (previously declared in /home/xxxxx/public_html/forums/inc/functions.php:763) in /home/xxxxx/public_html/admin/inc/basic.php on line 464

My understanding is that GetSimple does also have a redirect() function like MyBB and that is the conflict. What can I do to avoid this?

I added the include code at the very top of index.php
im not sure what you can do aside from not including the GS files (by not calling the BB script from within a template file) when you are on the BB page.