Doch dann kam auf dem portal folgende Fehlermeldung
Das hier steht in der portal php linie 385Warning: file("http://alcatraz.shell-central.de/escalendar.php") - Success in /home/webuser/web2/html/portal.php on line 385
Warning: Bad arguments to implode() in /home/webuser/web2/html/portal.php on line 385
Code: Alles auswählen
// SWITCH CALENDAR START
if( $introportalmod_config['calendar_active'] == "1" )
{
$template->assign_block_vars('switch_calendar_active', array(
$template->assign_vars(array(
'AWSWKalender' => implode("",file("http://" . $_SERVER['HTTP_HOST'] . $board_config['script_path'] . "escalendar.php"))
))
));
}
// SWITCH CALENDAR END
Bin vollkommen ratlos

Hoffe auf Hilfe
Danke im vorraus
mfg