itrenew Posted June 10, 2023 Share Posted June 10, 2023 (edited) Bonjour tout le monde, En doublon je vous l'accorde, mais mon sujet à plus sa place ici que sur la catégorie "développeur" Voilà ma boutique est en ligne, configurée mais voilà le soucis: Après l'inscription, j'ai un fatal error (mode debug) ou erreur 500 (vu hier) ; Voici l'erreur en question : Quote Fatal error: Uncaught Error: Call to undefined function proc_open() in /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291 Stack trace: #0 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php(54): Swift_Transport_StreamBuffer->establishProcessConnection() #1 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php(143): Swift_Transport_StreamBuffer->initialize(Array) #2 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php(50): Swift_Transport_AbstractSmtpTransport->start() #3 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php(65): Swift_Transport_SendmailTransport->start() #4 /htdocs/eboutique/classes/Mail.php(627): Swift_Mailer->send(Object(Swift_Message)) #5 /htdocs/eboutique/classes/form/CustomerPersister.php(229): MailCore::send(1, 'account', '[Epicerie d'Aqu...', Array, 'itrenew.events@...', 'test test') #6 /htdocs/eboutique/classes/form/CustomerPersister.php(200): CustomerPersisterCore->sendConfirmationMail(Object(Customer)) #7 /htdocs/eboutique/classes/form/CustomerPersister.php(60): CustomerPersisterCore->create(Object(Customer), 'Aaron@14062018') #8 /htdocs/eboutique/classes/form/CustomerForm.php(266): CustomerPersisterCore->save(Object(Customer), 'Aaron@14062018', NULL, true) #9 /htdocs/eboutique/controllers/front/RegistrationController.php(64): CustomerFormCore->submit() #10 /htdocs/eboutique/classes/controller/Controller.php(319): RegistrationControllerCore->initContent() #11 /htdocs/eboutique/classes/Dispatcher.php(510): ControllerCore->run() #12 /htdocs/eboutique/index.php(28): DispatcherCore->dispatch() #13 {main} thrown in /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 291 Etant novice dans Prestashop si quelqu'un pouvait m'aider à résoudre ce soucis... Autres soucis : Lors de la création d'un code promo : Warning à la ligne 81 du fichier /htdocs/eboutique/classes/Smarty/SmartyLazyRegister.php [2] end(): Argument #1 ($array) must be passed by reference, value given Dernier soucis, lors du paiement une fois le paiement effectué : Quote Fatal error: Uncaught Error: Call to undefined function proc_open() in /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291 Stack trace: #0 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php(54): Swift_Transport_StreamBuffer->establishProcessConnection() #1 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php(143): Swift_Transport_StreamBuffer->initialize(Array) #2 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php(50): Swift_Transport_AbstractSmtpTransport->start() #3 /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php(65): Swift_Transport_SendmailTransport->start() #4 /htdocs/eboutique/classes/Mail.php(627): Swift_Mailer->send(Object(Swift_Message)) #5 /htdocs/eboutique/classes/order/OrderHistory.php(549): MailCore::send(1, 'payment', '[Epicerie d'Aqu...', Array, 'itrenew.events@...', 'test test', 'contact@epiceri...', 'Epicerie d'Aqui...', Array, NULL, '/htdocs/eboutiq...', false, 1) #6 /htdocs/eboutique/classes/order/OrderHistory.php(452): OrderHistoryCore->sendEmail(Object(Order), Array) #7 /htdocs/eboutique/classes/PaymentModule.php(575): OrderHistoryCore->addWithemail(true, Array) #8 /htdocs/eboutique/controllers/front/OrderConfirmationController.php(280): PaymentModuleCore->validateOrder(14, 2, 0, 'Commande gratui...', NULL, Array, NULL, false, 'cca1014184dc163...') #9 /htdocs/eboutique/controllers/front/OrderConfirmationController.php(70): OrderConfirmationControllerCore->checkFreeOrder() #10 /htdocs/eboutique/classes/controller/Controller.php(300): OrderConfirmationControllerCore->init() #11 /htdocs/eboutique/classes/Dispatcher.php(510): ControllerCore->run() #12 /htdocs/eboutique/index.php(28): DispatcherCore->dispatch() #13 {main} thrown in /htdocs/eboutique/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 291 Merci d'avance pour votre aide car je patauge dans la semoule comme on dit... Hébergeur : LWS Version PrestaShop : 8.0.4 Version PHP : 8.1.20 Edited June 19, 2023 by itrenew problème résolu, soucis d envoi de mail (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