osCmax v2.5 User Manual
Results 1 to 3 of 3

Paypal Error in Order Details

This is a discussion on Paypal Error in Order Details within the Paypal forums, part of the Payment Modules category; I setup Paypal Website Payments Standard today. When I click on Orders > Details that were paid through Paypal, I ...

      
  1. #1
    Member
    Join Date
    May 2008
    Posts
    88
    Rep Power
    5


    Default Paypal Error in Order Details

    I setup Paypal Website Payments Standard today. When I click on Orders > Details that were paid through Paypal, I get the following error above where there would normally be the Order # and Order Date & Time. Then there are no Payment Method, and Products Ordered listings.

    Customer: Ggggggg Mmmmmmm
    999 Way St
    Town,State 99999
    United States


    Telephone Number: 111-222-3333
    FAX #:
    E-Mail Address: xxxxxxxx@yyyyyyyyyyyyyyyyyy.com

    1146 - Table 'db300000000000.TABLE_PAYPAL_IPN' doesn't exist

    select * from TABLE_PAYPAL_IPN where paypal_ipn_id = '0'

    [TEP STOP]

    Order # 23
    Order Date & Time 12/21/2009 21:00:37
    Can someone tell me, is this due to the Gift Voucher Bug with Paypal. or is there something else that I need to fix/patch? Packing Slips and Invoices still work, as does the Order Editor.
    Last edited by Marotta1; 12-22-2009 at 08:40 AM.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Paypal Error in Order Details

    This is due to your hacked site . When fixing it up, you must have overwritten some of the constants defined.

    You need to define TABLE_PAYPAL_IPN in database_tables.php
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Member
    Join Date
    May 2008
    Posts
    88
    Rep Power
    5


    Default Re: Paypal Error in Order Details

    Michael, this is actually not the site that was hacked. It is a new site I am finishing up.

    You are talking about /catalog/admin/includes/database_tables.php not /catalog/includes/database_tables.php, correct?

    I added the following:
    Code:
    define('TABLE_PAYPAL_IPN', 'paypal_ipn');
    I now get this:
    1146 - Table 'db300000000000.TABLE_PAYPAL_IPN_TXN_TYPE' doesn't exist

    select txn_type_name from TABLE_PAYPAL_IPN_TXN_TYPE where txn_type_id = '0 and language_id=1'

    [TEP STOP]
    That is a table field that should not have to be defined if I understand correctly. Is there something else I should be looking for?

Similar Threads

  1. Replies: 0
    Last Post: 09-09-2008, 03:42 AM
  2. paypal error
    By bmonster8899 in forum Paypal
    Replies: 0
    Last Post: 08-26-2007, 11:07 AM
  3. order details missing products
    By caz in forum osCmax v2 Installation issues
    Replies: 15
    Last Post: 04-23-2007, 11:39 AM
  4. Add order to customer details
    By Musicman in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 01-06-2004, 01:36 PM
  5. PayPal IPN Error
    By proton318 in forum osCmax v1.7 Discussion
    Replies: 8
    Last Post: 09-29-2003, 04:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •