Hi,
I decided to try the developement branch 1.2.
I'm on linux+apache and for my stable installation of cake I use the
method described in the manual in which the libraries are put in /usr/
lib/cake/ and the app/ directory is under the root of the apache
server.
For the stable installation this worked like a charm only modifying
the cake core path in app/webroot/index.php like this:

define('CAKE_CORE_INCLUDE_PATH', DS.'usr'.DS.'lib'.DS.'cake'.DS);

For the 1.2 installation I followed the same procedure and put all the
libraries under /usr/lib/cake1.2/
Just modified app2/webroot/index.php like this:

define('CAKE_CORE_INCLUDE_PATH', DS.'usr'.DS.'lib'.DS.'cake1.2'.DS);

but when i browse app2 I get a page without any style.

Am i missing something?

Thanx


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to