View Issue Details

IDProjectCategoryView StatusLast Update
0001465OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:37
Reporteravenger Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001465: Shop is redirected to "offline.html" without logging the reason for the exception
DescriptionIn case "iDebug" is 0, an exception trace is not logged in the exception log file.

In case of problems which are not always occuring, and are not reproducible in a test environment, you will not want to set iDebug, as a lot of info gets output in the shop-page, upsetting all(!) your visitors, not only the ones experiencing the specific problem..

Generally the exception handling should be more verbose, in order to allow a better problem tracing.
Additional InformationRemove logging dependency on "iDebug" being <> 0 in

protected function _uncaughtException( oxException $oEx )

and

protected function _dealWithNoOxException( Exception $oEx )

in the exception handler...
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.