cakephp-error-email
cakephp-error-email copied to clipboard
ErrorEmail Plugin for CakePHP3.x
Hey, since the CakePHP 4.x is released, and I found forks with 4.x support, do you plan to add the support too, or do you expect us to maintain fork...
This is enhancement proposal, solving simple app-specific issue. If the error is thrown in loop code (ie. generating "Undeffined offset" in loop code), this will generate as many emails, as...
``` [Mon Mar 16 19:12:06.814841 2020] [php7:warn] [pid 23677] [client 1.2.3.4:47120] PHP Warning: SplFileInfo::openFile(/var/www/html/tmp/cache/error_emails/error_email_error_email_exception_deprecated_exception_request_handler_componentbefore_redirectisdeprecated_thisfunctionalitywillberemovedin400_settheenable_before_redirectoptiontofalsetodisablethiswarningvarwwwhtmlvendorcakephpcakephpsrc_event_event_managerphpline352_youcandisabledeprecationwarningsbysetting_errorerror_levelto_e_a_l_l_e_u_s_e_r_d_e_p_r_e_c_a_t_e_dinyourconfigappphp16384): failed to open stream: File name too long in /var/www/html/vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php on line 406, referer: https://censored.domain.com/request/path ```...
Hi, thanks for your wonderful plugin, works really well :-) One thing, I've not found possible to configure (without subclassing), is to ignore side-WarningExceptions about premature headers emission, when the...