machination Posted March 20, 2012 Share Posted March 20, 2012 Recently we moved our site to a new server. We've been having a lot of problems with the checkout process since then (it was working fine before the move). We're using Authorize.net. Upon clicking the "Make Payment" button on the last page of checkout, the user is led to /modules/authorizeaim/validation.php, which basically has nothing in it. It should be processing the payment. There seems to be some discrepancy between the checkout process in Prestashop and Authorize.net. They're not communicating. I have already tried restoring files from a back-up and playing around with many of the settings in the admin area (payment, shipping, etc.). I also displayed errors, and couldn't see anything on the page. The one error I seem to be getting in the console in the browser is: [domain]/modules/authorizeaim/validation.php?_wpcf7_is_ajax_call=1&_wpcf7=6 404 (Not Found) Nothing seems to be working though. Am I missing something? Thanks. Link to comment Share on other sites More sharing options...
bellini13 Posted March 20, 2012 Share Posted March 20, 2012 sounds like the CURL extension might be missing. in config/config.inc.php, enable display of errors using this setting. @ini_set('display_errors', 'on'); you should get an error message instead of a blank page. Link to comment Share on other sites More sharing options...
machination Posted March 20, 2012 Author Share Posted March 20, 2012 That doesn't seem to work. It still redirects to the new page, which just uses our Wordpress template (since the rest of the site is built using WP). If you try to check-out here, it will redirect the page and the transaction won't happen. (if someone fixes it and it does work, we'll refund you, obviously). Link to comment Share on other sites More sharing options...
cameronmalek Posted March 20, 2012 Share Posted March 20, 2012 I'm also working on this website. Instead of showing a blank white page with an error message, validation.php shows the wordpress 404 page. If I remove the .htaccess rewrite rules for wordpress, it will then show the prestashop 404 page. Permissions for the file have been changed to 777 for troubleshooting, which has fixed nothing. I can't think of any reason why it would be loading a 404 page. The file itself is fine. I copied it to the home directory and it loads exactly how it should. Link to comment Share on other sites More sharing options...
cameronmalek Posted March 21, 2012 Share Posted March 21, 2012 I fixed it! validation.php 404'd for the Authorize.net module because of permissions that were too loose for the directories containing it (/modules and /modules/authorizeaim). Changing the permissions of the PHP file to 644 and the directories containing it to 755 fixed it. This thread is solved. 2 Link to comment Share on other sites More sharing options...
droom Posted July 29, 2015 Share Posted July 29, 2015 I fixed it! validation.php 404'd for the Authorize.net module because of permissions that were too loose for the directories containing it (/modules and /modules/authorizeaim). Changing the permissions of the PHP file to 644 and the directories containing it to 755 fixed it. This thread is solved. I had the same issue with sagepay addon v1.6.2 from presto changeo on Prestashop 1.6.1.0 after changing all files perm. to 644 and folders to 755 all worked as expected. 1 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