Bitcoin Forum
May 26, 2024, 09:06:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Reception does not work in BLOCKCHAIN  (Read 371 times)
vamp_star (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 09, 2017, 12:15:50 PM
 #1

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/
mocacinno
Legendary
*
Offline Offline

Activity: 3402
Merit: 4984


https://merel.mobi => buy facemasks with BTC/LTC


View Profile WWW
August 09, 2017, 12:21:31 PM
 #2

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.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
vamp_star (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 09, 2017, 01:00:58 PM
 #3

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
mocacinno
Legendary
*
Offline Offline

Activity: 3402
Merit: 4984


https://merel.mobi => buy facemasks with BTC/LTC


View Profile WWW
August 09, 2017, 01:16:40 PM
 #4

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

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
vamp_star (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 09, 2017, 02:08:40 PM
 #5

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
mocacinno
Legendary
*
Offline Offline

Activity: 3402
Merit: 4984


https://merel.mobi => buy facemasks with BTC/LTC


View Profile WWW
August 10, 2017, 06:29:02 AM
 #6

Can you help me with this
Hosting told me that the error in the script

Well, without digging in completely, at first sight it looks like a problem that can be solved either by your host (by making sure all dependancies for your script are met), or by you (by rewriting the script so it doesn't use unmet dependancies).

As for your question: i'm afraid i have my hands full with my daytime job and some paying projects, so i don't really have the time to rewrite a script.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!