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 is non-writable, as it is always storing things in the local cache anyway (the class.paths.php is just a backup for the cache). On Nov 1, 12:59 am, MikeK <[EMAIL PROTECTED]> wrote: > 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 case -- have things changed? > > Also, just curious, if your cache/persistent subdir was not writeable > and the attempts to write kept failing would cake continue to work? --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
