Seite 1 von 1

Forum funzt nit....

Verfasst: 26.12.2003 22:31
von hihocs
allso wenn ich pm schreiben will kommt

Fatal error: Call to undefined function: color_group_colorize_name() in /usr/local/apache/www/n00b/html/privmsg.php on line 2125

und wenn ich posten will:

Parse error: parse error in /usr/local/apache/www/n00b/html/posting.php on line 29

hier die links
zu PRIVMSG.PHP

http://hiho-cs.org/privmsg.php.txt

zu POSTING.PHP
http://hiho-cs.org/posting.php.txt[/url]

Verfasst: 26.12.2003 22:59
von Dave
Hast du irgendwas verändert am Forum?

Verfasst: 26.12.2003 23:00
von hihocs
hmmmm ca 10 mods installiert ? :D
das prob mit priv msg ist gefixt ... da hab ich die

include_once($phpbb_root_path.'includes/functions_color_groups.'.$phpEx);


zeile vergessen ....
bei posting.php ist es schwieriger ....

Verfasst: 26.12.2003 23:02
von hihocs
2. prob auch scho gefixt denk ich ...

include($phpbb_root_path . 'includes/functions_bookmark.'.$phpEx)
==>
include($phpbb_root_path . 'includes/functions_bookmark.'.$phpEx);

hab das ; vergessen :D