movieseals Posted September 24, 2018 Posted September 24, 2018 In the back office, the shopping cart menu does not show. Instead, I have a white page with endless code such as this: Context Object ( [cart] => Cart Object ( [idshopgroup] => 1 [idshop] => 1 [idaddressdelivery] => 281 [idaddressinvoice] => 281 [idcurrency] => 2 [idcustomer] => 227 [idguest] => 11244 [idlang] => 2 [recyclable] => 0 [gift] => 0 [giftmessage] => [mobiletheme] => 0 [dateadd] => 2018-09-20 10:53:50 [securekey] => b746aad3ad99badc361ab6c5496f58b8 [idcarrier] => 69 [dateupd] => 2018-09-20 11:15:44 [checkedTos] => [pictures] => [textFields] => [deliveryoption] => {"281":"69,"} [allowseperatedpackage] => 0 [_products:protected] => Array ( [0] => Array ( Any clue as to why?
0 lesley Posted September 24, 2018 Posted September 24, 2018 On the performance page in the back office can you try both the disable overrides and disable non native modules options and see if that helps it.
0 movieseals Posted September 24, 2018 Author Posted September 24, 2018 @lesley It appears to be an override problem - things work OK when disable non native modules is on. Now on to find which override is problematic. Thank you!
0 Traumflug Posted September 24, 2018 Posted September 24, 2018 Such a list looks much like forgotten debug code. If you can, search through all the PHP files for var_dump, var_export and ddd. Production code shouldn't have such stuff.
0 colorful-ant Posted September 24, 2018 Posted September 24, 2018 the module Override check is very helpful
0 movieseals Posted September 25, 2018 Author Posted September 25, 2018 @colorful-ant I get the following whenever I try to install it: Module Override check cannot be upgraded: Error while extracting the latest version. thirty bees Updater: There was an error while extracting the module file (file may be corrupted). Module not found
0 Traumflug Posted September 25, 2018 Posted September 25, 2018 Module Override check cannot be upgraded: Error while extracting the latest version. Found a typo in the file on api.thirtybees.com listing versions for this module. It should work now.
0 Traumflug Posted September 25, 2018 Posted September 25, 2018 ... and yes, writing a validator inspecting this and similar files for such typos is exactly what's on my today's ToDo list :-)
0 movieseals Posted September 25, 2018 Author Posted September 25, 2018 @traumflug Will check it out! Thank you!
0 movieseals Posted September 25, 2018 Author Posted September 25, 2018 @movieseals It works now! Thank you!
Question
movieseals
In the back office, the shopping cart menu does not show. Instead, I have a white page with endless code such as this:
Context Object ( [cart] => Cart Object ( [idshopgroup] => 1 [idshop] => 1 [idaddressdelivery] => 281 [idaddressinvoice] => 281 [idcurrency] => 2 [idcustomer] => 227 [idguest] => 11244 [idlang] => 2 [recyclable] => 0 [gift] => 0 [giftmessage] => [mobiletheme] => 0 [dateadd] => 2018-09-20 10:53:50 [securekey] => b746aad3ad99badc361ab6c5496f58b8 [idcarrier] => 69 [dateupd] => 2018-09-20 11:15:44 [checkedTos] => [pictures] => [textFields] => [deliveryoption] => {"281":"69,"} [allowseperatedpackage] => 0 [_products:protected] => Array ( [0] => Array (
Any clue as to why?
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now