NoNodePay icon indicating copy to clipboard operation
NoNodePay copied to clipboard

White page after confirming… PHP8.0

Open starckio opened this issue 2 years ago • 3 comments

I installed following the video and everything is correct. However, I have a blank page when I click on "Confirm & Pay" (confirm.php). Can you help me? Thank you.

starckio avatar Sep 09 '21 13:09 starckio

That is the action where a new address is pulled from your address pool in the database. Did you generate a bunch of addresses and import them into your database? Is the table name 'Sheet1'?

On Thu, Sep 9, 2021, 6:35 AM Christopher Boutillé @.***> wrote:

I installed following the video and everything is correct. However, I have a blank page when I click on "Confirm & Pay" (confirm.php). Can you help me? Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/coinables/NoNodePay/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXSGGK2XV7G4R6LYLIUQBTUBCZ2DANCNFSM5DXFBPMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

coinables avatar Sep 09 '21 16:09 coinables

Everything is correct on this side, In fact I use PHP 8.0 and it does not work with. So I went on PHP 7.4.21 and it works!

On the other hand my online web server has PHP 8.0 so I do not know how I will do.

starckio avatar Sep 09 '21 16:09 starckio

Interesting and thanks for reporting the issue with php 8.0! I hate it when they make breaking changes to php, I'll see if I can figure out what it doesn't like. If you see anything in your server or error log let me know.

On Thu, Sep 9, 2021, 9:53 AM Christopher Boutillé @.***> wrote:

Everything is correct on this side, In fact I use PHP 8.0 and it does not work with. So I went on PHP 7.4.21 and it works!

On the other hand my online web server has PHP 8.0 so I do not know how I will do.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/coinables/NoNodePay/issues/3#issuecomment-916270601, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXSGGMWZKS3C6Y5ZV2L66DUBDRA7ANCNFSM5DXFBPMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

coinables avatar Sep 09 '21 17:09 coinables