*I just moved my cakephp app to new server and have some configuration issue. I got the following message and need to specify the `* CAKE_CORE_INCLUDE_PATH` but can`t find any place to specify. Can I just add to core.php?
*Warning*: include(cakeDSbootstrap.php) [function.include<http://dev.gowerk.net/function.include>]: failed to open stream: No such file or directory in * /home/gowerk/public_html/dev/app/webroot/index.php* on line *52* *Warning*: include(cakeDSbootstrap.php) [function.include<http://dev.gowerk.net/function.include>]: failed to open stream: No such file or directory in * /home/gowerk/public_html/dev/app/webroot/index.php* on line *52* *Warning*: include() [function.include<http://dev.gowerk.net/function.include>]: Failed opening 'cakeDSbootstrap.php' for inclusion (include_path='CAKE_CORE_INCLUDE_PATH:ROOTDSAPP_DIRDS:.:/usr/lib/php:/usr/local/lib/php') in */home/gowerk/public_html/dev/app/webroot/index.php* on line *52* *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 DScake core directory and your DSvendors root directory. in */home/gowerk/public_html/dev/app/webroot/index.php* on line * 53* -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
