I resolved my problem :
On locale :
DOCUMENT_ROOT= d:/work/internet/www
'/'.APP_DIR.'\\'.DS.WEBROOT_DIR.'/' = /app\\webroot/
Online:
DOCUMENT_ROOT = /home/iciservi/www/iciservices/app/webroot
'/'.APP_DIR.'\\'.DS.WEBROOT_DIR.'/' = /app\/webroot/
So I replace line 370 on dispatcher.php
if (preg_match('/'.APP_DIR.'\\'.DS.WEBROOT_DIR.'/', $docRoot))
by
if (false)
And It work, I am not sure to understand why...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---