I'm using: IMportal, Ch2.16e , phpbb 2.0.22 and now full album mod 2.16e, birthday mod and calender mod
- Fatal error: Cannot redeclare class bbcode in /home/jeroen/domains/jeroen.kmowebsite.be/public_html/forum/includes/bbcode.php on line 31
in bbcode.php comes these lines:(the line in red is line 31)
//-- mod : categories hierarchy ------------------------------------------------
//-- add
class bbcode
{
var $bbcode_tpl;
function bbcode()
{
$this->bbcode_tpl = false;
}
function read()
{
// load templates from file into array.
$this->bbcode_tpl = load_bbcode_template();
// prepare array for use in regexps.
$this->bbcode_tpl = prepare_bbcode_template($this->bbcode_tpl);
}
}
tnx in advance