Getting a similar error there is something wrong with:
$bericht=parse_bbcode2($pagetext,"1","1","1","1"," 1");
I believe it requires an extra parameter:
return parse_bbcode2($bbcode, $dohtml, $dobbimagecode, $dosmilies, $dobbcode, $iswysiwyg, $donl2br);
But Im no php person. If you remove this, then it does seem to work, but I am assuming that there is a problem with the bbcode. As the BBCODE is not parsed when I remove it.
|