YunusJustice Posted April 17, 2015 Share Posted April 17, 2015 My site: www.greendal.dk Hello everyone. I have a problem with my webshop. When customers press "confirm order" the page goes blank. The customer should instead be redirected to a page that says order placed or something.. Please help I get this error message: Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/merraang/public_html/greendal.dk/themes/PRS040084/mails/da/order_conf_product_list.txt" on line 2 "{$product[\'reference\']}" - Unexpected "\" <-- thrown in/home/merraang/public_html/greendal.dk/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 2 What is the problem here? I do recieve new order notification in back-end, but not in mails Link to comment Share on other sites More sharing options...
YunusJustice Posted April 17, 2015 Author Share Posted April 17, 2015 https://www.prestashop.com/forums/topic/368367-solved-payment-validation-problem/ Found another thread, but i cant see the solution ? Link to comment Share on other sites More sharing options...
YunusJustice Posted April 17, 2015 Author Share Posted April 17, 2015 SOLVED !! Looking at the error, change {$product[\'reference\']} into {$product['reference']}, without the \'s Link to comment Share on other sites More sharing options...
murphyong Posted August 29, 2015 Share Posted August 29, 2015 Need help! After checkout confirm order page blank. When checked in back office, the chosen product was not listed. Also not listed in invoice. Client didn't receive confirmation email. Here's the error code: Fatal error: Uncaught exception 'Core_Foundation_IoC_Exception' with message 'This doesn't seem to be a class name: `Core_Business_Stock_StockManager`' in /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php:95 Stack trace: #0 /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php(157): Core_Foundation_IoC_Container->makeInstanceFromClassName('Core_Business_S...', Array) #1 /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php(170): Core_Foundation_IoC_Container->doMake('Core_Business_S...', Array) #2 /home/bukubuku/public_html/Adapter/Adapter_ServiceLocator.php(52): Core_Foundation_IoC_Container->make('Core_Business_S...') #3 /home/bukubuku/public_html/classes/stock/StockAvailable.php(471): Adapter_ServiceLocator::get('Core_Business_S...') #4 /home/bukubuku/public_html/classes/order/OrderDetail.php(473): StockAvailableCore::updateQuantity('143', '0', -1) #5 /home/bukubuku/public_html/classes/order/OrderDetail.php(638): OrderDetailCore->check in /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php on line 95 Please advise. Thanks in advance. Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2015 Share Posted August 29, 2015 what version you use? Link to comment Share on other sites More sharing options...
murphyong Posted August 30, 2015 Share Posted August 30, 2015 Hi Vekia, Glad to see your feedback. My Prestashop version is 1.6.1.1 Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2015 Share Posted August 31, 2015 can you please verify if directory Core contains 2 directoriesBusinessFoundation are these directories have files like it is on github: https://github.com/PrestaShop/PrestaShop/tree/develop/Core Link to comment Share on other sites More sharing options...
murphyong Posted September 1, 2015 Share Posted September 1, 2015 Yes. It contains the 2 directories BusinessFoundation The files look like the files show on github. Link to comment Share on other sites More sharing options...
murphyong Posted September 2, 2015 Share Posted September 2, 2015 Hi Vekia, Yes. It contains the 2 directories: BusinessFoundation The files look like the files show on github. Any solutions? Link to comment Share on other sites More sharing options...
murphyong Posted September 4, 2015 Share Posted September 4, 2015 Hi Vekia, Yes. It contains the 2 directories: BusinessFoundation The files look like the files show on github. What should I do next? The problem is yet to solve. Please help. Thanks in advance. Link to comment Share on other sites More sharing options...
Simonas Invertus Posted September 4, 2015 Share Posted September 4, 2015 Does the file 'Core/Business/Stock/Core_Business_Stock_StockManager.php' exist? Link to comment Share on other sites More sharing options...
murphyong Posted September 4, 2015 Share Posted September 4, 2015 Thanks for your reply, Simonas. Yes, the Core_Business_Stock_StockManger.php exist. Link to comment Share on other sites More sharing options...
Simonas Invertus Posted September 4, 2015 Share Posted September 4, 2015 I guess you can not find problem by looking at that error code. Problem is with 'the chosen product was not listed' Did it happened once or does it happen every time? What happened with the product? It was not added to the cart? Or does it miss quantity Or anything strange? Link to comment Share on other sites More sharing options...
murphyong Posted September 4, 2015 Share Posted September 4, 2015 It happened to all the products. Whatever product I choose. All product quantity are sufficient. Before, everything was fine until I was asked to upgrade to 1.6.1.1. It happened after the 5th step checkout - "confirm order". Page was gone blank. The invoice was generated without ordered list. No confirmation email was sent to buyer. Unable to make partial refund even I want to key in partial refund with desire amount. An error message was pop up in red banner says the amount was wrong even the amount is less than the total amount. Link to comment Share on other sites More sharing options...
Simonas Invertus Posted September 4, 2015 Share Posted September 4, 2015 There is no problem with the products? No missing combinations, price, anything? You do not use any custom/third party modules for cart/checkout? Link to comment Share on other sites More sharing options...
murphyong Posted September 4, 2015 Share Posted September 4, 2015 Nope. All Prestashop default Module. No external 3rd party module for cart/checkout. No combination was set. It seems like there is a missing link within the checkout and inventory. Really don't know what to do with it. It is a serious issue as an online shop. Link to comment Share on other sites More sharing options...
murphyong Posted September 4, 2015 Share Posted September 4, 2015 by the way, my site is www.bukubuku.my Link to comment Share on other sites More sharing options...
murphyong Posted September 8, 2015 Share Posted September 8, 2015 Dear fellows, I yet to have any solution to these issues. It had been weeks. Please help. 1) Blank page after checkout "I confirmed my order" 2) An invoice was generated without product listing. Only total amount. 3) No email sent out to buyer. Therefore, the buyer is unable to know the transaction status. 4) Unable to do partial refund. 5) Error code: Fatal error: Uncaught exception 'Core_Foundation_IoC_Exception' with message 'This doesn't seem to be a class name: `Core_Business_Stock_StockManager`' in /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php:95 Stack trace: #0 /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php(157): Core_Foundation_IoC_Container->makeInstanceFromClassName('Core_Business_S...', Array) #1 /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php(170): Core_Foundation_IoC_Container->doMake('Core_Business_S...', Array) #2 /home/bukubuku/public_html/Adapter/Adapter_ServiceLocator.php(52): Core_Foundation_IoC_Container->make('Core_Business_S...') #3 /home/bukubuku/public_html/classes/stock/StockAvailable.php(471): Adapter_ServiceLocator::get('Core_Business_S...') #4 /home/bukubuku/public_html/classes/order/OrderDetail.php(473): StockAvailableCore::updateQuantity('143', '0', -1) #5 /home/bukubuku/public_html/classes/order/OrderDetail.php(638): OrderDetailCore->check in /home/bukubuku/public_html/Core/Foundation/IoC/Core_Foundation_IoC_Container.php on line 95 6) Business & Foundation exist. 7) No external module. 8) Recently changed: Restructuring categories. 9) My prestashop version: 1.6.1.1 10) Theme: Default. What had gone wrong? Please help. My website: www.bukubuku.my 1 Link to comment Share on other sites More sharing options...
kblok Posted September 30, 2015 Share Posted September 30, 2015 I'm having a similar error. I'm trying to setup this website, it's brand new. I've turned on and off stock control (I don't want stock control) and no luck. I've just updated to 1.6.1.1 using softaculous, I don't remember if it worked before because, as I mentioned, I'm trying to set this up for the very first time and it's quite frustrating. Fatal error: Uncaught exception 'Core_Foundation_IoC_Exception' with message 'This doesn't seem to be a class name: `Core_Business_Stock_StockManager`.' in /home/orokonn/public_html/ecommerce2/Core/Foundation/IoC/Core_Foundation_IoC_Container.php:95 Stack trace: #0 /home/orokonn/public_html/ecommerce2/Core/Foundation/IoC/Core_Foundation_IoC_Container.php(157): Core_Foundation_IoC_Container->makeInstanceFromClassName('Core_Business_S...', Array) #1 /home/orokonn/public_html/ecommerce2/Core/Foundation/IoC/Core_Foundation_IoC_Container.php(170): Core_Foundation_IoC_Container->doMake('Core_Business_S...', Array) #2 /home/orokonn/public_html/ecommerce2/Adapter/Adapter_ServiceLocator.php(52): Core_Foundation_IoC_Container->make('Core_Business_S...') #3 /home/orokonn/public_html/ecommerce2/classes/stock/StockAvailable.php(471): Adapter_ServiceLocator::get('Core_Business_S...') #4 /home/orokonn/public_html/ecommerce2/classes/order/OrderDetail.php(473): StockAvailableCore::updateQuantity('10', '0', -1) #5 /home/orokonn/public_html in /home/orokonn/public_html/ecommerce2/Core/Foundation/IoC/Core_Foundation_IoC_Container.php on line 95 Link to comment Share on other sites More sharing options...
murphyong Posted September 30, 2015 Share Posted September 30, 2015 I finally got is solved by deleting this folder in cPanel: public_html/cache/smarty/cache/blockcategories Now everything is backed in order. Blank page problem solved. 1 Link to comment Share on other sites More sharing options...
erwyn86 Posted November 5, 2015 Share Posted November 5, 2015 Thank you murphyong, I had exactly the same problem after 1.6.1 update, now you solved my problem! Thank you! 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