Guest Posted November 13, 2008 Share Posted November 13, 2008 Hello! I can't thank you enough for all the forum posts. I'd be lost without them. Like others here, this set up is taking FOREVER and is making me feel like a complete coding rookie. I have all my credentials through QBMS (AppID, AppLogin, ConnectionTicket), but when I run a transaction, OSCommerce returns "MODULE_PAYMENT_QBMS_TEXT_SYSTEM_ERROR" [by the way, where DO you set what these default texts are? They're not in the database configuration table. Do I just change them in the QBMS.php file? Sigh.] Back on task: I've stepped through the file and wrote to a log file to try and figure out where it's bombing. It gets to the qbms_call but the response comes back as null. I then wrote the curl_errno($clientURL) to the file and it's returning an error number of 60. Where can I find out what that means, please? Thanks in advance for your help! Quote Link to comment Share on other sites More sharing options...
Guest Posted November 13, 2008 Share Posted November 13, 2008 (edited) [by the way, where DO you set what these default texts are? They're not in the database configuration table. Do I just change them in the QBMS.php file? Sigh.] 'Guess I never downloaded the languages part of this, eh? :blush: It's been MONTHS trying to get this to work. Ugh. Now, If I can only get the error to resolve! Ideas? Edited November 13, 2008 by jandy Quote Link to comment Share on other sites More sharing options...
Guest Posted November 13, 2008 Share Posted November 13, 2008 Type "curl error 60" into google - the error is a problem with the ssl CA certs wrongly installed or installed in the wrong location. Quote Link to comment Share on other sites More sharing options...
Guest Posted November 17, 2008 Share Posted November 17, 2008 Type "curl error 60" into google - the error is a problem with the ssl CA certs wrongly installed or installed in the wrong location. Thanks for the tip. Where is it supposed to be - - or where in the code do I point it to where it IS? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.