It looks like you must have a typo in one of your config files.

The word "PATH_SEPARATOR" is being placed in your PATH instead of the
path separator charater (:), so there has to be a typo where you are
setting up the include path.

On Jan 23, 5:42 am, Mono <[email protected]> wrote:
> Hello!!
>
> My Cake-App works perfect on my localhost, but after i uploaded it i
> become the error msg:
>
> Warning: Failed opening 'cake/bootstrap.php' for inclusion
> (include_path='/mnt/web2/13/38/51150638/htdocs/plPATH_SEPARATOR/mnt/
> web2/13/38/51150638/htdocs/pl/app/PATH_SEPARATOR.:') in /mnt/
> web2/13/38/51150638/htdocs/pl/app/webroot/index.php on line 84
>
> 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/web2/13/38/51150638/htdocs/pl/app/webroot/
> index.php on line 85
>
> ...and i dont know why.
>
> if i do a var_dump on the define CAKE_CORE_INCLUDE_PATH in the file
> app/webroot/index.php i get:
>
> string(34) "/mnt/web2/13/38/51150638/htdocs/pl"
>
> ... and that looks ok. The url to my app is:http://cbmono.de/pl/
> similar as on my localhost:http://localhost/pl/
>
> Could anyone help me pls?
>
> Best regards!
> claudio.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to