aliaspt Posted June 1, 2015 Share Posted June 1, 2015 Hello, Trying to create an order from a shopping cart and I get a blank page when I click on "create order" and when I reload the blank page, it shows the following error: Property Order->id_address_delivery is empty Any clues what it is? Thank you. Link to comment Share on other sites More sharing options...
aliaspt Posted June 5, 2015 Author Share Posted June 5, 2015 UPDATE: I turned on debug mode in defines.inc.php and it shows the following error: Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 82 bytes) in /override/classes/Cart.php on line 229 Code around line 229 in Cart.php says this: // Thus you can avoid one query per product, because there will be only one query for all the products of the cart Product::cacheProductsFeatures($products_ids); Cart::cacheSomeAttributesLists($pa_ids, $this->id_lang); I have 14 products in this shopping cart I'm trying to convert into an order. When I remove a couple of items from the shopping carts, there are no errors and it creates an order. I desperately need a fix for this. Please help! Link to comment Share on other sites More sharing options...
Dashe Posted October 25, 2016 Share Posted October 25, 2016 Did you find a solution? Link to comment Share on other sites More sharing options...
softhightech Posted June 23, 2017 Share Posted June 23, 2017 i have same problem Link to comment Share on other sites More sharing options...
Estian Posted August 13, 2020 Share Posted August 13, 2020 (edited) 2020 - seem to have the same issue on 1.7.6.5. Edited August 13, 2020 by Estian (see edit history) Link to comment Share on other sites More sharing options...
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