LenKaiser
Active member
I'm getting the following errors thrown anytime a email is sent out from the forum.
Stack Trace:
Request State:
I've seen numerous issues with this and read the threads but in the cases I read the host refused to fix it. In my instance my host says they have fixed it, but it is still an issue for my forum. Here is the screen of my php info. They say they fixed it by disabling the disable functions, which it has not fixed it.
Should this fix it or is my host playing with a setting that has no bearing on this problem?
- ErrorException: Email to xxxxxxx@gmail.com failed: [E_WARNING] proc_open() has been disabled for security reasons
- src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:299
Stack Trace:
#0 [internal function]: XF::handlePhpError(2, '[E_WARNING] pro...', '/home/xxx/...', 299, Array)
#1 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php(299): proc_open('/usr/sbin/sendm...', Array, Array)
#2 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php(54): Swift_Transport_StreamBuffer->establishProcessConnection()
#3 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php(117): Swift_Transport_StreamBuffer->initialize(Array)
#4 src/XF/Mail/Mailer.php(304): Swift_Transport_SendmailTransport->send(Object(Swift_Message), Array)
#5 src/XF/Mail/Queue.php(138): XF\Mail\Mailer->send(Object(Swift_Message), Object(Swift_SendmailTransport), Array)
#6 src/XF/Job/MailQueue.php(12): XF\Mail\Queue->run(7.84451)
#7 src/XF/Job/Manager.php(258): XF\Job\MailQueue->run(7.84451)
#8 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 7.84451)
#9 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 7.84451)
#10 job.php(43): XF\Job\Manager->runQueue(false, 8)
#11 {main}
Request State:
array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(26) "https://mysite.com/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
I've seen numerous issues with this and read the threads but in the cases I read the host refused to fix it. In my instance my host says they have fixed it, but it is still an issue for my forum. Here is the screen of my php info. They say they fixed it by disabling the disable functions, which it has not fixed it.
Should this fix it or is my host playing with a setting that has no bearing on this problem?