Menu

#31 PayPal account

V.1.2.1
closed-fixed
SQL Errors (7)
5
2007-08-08
2007-08-07
Anonymous
No

in the PayPal default account creation .sql you are missing an zero and US or some other value , unil I changed this there were errors in the mysql creation

VALUES('http://www.yoursite.net','you@youraddy.com','0','0','0','0','US');

Discussion

  • Joe Roberts

    Joe Roberts - 2007-08-08
    • milestone: --> V.1.2.1
    • status: open --> closed-fixed
     
  • Joe Roberts

    Joe Roberts - 2007-08-08

    Logged In: YES
    user_id=1751394
    Originator: NO

    the value should be
    VALUES ('http://www.yoursite.net', 'you@youraddy.com', '0', '0', '0', 'false', 'US');
    and is fixed

     

Log in to post a comment.