View Issue Details

IDProjectCategoryView StatusLast Update
0006619OXID eShop B2B EditionB2B edition - subpublic2024-04-10 08:03
Reporter[email protected] Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinux 
Fixed in Version1.1.2 
Summary0006619: Sending an offer inquiry does not work and shows a white page instead
DescriptionWhen working on quick-lists, the user can create an offer inquiry for the currently selected Items. On the page following the quicklist, the user can add his own reference number. Then the User submits the inquiry only a blank page is shown.
Steps To Reproduce1) create a quick list
2) create an inquiry
3) add a reference number
4) submit request
=> white page is shown
Additional InformationThe following Error is thrown:
Got error 'PHP message: PHP Fatal error: Call to a member function getItems() on string in /srv/www/www.shop.faberkabel.de/modules/b2b/offers/controller/b2bOffersSendOffer.php on line 83

The reason for this error is:
The function tries to access an object. The needed object is serialized in the session. The code is missing the "unserialize"

Bugfix:
Add "unserialize" to the function and everything works
TagsSolution Provided
Attached Files
b2b-b001.jpg (44,670 bytes)   
b2b-b001.jpg (44,670 bytes)   

Relationships

has duplicate 0006620 closedQA OXID eShop (all versions) B2B EDITION 1.1.1 // offer function throws exception 

Activities