Zen Cart Logo
Forums / PayPal Express Checkout support / PayPal Express 404 Error

PayPal Express 404 Error

Locked

Views: 1,436

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
17 Feb 2014, 5:10 AM
#1
dabbers avatar

dabbers

New Zenner

Join Date:
Jan 2014
Location:
United States
Posts:
5
Plugin Contributions:
0

PayPal Express 404 Error

Hello. I'm having an issue with my site where when you click on the button to pay with PayPal Express it displays a 404 page not found error. I check the debug logs and nothing shows up here about the problem. I suspect the problem is probably caused by the fact that I recently bought another domain address and change the configure.php to point to this new domain. So that my configure.php say "define('HTTP_SERVER', 'http://www.dablur.com');" but all my zencart files have not moved from the old domain dabbersdoodle.com. I also have installed the Ceon URI Mapping module. Here is a link to the store.

Currently the standard checkout with PayPal is working but it would really be great if my customers weren't required to create an account to purchase something. Could these URL rewrites be causing the problem? If so, what are my options to fix this?

Thanks,
Hadley

17 Feb 2014, 7:11 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: PayPal Express 404 Error

The link to your /ipn_main_handler.php is broken ... either because the file is missing from your server, or because your URL-rewriter has busted normal operation.

9 May 2014, 4:37 PM
#3
dabbers avatar

dabbers

New Zenner

Join Date:
Jan 2014
Location:
United States
Posts:
5
Plugin Contributions:
0

Re: PayPal Express 404 Error

Thank you DrByte,

The problem was cause by issues with URL-rewriter and my htaccess. Everything is working properly now.