View Issue Details

IDProjectCategoryView StatusLast Update
0003387OXID eShop (all versions)4.07. Source code, Testpublic2018-11-19 13:18
Reportertomas_liubinas Assigned To 
PrioritylowSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Summary0003387: Show PHP errors in admin backend (flash message or log entry)
DescriptionWe hide php error messsages and exceptions from visitor in production mode. That is correct and actually is a feature. But question is do we have to do that in admin area as well? I have a particular support case where user is complaining about white page crash during the newsletter sending, I suspect some kind of php error in this case, but the error msg is never shown.

Additionally when sending the newsletter we are using default php timeout. I think the php timeout should be incresed for newsletter sending.
TagsNewsletter, PHP
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

svetlana

2014-03-28 10:04

reporter   ~0009739

waiting for the PO decision.

vilma_liorensaityte

2018-11-19 13:18

reporter   ~0012685

Since OXID eShop 6.1 we introduced PSRLogger to get all the error messages.