Hi, I'm running some routines on my applications via custom console scripts (shell);
It is working fine, but when a php errors occurs, it is not generating any kind of message (it do not prints the error on console screen nor generate error on logs files like web interface does). So I checked and figured out that php error_reporting is being set to zero (it was E_ALL) on core configure.php (write function) Is this a bug? any idea on how to avoid it being set to 0 there while using console? I'm using cake 1.2.6311 thanks /Erico --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
