View Issue Details

IDProjectCategoryView StatusLast Update
0001984OXID eShop (all versions)5. ------ UpdateApp / Update ------public2010-07-20 10:02
Reportercsimon Assigned To 
PriorityurgentSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.4.1 revision 28950 
Summary0001984: updateApp ignores mysql errors
DescriptionIf the database reports an error, updateApp simply ingores it and proceeds with the next sql update file, but still says "update finished". But the update is not finished, because the sql file is only executed till the occurence of the error.
Steps To ReproduceModifiy the sql files, that they have an error or simply try to update the same database from 4.2.0 to 4.3.2 twice (because of the alter table statements)
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

arvydas_vapsva

2010-07-20 09:41

reporter   ~0003275

Last edited: 2010-07-20 09:44

NOTICE: in case you need ASAP fix for this problem, adjust config.inc.php file parameter "$this->iDebug = -1;" during update process

arvydas_vapsva

2010-07-20 10:02

reporter   ~0003276

fixed by forcing config parameter "iDebug = -1;"