MyBB Community Forums

Full Version: Integration problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First of all I'd like to thank you for this great software.

I am trying to integrate it to my homepage so I did the following:

chdir($config['forum_path']);
require_once 'global.php';

$config['forum_path'] DOES contain the correct path. But I get this error:

Quote:Fatal error: Cannot redeclare class timer in c:\programmer\easyphp1-8\www\Upload\inc\class_timers.php on line 12

How do I solve that?