Re: wrong with class.paths.php

2007-05-07 Thread davyke
decompression utilities do not create empty folders, and often they do > not have the right permissions. > > On 5/5/07, davyke <[EMAIL PROTECTED]> wrote: > > > > > Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in / > > home/www/chinoisdici/ww

wrong with class.paths.php

2007-05-05 Thread davyke
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in / home/www/chinoisdici/www/crystal/app/tmp/cache/persistent/ class.paths.php on line 12 sometimes, i have this problem, do someone know where is the problem --~--~-~--~~~---~--~~ You received thi

Re: a probleme with class.paths.php

2007-05-01 Thread davyke
p/views/helpers/cache.php', ); $config['Helpers']['Core']['javascriptHelper'] = array('path' => '/ home/www/chinoisdici/www/crystal/cake/libs/view/helpers/ javascript.php', ); $config['Helpers']['Core']['formHelper&

view cache with pagination

2007-04-27 Thread davyke
http://localhost/cake/yp/ct/1/page:3 the problem is the cache system don't kown the url with ':' --~--~-~--~~~---~--~~ 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@googl

a probleme with class.paths.php

2007-04-26 Thread davyke
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in / home/www/chinoisdici/www/crystal/app/tmp/cache/persistent/ class.paths.php on line 13 i don't konw what's class.paths.php, sometimes i get this probleme, could someone help me --~--~-~--~~~---~--~-

Re: how to use parseExtensions

2007-04-17 Thread davyke
thanks for your help On Apr 14, 1:26 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > http://www.littlehart.net/atthekeyboard/2007/03/13/how-easy-are-web-s... > > Chris has blogged about it > > HTH > Tarique > On 4/14/07, davyke <[EMAIL PROTECT

how to use parseExtensions

2007-04-14 Thread davyke
i've just download 'cake_1.2.0.4798alpha', i've got this error: Deprecated: webservices routes are deprecated and will not be supported in future versions. Use Router::parseExtensions() instead. someone can explain how to use parseExtensions instead webservices. --~--~-~--~~--

Re: saving HABTM posts->tags

2007-03-31 Thread davyke
Thanks [EMAIL PROTECTED] and Tarique, the probleme commes exactly from here, but i do'nt understand why we should use the model name in here. On Mar 31, 1:29 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Sergei, > > Have a look at this > articlehttp://rossoft.wordpress.com/2006/08/23/wor

Re: saving HABTM posts->tags

2007-03-30 Thread davyke
[2] => 3 ) ) ) after save why my yp_items_yp_tags still empty. On Mar 28, 6:50 am, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > On 3/27/07, davyke <[EMAIL PROTECTED]> wrote: > > > I found these Sql in cheeseCake when i edit a photo

Re: saving HABTM posts->tags

2007-03-27 Thread davyke
14 DELETE FROM `CHEESECAKE_photos_tags` WHERE photo_id = '1' 2 0 15 INSERT INTO `CHEESECAKE_photos_tags` (photo_id,tag_id) VALUES ('1','3') 1 0 16 INSERT INTO `CHEESECAKE_photos_tags` (photo_id,tag_id) VALUES ('1','1')