View Issue Details

IDProjectCategoryView StatusLast Update
0003349OXID ERP InterfaceOXID ERP Interface - subpublic2012-12-10 15:52
Reportermichael.gerhardt Assigned To 
PriorityurgentSeveritymajorReproducibilitysometimes
Status resolvedResolutionduplicate 
Summary0003349: Ado DB Session handler does not work with ERP interface
DescriptionWhen 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 Reproduce1.) Set $this->blAdodbSessionHandler=true
2.) Call OXERPLogin
3.) Call some other function, e.g. OXERPGetUsers
TagsNo tags attached.

Relationships

duplicate of 0000853 resolvedLinas Kukulskis OXID eShop (all versions) DB Session handling in eShop 4th does not work at all 

Activities

dainius.bigelis

2011-11-21 09:43

reporter   ~0005409

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,

dainius.bigelis

2011-11-21 09:43

reporter   ~0005410

Closed as duplicate of 0000853