Search the Community
Showing results for tags 'reflectionexception'.
-
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
- 1 reply
-
- error
- reflectionexception
-
(and 1 more)
Tagged with:
-
Bonjour à tous, j'ai récupéré l'administration d'un prestashop 1.6 et de manière aléatoire dans l'admin j'ai régulièrement une page blanche avec le message suivant: Fatal error: Uncaught exception 'ReflectionException' with message 'Class does not exist' in /home/jotihaconu/www/classes/ObjectModel.php:1820 Stack trace: #0 /home/jotihaconu/www/classes/ObjectModel.php(1820): ReflectionClass->__construct('') #1 /home/jotihaconu/www/classes/controller/AdminController.php(789): ObjectModelCore::getDefinition(NULL) #2 /home/jotihaconu/www/classes/controller/AdminController.php(888): AdminControllerCore->processFilter() #3 /home/jotihaconu/www/controllers/admin/AdminDashboardController.php(328): AdminControllerCore->postProcess() #4 /home/jotihaconu/www/classes/controller/Controller.php(178): AdminDashboardControllerCore->postProcess() #5 /home/jotihaconu/www/classes/Dispatcher.php(367): ControllerCore->run() #6 /home/jotihaconu/www/kadmin/index.php(58): DispatcherCore->dispatch() #7 {main} thrown in /home/jotihaconu/www/classes/ObjectModel.php on line 1820 Auriez-vous une piste pour régler ceci? merci
-
Hello, When a user puts a short open tag in one of overrides files for example /override/classes/Product.php then a module which overrides the same file will have problems installing. This is caused by /classes/module/Module.php:2315 eval(preg_replace(array('#^\s*<\?php#', '#cl .... It's only replacing "<?php" and not "<?" This will cause an error eval()'d : syntax error, unexpected '<' or something like [PrestaShop] Fatal error in module Module: Uncaught exception 'ReflectionException' with message 'Class ProductOverrideOriginal_remove does not exist' I hope this gets fixed soon Thank you