Webshop VTSSN Posted August 19, 2017 Share Posted August 19, 2017 (edited) 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! Edited August 21, 2017 by Webshop VTSSN (see edit history) Link to comment Share on other sites More sharing options...
Scully Posted August 19, 2017 Share Posted August 19, 2017 (edited) 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 August 19, 2017 by Scully (see edit history) 1 Link to comment Share on other sites More sharing options...
Webshop VTSSN Posted August 21, 2017 Author Share Posted August 21, 2017 The rights of SimpleMailInvoker.php were changed in xxx instead of 644 for some reason.Problem is solved.Thanks for your help. 1 Link to comment Share on other sites More sharing options...
Scully Posted August 21, 2017 Share Posted August 21, 2017 You're welcome. Link to comment Share on other sites More sharing options...
evebutterflysoaps Posted January 24, 2019 Share Posted January 24, 2019 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 More sharing options...
Scully Posted February 5, 2019 Share Posted February 5, 2019 Cheers Link to comment Share on other sites More sharing options...
Recommended Posts