Hi Kotekar,
It looks like the constants are a bit confused above ;)
If the only thing you have changed is the location of your webroot
folder (where the relavent index.php is) then you need only modify the
ROOT constant, and nothing else.
Something like:
if (!defined('ROOT'))
{
define('ROOT', dirname(dirname(__FILE__)).DS."mysite");
}
Cheers,
AD7six
PS. It might help if you defined (or rather restore to the original
definition of) the constant "APP_DIR" ;).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---