View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006619 | OXID eShop B2B Edition | B2B edition - sub | public | 2017-04-11 15:36 | 2024-04-10 08:03 |
Reporter | [email protected] | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | ||||
Fixed in Version | 1.1.2 | ||||
Summary | 0006619: Sending an offer inquiry does not work and shows a white page instead | ||||
Description | When 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 Reproduce | 1) create a quick list 2) create an inquiry 3) add a reference number 4) submit request => white page is shown | ||||
Additional Information | The 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 | ||||
Tags | Solution Provided | ||||
Attached Files | |||||
|
Fixed in version 1.1.2 of the B2B Edition https://github.com/OXID-eSales/oxid-eshop-b2b-edition/commit/12ea458ce24e6b8e4a86fef71a5160c9a4cb6cdd |