rb10 Posted April 20, 2024 Share Posted April 20, 2024 during user registration i have error 500 page on the front-end, but on the back-end user are registred normally, what can depend this problem ? Link to comment Share on other sites More sharing options...
ComGrafPL Posted April 20, 2024 Share Posted April 20, 2024 Enable debug mode and retry with registration. Link to comment Share on other sites More sharing options...
rb10 Posted April 20, 2024 Author Share Posted April 20, 2024 i see this message : Fatal error: Uncaught Error: Call to undefined function proc_open() in /web/htdocs/namesite/home/shop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291 Stack trace: #0 /web/htdocs/namesite/home/shop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php(54): Swift_Transport_StreamBuffer->establishProcessConnection() #1 /web/htdocs/namesite/home/shop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php(143): Swift_Transport_StreamBuffer->initialize() #2 /web/htdocs/namesite/home/shop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php(50): Swift_Transport_AbstractSmtpTransport->start() #3 /web/htdocs/namesite/home/shop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php(65): Swift_Transport_SendmailTransport->start() #4 /web/htdocs/namesite/home/shop/classes/Mail.php(636): Swift_Mailer->send() #5 /web/htdocs/namesite/home/shop/classes/form/CustomerPersister.php(261): MailCore::send() #6 /web/htdocs/namesite/home/shop/classes/form/CustomerPersister.php(239): CustomerPersisterCore->sendConfirmationMail() #7 /web/htdocs/namesite/home/shop/classes/form/CustomerPersister.php(69): CustomerPersisterCore->create() #8 /web/htdocs/namesite/home/shop/classes/form/CustomerForm.php(262): CustomerPersisterCore->save() #9 /web/htdocs/namesite/home/shop/controllers/front/RegistrationController.php(64): CustomerFormCore->submit() #10 /web/htdocs/namesite/home/shop/classes/controller/Controller.php(319): RegistrationControllerCore->initContent() #11 /web/htdocs/namesite/home/shop/classes/Dispatcher.php(510): ControllerCore->run() #12 /web/htdocs/namesite/home/shop/index.php(28): DispatcherCore->dispatch() #13 {main} thrown in /web/htdocs/namesite/home/shop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 291 Link to comment Share on other sites More sharing options...
Prestashop Addict Posted April 21, 2024 Share Posted April 21, 2024 (edited) Please indicate always more context like PS version. This is a hosting provider issue, the php function proc_open() is not allowed in your php environnement. Ask your hosting support. Edited April 21, 2024 by Prestashop Addict (see edit history) Link to comment Share on other sites More sharing options...
rb10 Posted April 21, 2024 Author Share Posted April 21, 2024 PS 8.1.2 PHP 8.3.2 Link to comment Share on other sites More sharing options...
Sharak Posted September 18, 2024 Share Posted September 18, 2024 (edited) On 4/21/2024 at 8:10 PM, rb10 said: PS 8.1.2 PHP 8.3.2 ‼️You should only use php version supported by the current version of your shop. It's max PHP 8.1 for PS 8.1:https://devdocs.prestashop-project.org/8/basics/installation/system-requirements/#php-compatibility-chart And to fix the problem simply setup a main mail account for your shop eg. [email protected] and use its SMTP configuration in Advanced -> E-mail. The default there is Sendmail but it doesn't work in most cases so switch to SMTP and fill the account details. Edited September 18, 2024 by Sharak (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