Nobody got another idea? This issue really blocks me from productively writing code...
On Mon, Sep 20, 2010 at 1:41 PM, Joshua Muheim <[email protected]> wrote: > The security component was disabled (within /* ... */); I uncommented > it, but nothing changed. > > In my cache folder there's no such folders like models or persistent. > I created them. Nothing changed... > > Thanks though! Any other idea? > > On Mon, Sep 20, 2010 at 1:21 PM, Jeremy Burns | Class Outfit > <[email protected]> wrote: >> Do you have the Security component enabled (look in app_controller.php). If >> you do, uncomment it and try again. Also, clear your cache files >> (/app/tmp/cache/models & persistent). >> >> Jeremy Burns >> Class Outfit >> >> [email protected] >> http://www.classoutfit.com >> >> On 20 Sep 2010, at 12:17, psybear83 wrote: >> >>> Hi everybody >>> >>> I'm still fighting with a CakePHP application I've overtaken from >>> somebody else, and it's a bit a mess. One thing I still couldn't >>> figure out is why PHP Errors aren't printed to screen in my >>> application. >>> >>> I've set >>> >>> define('LOG_ERROR', 2); >>> Configure::write('debug', 2); >>> >>> in core.php, but doesn't help - whenever there's a PHP error (Syntax), >>> the output is just white - not a single tag is in the source code... >>> >>> Also I don't find any informations in the error.log and debug.log >>> files... >>> >>> Do I have a setting wrong, or how can I bugtrack this issue? Any ideas >>> are appreciated. >>> >>> Thanks a lot >>> Josh >>> >>> Check out the new CakePHP Questions site http://cakeqs.org and help others >>> with their CakePHP related questions. >>> >>> You received this message because you are subscribed to the Google Groups >>> "CakePHP" 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 >> >> Check out the new CakePHP Questions site http://cakeqs.org and help others >> with their CakePHP related questions. >> >> You received this message because you are subscribed to the Google Groups >> "CakePHP" 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 >> > Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
