class.paths.php updated when debug=0

2007-10-31 Thread MikeK
I was under the impression that class-paths.php was only read from not written to when debug was off. However I am observing that it is written, and fFrom what I see in the code this file is written all the time even with debugging off -- I saw a post from Grant previously that this was not the

Re: class.paths.php updated when debug=0

2007-10-31 Thread Grant Cox
I was probably just mistaken earlier :) I just gave this some quick tests, and found that when debug=0, it only seems to update the class.paths.php file when new paths are found (eg the first time you go to a controller, that path is added). And everything seems to sail along fine if that file

Re: class.paths.php

2007-08-14 Thread brammeleman
On Aug 13, 3:39 pm, Grant Cox [EMAIL PROTECTED] wrote: I'm really not sure what could be causing the issue. However, when you run your site in production mode (DEBUG 0) then this file will not be written to - only read from. So as long as it's not corrupted when you first switch to DEBUG 0

class.paths.php

2007-08-13 Thread brammeleman
/class.paths.php on line 25 or Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in [...]/app/tmp/cache/persistent/class.paths.php on line 14 Looking at snapshots of the file app/tmp/cache/persistent/ class.paths.php, shows that it's written incorrectly: 23 $config['Components']['Core

Re: class.paths.php

2007-08-13 Thread Grant Cox
random warnings about the class.paths.php not being writable. I'm not sure why this happens occasionally (perhaps two threads trying to write at once?), but it only happens on our Windows dev machines, and only in DEBUG 0. --~--~-~--~~~---~--~~ You received

Re: wrong with class.paths.php

2007-05-07 Thread davyke
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/www/crystal/app/tmp/cache/persistent/ class.paths.php on line 12 sometimes, i have

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

Re: wrong with class.paths.php

2007-05-05 Thread Samuel DeVore
: 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 -- (the old fart) the advice is free, the lack of crankiness will cost you

Re: a probleme with class.paths.php

2007-05-01 Thread davyke
no, i have the same folders than cake initial app. a php syntext problem ?php $config = array(); $config['Controllers']['YpItemsController'] = array('path' = '/home/ www/chinoisdici/www/crystal/app/controllers/ yp_items_controller.php', ); $config['Components']['imageComponent'] = array('path' =

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: a probleme with class.paths.php

2007-04-26 Thread rtconner
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 --~--~-~--~~~---~--~~ You received this message because you are subscribed