Jump to content

[SOLVED] Error 500 Swift.php


Webshop VTSSN

Recommended Posts

Hello,

If a consumer chooses Bank Transfer (Mollie Payment module) my webshop has an Error 500. The redirection to the payment module doesn't works anymore. In debug mode this is what i get:

FatalErrorException in Swift.php line 56:
Compile Error: Swift::autoload(): Failed opening required '/home/u10226d23608/domains/swete.be/public_html/WebshopVTS/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php' (include_path='/home/u10226d23608/domains/swete.be/public_html/WebshopVTS/tools/htmlpurifier/standalone:/home/u10226d23608/domains/swete.be/public_html/WebshopVTS/vendor/pear/pear_exception:/home/u10226d23608/domains/swete.be/public_html/WebshopVTS/vendor/pear/console_getopt:/home/u10226d23608/domains/swete.be/public_html/WebshopVTS/vendor/pear/pear-core-minimal/src:/home/u10226d23608/domains/swete.be/public_html/WebshopVTS/vendor/pear/archive_tar:.:/opt/alt/php70/usr/share/pear')

The webshop: https://swete.be/WebshopVTS/nl/

 

Can somebody help me?

 

Thanks!

post-1364371-0-86040300-1503173582_thumb.jpg

post-1364371-0-98476300-1503173590_thumb.jpg

post-1364371-0-66298500-1503173600_thumb.jpg

Edited by Webshop VTSSN (see edit history)
Link to comment
Share on other sites

Have you checked the first PHP in your error message exists under the path which is shown?

The filename is SimpleMailInvoker.php

 

Copy paste the full path and filename to your webserver console along with an ls command or copy the full path into an FTP client and look there.

Spoken in general: PHP reports that it could not load the file mentionned above.

 

ls -l /home/u10.................SimpleMailInvoker.php

Edited by Scully (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 1 year later...
On 8/20/2017 at 1:18 AM, Scully said:

Have you checked the first PHP in your error message exists under the path which is shown?

The filename is SimpleMailInvoker.php

 

Copy paste the full path and filename to your webserver console along with an ls command or copy the full path into an FTP client and look there.

Spoken in general: PHP reports that it could not load the file mentionned above.

 

ls -l /home/u10.................SimpleMailInvoker.php

So maaaaaany thanks for this. It was the solution for my current shop problem with bankwire payments.

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...