Hi there
I have a large problem in deploying my cake application - you can see
the problem here:
http://www.beta.branzowo.pl/
the thing is, as far as I managed to examine the problem, is that on
this server (home.pl) the document root for a domain is only single
slash "/" (nothing like usr/bin/...) and in that case cake
installation, path to be exact, are messed up
even in index.php in root folder there is a line:
define('APP_PATH', ROOT . DS . APP_DIR . DS); // line 79
in my case root is "/" DS is also single slash so I have already a bad
path //app (unfortunately changing only this doesnt help
I'm using latest 1.2.0.7296 RC2
many thanks for help in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---