ich hatte das problem schon einmal als ich den mod das erste mal installiert habe, aber ich weiß nicht mehr wie ich das damals gelöst hab...
nachdem ich den glow & shadow mod installiert habe, kommt in dem topic in dem eine der beiden funktionen verwendet hat diese fehlermeldung:
Code: Alles auswählen
Parse error: parse error in bbcode.php(61) : eval()'d code on line 66
hier sind die linien 56 - 74
Code: Alles auswählen
// Turn template blocks into PHP assignment statements for the values of $bbcode_tpls..
$tpl = preg_replace('#<!-- BEGIN (.*?) -->(.*?)<!-- END (.*?) -->#', "\n" . '$bbcode_tpls[\'\\1\'] = \'\\2\';', $tpl);
$bbcode_tpls = array();
@eval($tpl);
return $bbcode_tpls;
}
/**
* Prepares the loaded bbcode templates for insertion into preg_replace()
* or str_replace() calls in the bbencode_second_pass functions. This
* means replacing template placeholders with the appropriate preg backrefs
* or with language vars. NOTE: If you change how the regexps work in
* bbencode_second_pass(), you MUST change this function.
*
* Nathan Codding, Sept 26 2001
*
*/
ich hoffe es kann mir jemand sagen, was da nicht passt...