View Issue Details

IDProjectCategoryView StatusLast Update
0003160OXID eShop (all versions)5. ------ UpdateApp / Update ------public2011-10-19 13:42
Reportercsimon Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.1 revision 38045 
Fixed in Version4.5.4 revision 39463 
Summary0003160: updateApp/run_cli.php: Exceptions are ignored (again)
Descriptionrun_cli.php ignores database exceptions if iDebug isn't "-1".
Steps To ReproduceProvoke any database exception (for example delete all views) which renders the shop broken.

perform run_cli.php update without having iDebug -1 on. -> updateApp returns "success!"
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2011-10-19 13:42

reporter   ~0005333

on error reporting = 0; added sql error catching and displaying.