Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pay pal ipn error


Guest

Recommended Posts

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

Link to comment
Share on other sites

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."

Link to comment
Share on other sites

ok thank you very much that solved the problem. now i have another one . when i go to admin section and i go to tools and i hit paypal ipn test ....it does the same thing only when i hit transactions i get this in the address bar

 

http://www.majesticsoundsonline.com/store/...ONS?action=view

 

and when i hit test ipn i get this

 

http://www.majesticsoundsonline.com/store/...STS?action=view

 

any suggestions....

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...