Jump to content

Error 500 during user registration


rb10

Recommended Posts

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

  • 4 months later...
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 by Sharak (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...