Quantcast

litespeed and cakephp

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

litespeed and cakephp

hoss7
hi
i have one website with Cakephp 2.1.2 on Litespeed web server.
i have this error:

Warning: include(Cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/mybracel/public_html/app/webroot/index.php on line 77

Warning: include(Cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/mybracel/public_html/app/webroot/index.php on line 77

Warning: include() [function.include]: Failed opening 'Cake/bootstrap.php' for inclusion (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php:/usr/lib/php:/usr/local/lib/php:/home/mybracel/php') in /home/mybracel/public_html/app/webroot/index.php on line 77

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 /home/mybracel/public_html/app/webroot/index.php on line 86

how can i fix this error?

note: in Apache web server i dont have this error.

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: litespeed and cakephp

Piotr Beschel
find CAKE_CORE_INCLUDE_PATH in /webroot/index.php
and write full path to cake core like ROOT .DS. 'PLACE WHERE IS CAKE CORE';

W dniu niedziela, 12 sierpnia 2012 11:47:39 UTC+2 użytkownik hoss7 napisał:
hi
i have one website with Cakephp 2.1.2 on Litespeed web server.
i have this error:

Warning: include(Cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/mybracel/public_html/app/webroot/index.php on line 77

Warning: include(Cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/mybracel/public_html/app/webroot/index.php on line 77

Warning: include() [function.include]: Failed opening 'Cake/bootstrap.php' for inclusion (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php:/usr/lib/php:/usr/local/lib/php:/home/mybracel/php') in /home/mybracel/public_html/app/webroot/index.php on line 77

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 /home/mybracel/public_html/app/webroot/index.php on line 86

how can i fix this error?

note: in Apache web server i dont have this error.

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Loading...