Ich habe folgenden Fehler:
Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /www/htdocs/v097964/forum/common.php on line 231ab Zeile 229 der common.php hat geschrieben: //-- mod : bbcode box reloaded -------------------------------------------------
//-- add
include($config->url('includes/functions_bbc_box'));
//-- fin mod : bbcode box reloaded ---------------------------------------------
if (file_exists('install') || file_exists('contrib'))
{
message_die(GENERAL_MESSAGE, 'Bitte stelle sicher, das Du die Verzeichnisse install/ und contrib/ gel�cht oder zumindest umbenannt hast.');
}
Anleitung des Mod hat geschrieben:#-----[ OPEN ]------------------------------------------------
#
common.php
#
#-----[ FIND ]------------------------------------------------
#
if (file_exists('install') || file_exists('contrib'))
{
message_die(GENERAL_MESSAGE
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : bbcode box reloaded -------------------------------------------------
//-- add
include($config->url('includes/functions_bbc_box'));
//-- fin mod : bbcode box reloaded ---------------------------------------------
#
#-----[ OPEN ]------------------------------------------------
könnt ihr mir da weiterhelfen?
Wäre genial.
Felix