Bitcoin Forum
June 17, 2024, 12:03:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Web Wallets / Re: Reception does not work in BLOCKCHAIN on: August 09, 2017, 02:08:40 PM
I received api v 2
Downloaded the code from here
https://github.com/blockchain/receive-payments-demos
Inserted in the include.php api and x pub and database
And not it does not work tell me what could be the problem?
That's what happens http://sexkarta.net/receive_payment_php_demo/

if you look at the sourcecode of that page, you see it uses create.php?invoice_id=9001 and order_status.php?invoice_id=9001 to create an order, or to fetch the status.

however, if you try to load these pages ( http://sexkarta.net/receive_payment_php_demo/create.php?invoice_id=9001 or http://sexkarta.net/receive_payment_php_demo/order_status.php?invoice_id=9001 )
you get a 500 error... I guess you'll have to dive into your apache/nginx/lighthttpd/websphere/... error.log and see what's going wrong.

When I click the payment button in the database
Error log
[Wed Aug 09 09:05:13 2017] [error] [client 172.68.10.73] PHP Fatal error:  Call to undefined method mysqli_stmt::get_result() in /home/sexkarta/public_html/receive_payment_php_demo/order_status.php on line 23

most of these errors are either pretty self-explanatory, or real easy to lookup on google...
For example, if i didn't already know the problem, i could have searched "PHP Fatal error:  Call to undefined method mysqli_stmt::get_result()" on google, and the first hit would have been: https://stackoverflow.com/questions/8321096/call-to-undefined-method-mysqli-stmtget-result

So, if you're running on a dedicated box/VPN you can fix the problem, if not you can ask your shared host to fix the problem for you (but there's no guarantee he'll be willing to help you out).

You can also rewrite order_status.php
Can you help me with this
Hosting told me that the error in the script
2  Economy / Web Wallets / Re: Reception does not work in BLOCKCHAIN on: August 09, 2017, 01:00:58 PM
I received api v 2
Downloaded the code from here
https://github.com/blockchain/receive-payments-demos
Inserted in the include.php api and x pub and database
And not it does not work tell me what could be the problem?
That's what happens http://sexkarta.net/receive_payment_php_demo/

if you look at the sourcecode of that page, you see it uses create.php?invoice_id=9001 and order_status.php?invoice_id=9001 to create an order, or to fetch the status.

however, if you try to load these pages ( http://sexkarta.net/receive_payment_php_demo/create.php?invoice_id=9001 or http://sexkarta.net/receive_payment_php_demo/order_status.php?invoice_id=9001 )
you get a 500 error... I guess you'll have to dive into your apache/nginx/lighthttpd/websphere/... error.log and see what's going wrong.

When I click the payment button in the database
Error log
[Wed Aug 09 09:05:13 2017] [error] [client 172.68.10.73] PHP Fatal error:  Call to undefined method mysqli_stmt::get_result() in /home/sexkarta/public_html/receive_payment_php_demo/order_status.php on line 23
3  Economy / Web Wallets / Reception does not work in BLOCKCHAIN on: August 09, 2017, 12:15:50 PM
I received api v 2
Downloaded the code from here
https://github.com/blockchain/receive-payments-demos
Inserted in the include.php api and x pub and database
And not it does not work tell me what could be the problem?
That's what happens http://sexkarta.net/receive_payment_php_demo/
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!