+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 3 of 3

Thread: PayPal DB Error Fix

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default PayPal DB Error Fix

    /checkout/paypal.php line 506

    $profArr = db_arr( "SELECT `RealName`, `HomeAddress`, `City`, `Country`, `zip` FROM `Profiles` WHERE `ID` = {$memberID}" );

    change to

    $profArr = db_arr( "SELECT 'City`, `Country`, `zip` FROM `Profiles` WHERE `ID` = {$memberID}" );
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  2. #2

    Join Date
    Sep 2007
    Posts
    106

    Default

    Ok guys, which of both solution is nowq clean and correct?
    Your solution here, or this one:
    http://www.modmysite.com/showpost.ph...95&postcount=1

    Greets,
    Manuel

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    I think fix the database query since it is flawed.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. PayPal Error Code
    By Smoge in forum Payment Processing
    Replies: 0
    Last Post: 05-30-2010, 11:29 AM
  2. Paypal checkout database query error dolphin 6.0.2
    By Baalfyre in forum Payment Processing
    Replies: 4
    Last Post: 10-03-2007, 04:32 PM
  3. The big Con - Paypal?
    By Nick8888 in forum General Issues, Comments, Questions
    Replies: 3
    Last Post: 05-04-2006, 02:16 AM
  4. Database access error - Paypal post checkout payment
    By planetgay in forum General Troubleshooting
    Replies: 34
    Last Post: 05-04-2006, 02:12 AM
  5. Paypal IQ
    By raeyo in forum Payment Processing
    Replies: 8
    Last Post: 03-30-2006, 06:07 AM

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