View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003349 | OXID ERP Interface | OXID ERP Interface - sub | public | 2011-11-02 16:06 | 2012-12-10 15:52 |
Reporter | michael.gerhardt | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | duplicate | ||
Summary | 0003349: Ado DB Session handler does not work with ERP interface | ||||
Description | When using database to store sessions ($this->blAdodbSessionHandler=true), erp interface does not work. The login works, but the next function call will result in an error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /tmp) This is not fixed by 0000853, even after generally making sessions work in shop, erp interface still does NOT work (as said in 0003042). It seems that the erp interface has its own session management, calling session_start() etc. directly instead of using the OXID session class. | ||||
Steps To Reproduce | 1.) Set $this->blAdodbSessionHandler=true 2.) Call OXERPLogin 3.) Call some other function, e.g. OXERPGetUsers | ||||
Tags | No tags attached. | ||||
duplicate of | 0000853 | resolved | Linas Kukulskis | OXID eShop (all versions) | DB Session handling in eShop 4th does not work at all |
|
Reminder sent to: michael.gerhardt Hi, The bug 0000853 was fixed in eShop 4.5.1 version. There was change for handling sessions by adodblite. You reported issue in eShop 4.4.8, where issue is still active. Can you please check the same behavior on 4.5.1 (or newer) eShop? Until then I assume that issue is fixed and will close the entry. If you will experience this problem with 4.5.1 eShop - please reOpen this entry and we will investigate this case in more details. Best regards, |
|
Closed as duplicate of 0000853 |