PHP can crash without error. I had this in case of memory run out and in case of undefined static method call. Both cases were discovered by XDebug logs with same symptoms - suddenly starts Cake error handle and exit procedure. When look into your code where "crash" starts it happens just before some function call. In case of memory run out not executed function can be even PHP native one.
On Jul 14, 5:05 am, 24z <[email protected]> wrote: > I've written a shell that does db maintenance. It's supposed to run > through some 5.000 records. However, I've noticed, that it stops after > some 200 records. No errors. No warnings. It just stops. Any idea? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
