www.tobiasdosch.de/1004.txt
SO, wenn ich nun mein forum aufrufe, bekomme ich so eine meldung:
das ist dieser code auschnitt:Fatal error: Call to undefined function php_code() in C:\apachefriends\xampp\htdocs\all4php\includes\bbcode.php on line 155
Code: Alles auswählen
if ( eregi( "\[code", $text ) )
$text = bbencode_second_pass_code($text, $uid, $bbcode_tpl);
else if ( eregi( "\[php", $text ) )
155 $text = php_code($text, $uid, $bbcode_tpl);
Code: Alles auswählen
if ( eregi( "\[code]", $text ) )
$text = bbencode_second_pass_code($text, $uid, $bbcode_tpl);
else if ( eregi( "\[php]", $text ) )
$text = php_code($text, $uid, $bbcode_tpl);
Könnte sich jemand den mod mal von mir runterladen, und mal testen und ggf. den Fehler beheben? Wäre echt dankber[php:1:035f683245]<?PHP
echo "lala";
$var = "lulu";
function getnow()
{
return $var;
}
getnow();
?>[/php:1:035f683245]
EDIT: Müsst ihn gar net runterladen, könnt auch gleich online angucken