Hi,
ich habe mit CakePHP was entwickelt auf XAMPP, und da läuft alles super. Dann habe ich es zum testen auf meinen eigenen Server geladen, da klapp auch alles. Dann habe ich es auf einen anderen Server geladen und dort kommen lauter Fehlermeldungen.
PHP-Version: 5.2.x
Warning: Failed opening 'cake/bootstrap.php' for inclusion (include_path='/mnt/web4/52/22/5833922/htdocs/cake_adminPATH_SEPARATOR/mnt/web4/52/22/5833922/htdocs/cake_admin/app/PATH_SEPARATOR.:') in /mnt/web4/52/22/5833922/htdocs/cake_admin/app/webroot/index.php on line 82
Fatal error: CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your /cake core directory and your /vendors root directory. in /mnt/web4/52/22/5833922/htdocs/cake_admin/app/webroot/index.php on line 83
mittlerweile versuche ich das standard mäßige cake 1.2.6 ohne meinen app Ordner zum laufen zu bringen. Das hilft aber auch nicht. ???
Kann mir vll jemand helfen?
Was ich auch nicht verstehe, sollte er mir nicht statt PATH_SEPARATOR in der url ein ":" ausgeben?

