hvrossum Posted March 29, 2018 Share Posted March 29, 2018 When you order a product through bankwire, the order is correctly submitted to the backend but the customers gets a blank page in return (in some browsers it is HTPP 500 error) I turned on the debug mode to see the error messages. This is what I got back Fatal error: Uncaught exception 'ReflectionException' with message 'Class Swift_Transport_SimpleMailInvoker does not exist' in /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php:308 Stack trace: #0 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(308): ReflectionClass->__construct('Swift_Transport...') #1 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(322): Swift_DependencyContainer->_createNewInstance('transport.maili...') #2 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(114): Swift_DependencyContainer->_createSharedInstance('transport.maili...') #3 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(369): Swift_DependencyContainer->lookup('transport.maili...') #4 /xxxx.com/public_html/tools/swift/classes/Swift/De in /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php on line 308 Does anyone know what I need to do to fix it? Thanks Harry Link to comment Share on other sites More sharing options...
hvrossum Posted March 30, 2018 Author Share Posted March 30, 2018 20 hours ago, hvrossum said: When you order a product through bankwire, the order is correctly submitted to the backend but the customers gets a blank page in return (in some browsers it is HTPP 500 error) I turned on the debug mode to see the error messages. This is what I got back Fatal error: Uncaught exception 'ReflectionException' with message 'Class Swift_Transport_SimpleMailInvoker does not exist' in /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php:308 Stack trace: #0 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(308): ReflectionClass->__construct('Swift_Transport...') #1 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(322): Swift_DependencyContainer->_createNewInstance('transport.maili...') #2 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(114): Swift_DependencyContainer->_createSharedInstance('transport.maili...') #3 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(369): Swift_DependencyContainer->lookup('transport.maili...') #4 /xxxx.com/public_html/tools/swift/classes/Swift/De in /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php on line 308 Does anyone know what I need to do to fix it? Thanks Harry I solved it, had to do with a not working PHPmailer part in de webserver Link to comment Share on other sites More sharing options...
grookw Posted June 28, 2019 Share Posted June 28, 2019 Could you please describe, what was necessary to change/fix? I am in the same situation now. Thanks! 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