i presume you made your app with the cake console.
so you have to copy your app to the server and the cake core.

if you bake your application and the cake core is on other folder of
you pc you need to change this archives:
they are absolute paths, but you just have to change this:

app/webroot/index.php line:53
                define('CAKE_CORE_INCLUDE_PATH', ROOT);

and do the same in this one:

app/webroot/test.php
                define('CAKE_CORE_INCLUDE_PATH', ROOT);

it should work.. let us know..

-- 
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

Reply via email to