Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pay pal ipn error


Guest

Recommended Posts

Posted

ok i have paypal ipn...and when i create a test order and i go trough the process of placing my order and when i hit confirm order i get this

 

page can not be found.....then i look in the address bar it says

 

http://www.majesticsoundsonline.com/store/...CKOUT_PAYPALIPN

 

IS THIS A ERROR IN THE CODING or do i need to create a certain page . i am getting this error when i hit confirm at the checkout any suggestions would be great

Posted

You missed something in the installation of the contribution. There should have been an instruction to add the following 2 lines to includes/application_top.php:

define('FILENAME_CHECKOUT_PAYPALIPN', 'checkout_paypalipn.php'); // PAYPALIPN

define('TABLE_PAYPALIPN_TXN', 'paypalipn_txn'); // PAYPALIPN

If you're using MS2 or a late version of MS1CVS then these lines may go in includes/filenames.php and includes/database_tables.php respectively, instead.

Regards, Wizzud

"It is better to remain silent and be thought a fool, than to open your mouth and remove all doubt."

Posted

You are still missing language definitions.

 

Re-read the IPN installation instructions, especially the part where it talks about anything in the "languages" directory.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted

I also get the same problems when using the 'test ipn' option.

 

I have used the most up to date version of ipn and i used the recommended overwrite files but i am still getting this error.

 

Can anyone help?

 

Thanks

Posted

i am using the most up to date version of oscomm and i have tried alot of different things ans same thing

Posted

ok i have gotten it to work...... :D

 

now i get this error when i try to test ipn and send the test

 

TEST IPN Processed for order #1245351146 - Table 'majesticstore.table_paypalipn_txn' doesn't exist

 

select txn_id from TABLE_PAYPALIPN_TXN where txn_id='1058483195'

 

[TEP STOP]

 

any suggestions

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...