Hi all,
The error:
Fatal error : Uncaught Error: Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open()
…is happening because the proc_open
function has been disabled in your PHP configuration. OJS needs this function in order to send email; you’ll need to adjust your PHP configuration.
Regards,
Alec Smecher
Public Knowledge Project Team