Jump to content

Bankwire Validation gives Error 500 page in return


Recommended Posts

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

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

  • 1 year later...

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...