Hallo,
ich bin ein relativer php/mysql neuling. Ich habe mir von phpfood.com das „restaurant script“ heruntergeladen.
mittels xampp wollte ich es mir anschauen, jedoch wenn ich es auf htdocs stelle
(nur den inhalt vom downloadordner) kommt bei mir nur eine leere weiße seite.
Sobald ich es samt ordner hochstelle, kommen bei mir folgende fehlermeldungen:
Warning: include_once(/Applications/XAMPP/xamppfiles/htdocs/config/setts.php) [function.include-once]: failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/phpfood/config/conf.php on line 29
Ich habe schon alles probiert um in der conf.php datei den pfad anzupassen, aber ich schaff es nicht.
Was muss ich hier ändern, damit es funktioniert?
$GLOBALS[‚mainpath‘]="/";
$GLOBALS[‚dirpath‘]=$_SERVER[‚DOCUMENT_ROOT‘].$GLOBALS[‚mainpath‘];
include_once ($GLOBALS[‚dirpath‘].„config/setts.php“);
Ordneraufbau:
localhost/phpfood/config
Danke schonmal im voraus!