Hallo,
habe folgendes Problem ich habe versucht ein Script auf meinem Server zu Installieren, und bekomme nach der Installation folgende Fehlermeldung:
Fatal Error: Cannot Access empty property in
/www/html/includes/template.php on line 35
Diese "line" sieht wie folgt aus:
Line 32-37
function main($file)
{
global $template_source_array;
$this -> $template_source_array = file(file) or die("couldn't open file: file");
return(1);
}
Line 35:
$this -> $template_source_array = file(file) or die("couldn't open file: file");
Was könnte der Fehler sein?
Mfg
habe folgendes Problem ich habe versucht ein Script auf meinem Server zu Installieren, und bekomme nach der Installation folgende Fehlermeldung:
Fatal Error: Cannot Access empty property in
/www/html/includes/template.php on line 35
Diese "line" sieht wie folgt aus:
Line 32-37
function main($file)
{
global $template_source_array;
$this -> $template_source_array = file(file) or die("couldn't open file: file");
return(1);
}
Line 35:
$this -> $template_source_array = file(file) or die("couldn't open file: file");
Was könnte der Fehler sein?
Mfg