I think for some reason that libraries are loaded when debug mode is on, but not when it is off. ie. You will need to load the various library using the "uses" function
On Aug 12, 4:32 am, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > also you might make sure that you clean all the caches that are in > app/tmp (like the model cache) make sure you have the right structure > there as well > > app > /tmp > /cache > /models > /persistent > /views > /logs > /sessions > /tests > > should be writable by the user that the webserver runs as > > On 8/11/07, francky06l <[EMAIL PROTECTED]> wrote: > > > > > > > Did you create the app/tmp directory structure and verify is readable/ > > writable .. > > hope this helps > > > On Aug 11, 5:29 pm, Ruud Gâst <[EMAIL PROTECTED]> wrote: > > > Greetings! > > > > I was developing a site using the developmentdebugmode (1). Then I > > > was finished, hooray! and I put it live and set thedebugvalue to > > > production mode (0). The strange thing is that my site now is immensly > > > slow and if it loads at all, the styles don't... > > > If i set thedebugmode back to 1 everything runs ok. > > > > Any ideas? > > -- > (the old fart) the advice is free, the lack of crankiness will cost you > > - its a fine line between a real question and an idiot > > http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
