Radu.S Posted June 11, 2019 Share Posted June 11, 2019 Hello all, I am working on a shop and I tried to simulate a customer account creation and order placement. After I finish creating an account I get a white page. Same thing happens when I finish an order. Also, when trying to send a support email as a "client". After turning on Debug mode, I find the errors posted below (I know, it's a long list...). I did not modify anything in the php files. Also, the problem exists no matter what theme I use (even classic theme). The orders and customer accounts do appear in the backoffice. Has anyone had this problem? Could you please help me to find a solution? (1/1) ReflectionException Class Swift_Mime_HeaderEncoder_QpHeaderEncoder does not exist in DependencyContainer.php line 309 at ReflectionClass->__construct('Swift_Mime_HeaderEncoder_QpHeaderEncoder')in DependencyContainer.php line 309 at Swift_DependencyContainer->_createNewInstance('mime.qpheaderencoder')in DependencyContainer.php line 112 at Swift_DependencyContainer->lookup('mime.qpheaderencoder')in DependencyContainer.php line 371 at Swift_DependencyContainer->_lookupRecursive('mime.qpheaderencoder')in DependencyContainer.php line 348 at Swift_DependencyContainer->_resolveArgs(array(array('type' => 'lookup', 'item' => 'mime.qpheaderencoder'), array('type' => 'lookup', 'item' => 'mime.rfc2231encoder'), array('type' => 'lookup', 'item' => 'mime.grammar'), array('type' => 'lookup', 'item' => 'properties.charset')))in DependencyContainer.php line 129 at Swift_DependencyContainer->createDependenciesFor('mime.headerfactory')in DependencyContainer.php line 312 at Swift_DependencyContainer->_createNewInstance('mime.headerfactory')in DependencyContainer.php line 112 at Swift_DependencyContainer->lookup('mime.headerfactory')in DependencyContainer.php line 371 at Swift_DependencyContainer->_lookupRecursive('mime.headerfactory')in DependencyContainer.php line 348 at Swift_DependencyContainer->_resolveArgs(array(array('type' => 'lookup', 'item' => 'mime.headerfactory'), array('type' => 'lookup', 'item' => 'properties.charset')))in DependencyContainer.php line 129 at Swift_DependencyContainer->createDependenciesFor('mime.headerset')in DependencyContainer.php line 312 at Swift_DependencyContainer->_createNewInstance('mime.headerset')in DependencyContainer.php line 112 at Swift_DependencyContainer->lookup('mime.headerset')in DependencyContainer.php line 371 at Swift_DependencyContainer->_lookupRecursive('mime.headerset')in DependencyContainer.php line 348 at Swift_DependencyContainer->_resolveArgs(array(array('type' => 'lookup', 'item' => 'mime.headerset'), array('type' => 'lookup', 'item' => 'mime.qpcontentencoder'), array('type' => 'lookup', 'item' => 'cache'), array('type' => 'lookup', 'item' => 'mime.grammar'), array('type' => 'lookup', 'item' => 'properties.charset')))in DependencyContainer.php line 129 at Swift_DependencyContainer->createDependenciesFor('mime.message')in Message.php line 48 at Swift_Message->__construct(null, null, null, null)in Message.php line 75 at Swift_Message::newInstance()in Mail.php line 291 at MailCore::send(2, 'preparation', 'In procesare', array('{lastname}' => 'Suciu', '{firstname}' => 'Radu', '{id_order}' => 23, '{order_name}' => 'SXLSMIXJE', '{total_paid}' => '2.950,00 RON'), '[email protected]', 'Radu Suciu', '[email protected]', 'www.housemag.ro', null, null, '/home/housemag/public_html/mails/', false, 1)in OrderHistory.php line 534 at OrderHistoryCore->sendEmail(object(Order), array())in OrderHistory.php line 456 at OrderHistoryCore->addWithemail(true, array())in PaymentModule.php line 738 at PaymentModuleCore->validateOrder(24, '3', 2950.0, 'Plata la livrare (ramburs)', null, array(), null, false, '513e307803dd6a1eeb218f63f03dd393')in validation.php line 57 at Ps_CashondeliveryValidationModuleFrontController->postProcess()in Controller.php line 244 at ControllerCore->run()in Dispatcher.php line 428 at DispatcherCore->dispatch()in index.php line 28 Link to comment Share on other sites More sharing options...
Radu.S Posted July 1, 2019 Author Share Posted July 1, 2019 Hello, the problem was fixed by updating to latest version of Prestashop. 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