The problem I am having is that I am getting paypal payment, but no order is showing in the Admin or The data base. I am using:
Zen Cart 1.3.8a
Database Patch Level: 1.3.8
PHP Version 5.2.5
From what I can tell, the problem is with my database
My Payment Module is configured correctly.
The ipncheck.php through the browser shows:
The Ipn_test.php shows:IPNCHECK.PHP - Version 1.0
IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443
IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY
Script finished.
The ipn_test_return.php shows:Illegal Access
Not quite sure what to do here.Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/XXXXX/public_html/extras/ipn_test_return.php on line 14
Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/XXXXX/public_html/extras/ipn_test_return.php on line 14
Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/XXXXXX/public_html/extras/ipn_test_return.php on line 14
The ipn_main_handler.php shows:
There is no file in my database anywhere that says zen_order_id.1054 Unknown column 'zen_order_id' in 'field list'
in:
[SELECT zen_order_id, paypal_ipn_id, payment_status, txn_type, pending_reason FROM zen_paypal WHERE txn_id = '' ORDER BY zen_order_id DESC ]
I could really use a troubleshooting fixing guide so I can get my shop back up and running. I appreciate any help. Thanks.




