Quantcast

Mysterious crashes when debug is off.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Mysterious crashes when debug is off.

olivier deckers
When debug is set to 1 or 2, everything works as expected, but when I set debug to 0, php crashes as it executes imap_open(). Are there any differences besides the printing out of errors and disabling of caches between the debug modes that could cause these crashes?

(I am using cakephp 1.3)

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Mysterious crashes when debug is off.

AD7six
What does tmp/logs/error.log - or your apache error log - say?

AD

On Thursday, 16 August 2012 18:42:29 UTC+2, olivier deckers wrote:
When debug is set to 1 or 2, everything works as expected, but when I set debug to 0, php crashes as it executes imap_open(). Are there any differences besides the printing out of errors and disabling of caches between the debug modes that could cause these crashes?

(I am using cakephp 1.3)

--
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
 
 
Loading...