As far as I know that should be ok (but don't pin me down on it). The index
in root calls webroot/index.php
Most paths in this webroot/index.php file rely on DS. In the warnings you
showed in your first message, it is very clear that DS is not returning the
correct value. So it doesn't know that DS should be a slash.
What warnings do you see after you added the code in webroot/index.php?
if (!defined('DS')) {
define('DS', DIRECTORY_SEPARATOR);
}
--
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