Topic: Simple site integration
I'm testing this forum, and I have to say I like it. Now I would like to integrate the forum engine into my site.
The idea is to let the forum worry about login / logout / register of users. So I can concentrate on functionality of the site.
My first test: following code is from the documentation page 1.3 (1.4 is non existent on this topic).
if(!defined('FORUM_ROOT')) {
define('FORUM_ROOT', 'forum/');
}
require FORUM_ROOT.'include/common.php';
This is straightforward, but still I get this message
Fatal error: Call to a member function escape() on a non-object in /home/a8552167/public_html/forum/include/functions.php on line 1498
, is this only meant to work in 1.3?