xbox5 Posted May 1, 2015 Share Posted May 1, 2015 Hi, Yesterday there was a transaction that was not sent to my wallet, It was a different wallet and after some time the money came to my wallet from another wallet, I dont really get what happend 0 Quote Link to comment Share on other sites More sharing options...
xbox5 Posted May 6, 2015 Share Posted May 6, 2015 Hi, Yesterday there was a transaction that was not sent to my wallet, It was a different wallet and after some time the money came to my wallet from another wallet, I dont really get what happend Found out this one, The problem is it really takes long time for the money to come to my wallet from the random wallet, Any solution? And also i would like to donate send me your wallet 0 Quote Link to comment Share on other sites More sharing options...
serveria Posted June 10, 2015 Share Posted June 10, 2015 Hi, All of a sudden, we stopped receiving the transactions to our wallet. When I check the transaction on blockchain.info it says Transaction unrelated to your wallet. It started yesterday and we haven't received a single transaction so far. Gateway settings in whmcs are correct (wallet address etc). How can I check where the money went? 0 Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted June 12, 2015 Author Share Posted June 12, 2015 Hi, All of a sudden, we stopped receiving the transactions to our wallet. When I check the transaction on blockchain.info it says Transaction unrelated to your wallet. It started yesterday and we haven't received a single transaction so far. Gateway settings in whmcs are correct (wallet address etc). How can I check where the money went? You'll need to contact blockchain.info about that. 0 Quote Link to comment Share on other sites More sharing options...
BITW Posted June 22, 2015 Share Posted June 22, 2015 @ Dear Dr. McKay For some reason i think you should release a new update regarding this just like before. i.imgur.com/Nh3Kz3z.png Please help me. I am using the latest one you have released. Cheers 0 Quote Link to comment Share on other sites More sharing options...
m107 Posted July 13, 2015 Share Posted July 13, 2015 This is not working for WHMCS6. 0 Quote Link to comment Share on other sites More sharing options...
geoker Posted July 23, 2015 Share Posted July 23, 2015 "Transaction amount too low. Please try another payment method or open a ticket with Billing." I got this error because blockchain blocked my ip. In order to see if your ip is blocked : 1 . open blockchain.php , 2. search for ' return "Transaction amount too low" 3. add the $amount var to the return in order to debug : ' return "$amount Transaction amount too ' . The amount var contains the curl request return. 4. Try opening an invoice an pay with blockchain. It should display an error saying that your ip is blocked. I fixed this by asking my hosting provider for an dedicated ip and adding : curl_setopt($ch, CURLOPT_INTERFACE, $_SERVER['SERVER_ADDR']); before any curl_exec in blockchain.php. 0 Quote Link to comment Share on other sites More sharing options...
hosticon Posted July 31, 2015 Share Posted July 31, 2015 Thanks for the donation! You don't need any of the .hg files. Hello Dr. Mckay, I have upgraded whmcs to v6.01 and not blockchain module is not working. I have contact whmcs support and they say as below: ================ This module appears to be trying to utilize a file which is no longer shipped with WHMCS 6.0 and above. I recommend contacting the developer of this third party module to see if they have an update or can resolve this issue for you. http://docs.whmcs.com/Version_6.0_Release_Notes#Removal_of_Dbconnect.php If you have any other issues or questions please let us know. Thanks, -- Jimmy B. Assistant Support Manager WHMCS, Ltd. http://whmcs.com 31st Jul 2015 (08:36) Dhaval Chandrani || Client I am also pasting error below: ============ Warning: require(./../../dbconnect.php): failed to open stream: No such file or directory in /home/hosticon/public_html/client/modules/gateways/blockchain.php on line 90 Warning: require(./../../dbconnect.php): failed to open stream: No such file or directory in /home/hosticon/public_html/client/modules/gateways/blockchain.php on line 90 Fatal error: require(): Failed opening required './../../dbconnect.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hosticon/public_html/client/modules/gateways/blockchain.php on line 90 ================ 0 Quote Link to comment Share on other sites More sharing options...
jetdino Posted August 2, 2015 Share Posted August 2, 2015 Change ./../../dbconnect.php with ./../../init.php 0 Quote Link to comment Share on other sites More sharing options...
hosticon Posted August 4, 2015 Share Posted August 4, 2015 Change ./../../dbconnect.php with ./../../init.php Thanks, I am not a tech guy. Can you please explain what file and exact change? 0 Quote Link to comment Share on other sites More sharing options...
hosticon Posted August 5, 2015 Share Posted August 5, 2015 Change ./../../dbconnect.php with ./../../init.php Thanks, you are awesome my friend. It worked. 0 Quote Link to comment Share on other sites More sharing options...
365ezone Posted October 13, 2015 Share Posted October 13, 2015 This is new issue .. i use it ...but when the payment done and blockchain show the 2 conformation ...but when i check in my whmcs billing system it show unpaid invoice ....can you tell what can be the iisue and how to solve it 0 Quote Link to comment Share on other sites More sharing options...
hostservice_71 Posted November 5, 2015 Share Posted November 5, 2015 I'm on version 6.1.1 and installed this gateway today. It looked simple, but doesn't seem to work for me. I use the standard six template. When I try to pay the invoice, and I select Bitcoin from the dropdown, a big white spave appears in the uppoer section of the invoice. I assume this could be to display a qr code or so, but nothing happens. I'll give it another try of it works. Let us know, I'll be happy to donate if it works. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 14, 2015 Share Posted November 14, 2015 I'm on version 6.1.1 and installed this gateway today. It looked simple, but doesn't seem to work for me. I use the standard six template. When I try to pay the invoice, and I select Bitcoin from the dropdown, a big white spave appears in the uppoer section of the invoice. I assume this could be to display a qr code or so, but nothing happens. I'll give it another try of it works. Let us know, I'll be happy to donate if it works. I just quickly installed it and didn't see any similar white space... looking at the code, to make it v6+ compatible, you would certainly need to replace references of dbconnect.php with init.php in /modules/gateways/blockchain/blockchain.php additionally, you should probably replace the code below from /modules/gateways/blockchain/callback/blockchain.php... require('./../../../dbconnect.php'); require('./../../../includes/functions.php'); require('./../../../includes/gatewayfunctions.php'); require('./../../../includes/invoicefunctions.php'); with... require('./../../../init.php'); we don't accept bitcoins, so I can't test the functionality, but it should make it more compatible with v6. 0 Quote Link to comment Share on other sites More sharing options...
hostservice_71 Posted November 14, 2015 Share Posted November 14, 2015 (edited) Yes, working Brian! To be exact; in both blockchain.php and /callback/blockchain.php ONLY dbconnect.php should be changed into init.php. I set conformation to 2 in the setup and payments come through instantly! Great, thanks! (PS. the white space that appeared on the payment-page-invoice does indeed change into a qr code this time. (no redirect) Thank you! Edited November 15, 2015 by hostservice_71 0 Quote Link to comment Share on other sites More sharing options...
hostservice_71 Posted November 15, 2015 Share Posted November 15, 2015 This is new issue .. i use it ...but when the payment done and blockchain show the 2 conformation ...but when i check in my whmcs billing system it show unpaid invoice ....can you tell what can be the iisue and how to solve it There are 2 blockchain.php files, one in the main and one in the callback folder. In the callback, also make the same dbconnect.php -> init.php change. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted November 15, 2015 Share Posted November 15, 2015 There are 2 blockchain.php files, one in the main and one in the callback folder. In the callback, also make the same dbconnect.php -> init.php change. Yes, this file has been deleted since WHMCS v6 0 Quote Link to comment Share on other sites More sharing options...
hosticon Posted November 23, 2015 Share Posted November 23, 2015 I am using this whmcs blockchain module. I suspect how safe and secure this module is? My account is hacked twice and someone has changed wallet address in whmcs > gateway configuration. Does any face the same issue? 0 Quote Link to comment Share on other sites More sharing options...
AlbaHost Posted January 3, 2016 Share Posted January 3, 2016 No this is not working till you apply for v2 api in blockchain.info. We lost 4 transactions which customers did paid and we never receive that money. - - - Updated - - - For more: https://blockchain.info/api/blockchain_wallet_api 0 Quote Link to comment Share on other sites More sharing options...
tommaloney Posted January 3, 2016 Share Posted January 3, 2016 No this is not working till you apply for v2 api in blockchain.info. We lost 4 transactions which customers did paid and we never receive that money. - - - Updated - - - For more: https://blockchain.info/api/blockchain_wallet_api I'm still using it with old blockchain api, it does works, i had several orders and successful payments after 01.01.2016 But also i have applied for api2 and probably it will be required upgrade module 0 Quote Link to comment Share on other sites More sharing options...
SystemIP Posted February 7, 2016 Share Posted February 7, 2016 Hi, module BTC f9ab02a works in WHMCS 5.3.14 ? Thanks for informs. 0 Quote Link to comment Share on other sites More sharing options...
m107 Posted February 7, 2016 Share Posted February 7, 2016 Hi, module BTC f9ab02a works in WHMCS 5.3.14 ? Thanks for informs. Upgrade it dude! It is not safe at all to use old versions + many modules wont work properly in near future! 0 Quote Link to comment Share on other sites More sharing options...
serveria Posted February 19, 2016 Share Posted February 19, 2016 Hey this plugin worked flawlessly for years but then suddenly customers started getting this error: An error has occurred, please contact Billing or choose a different payment method. (Error ID: 1) It started on February 15. How can we fix it? 0 Quote Link to comment Share on other sites More sharing options...
WGS Posted March 7, 2016 Share Posted March 7, 2016 Hi, If someone need latest blockchain API v2 module you can find here Thanks - - - Updated - - - Hi, If someone need latest blockchain API v2 module you can find here Thanks 0 Quote Link to comment Share on other sites More sharing options...
serveria Posted April 6, 2016 Share Posted April 6, 2016 Hi, We installed the plugin by WGS and the issue is solved now. It was written specially for APIv2 so works flawlessly. I highly recommend this plugin. 0 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.