Warning ...wieso?
Verfasst: 17.09.2003 13:17
Hallo Leute,
Was will der mir damit sagen? is da die User ID in Reihe 236 falsch eingestellt?Ich seh da nur keine ...
und wieso sagt der mir das ein fFile fehlt obwohl alle da sind?
die Zeile wo der Fehler sein soll
Hilfe....
bin noch total Neu auf dem Gebiet.Wills aber raffen.Also Bitte
gruß Crack
Code: Alles auswählen
Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 11935 is not allowed to access /home/www owned by uid 0 in /home/www/htdocs/crackmack.de/phpBB2/includes/template.php on line 236
Template->make_filename(): Error - file does not existdie Zeile wo der Fehler sein soll
Code: Alles auswählen
/**
* Generates a full path+filename for the given filename, which can either
* be an absolute name, or a name relative to the rootdir for this Template
* object.
*/
function make_filename($filename)
{
// Check if it's an absolute or relative path.
if (substr($filename, 0, 1) != '/')
{
$filename = phpbb_realpath($this->root . '/' . $filename);
}
if (!file_exists($filename))
{
die("Template->make_filename(): Error - file $filename does not exist");
}
return $filename;
}Hilfe....
bin noch total Neu auf dem Gebiet.Wills aber raffen.Also Bitte
gruß Crack