View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004023 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2012-05-09 14:29 | 2014-11-11 10:00 |
Reporter | tomas_liubinas | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Summary | 0004023: On high load scenario shop is shown as unlicensed | ||||
Description | In high load scenario shop would go offline when there are more connections that it could serve. Similar happens when there are high load on db, the db would not be available and the shop goes offline as well. This is correct behaviour - at least it show the appropriate msg "shop offline" or smth like this. But in some cases it could happen that we have established connection to db, but we get no data for quiries back. In this case it throws a lot of errors AND shows unlicensed shop error. Should be: Offline error should be shown in this case. | ||||
Steps To Reproduce | Clean oxconfig table and try to run the shop. | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
duplicate of | 0005582 | resolved | mantas.vaitkunas | There is no check for errors in database queries when production mode turned on. This leads to unpredictable Shop state. |
|
Added additional checking in oxconfig if config values were loaded on init |
|
Additional fix in 5.1.5 improved the error handling and user experience: http://wiki.oxidforge.org/Downloads/4.8.6_5.1.6#General_hints_for_this_package |