#Arnas-help

1 messages · Page 1 of 1 (latest)

errant bluff
#

Hello, what can I help you with?

urban sentinel
#

Hello im getting white screen of death when user's trying to make a deposit on my site

#

even though i had set up key's succesfully

errant bluff
#

Do you see any errors?

#

(removed the screenshot as this server is public and we do not want your secret key to leak)

#

Also what settings page was that?

urban sentinel
#

nothing just white screen, but the webhook log's the event

#

i use a template of a php page where i have to set up keys for payment to work

#

that was a picture of it

#

maybe i did something wrong there

#

but i believe i didn't

#

what can be the cause of this?

errant bluff
#

Are you making any Stripe calls when that button is pressed?

urban sentinel
#

i dont understand php but i can get in to the files to see what's wrong but im not sure where to look into

errant bluff
#

Can you put a breakpoint on the redirectToCheckout call and see if that is being hit when you click on your button?

urban sentinel
#

like this?

#

i did this

#

and its still white screen

errant bluff
#

Not quite, I was suggesting something in your browser

urban sentinel
#

but event has recorded

errant bluff
#

Something to log it to the console

#

Can you send me the ID for that event?

urban sentinel
#

evt_3K5Fy4FWcjKC49Rw2nh9LWkG

#

req_ujqVhR8SHcTyn6

#

and also this is session id

errant bluff
#

So that is the session creation, that would be happening on your server

#

The button is client side, so there won't be more events from that until they get to the Checkout Session and complete it

#

Do you know how to see what the button is doing when clicked in your client side code?

urban sentinel
#

im not sure

#

but i can see a code in html

#

with inspect

#

by the way my php version is 7.3 if that could be the case

#

but i can also upgrade it if it could change anything but im not touching things because im not sure of those

errant bluff
#

I wouldn't do that right now unless we know the issue is with the version

#

The big thing is we need to figure out what your button is doing when clicked.

#

Would you be able to send me a link to your test page?

urban sentinel
errant bluff
#

I am getting an error

#

When navigating, no option to log in

urban sentinel
#

can you test it now?

errant bluff
#

I can see your site now. I'm not seeing that Stripe code on that page so I am unsure if you are hitting that redirectToCheckout on that page

urban sentinel
#

it's not a crypto coin its a token

errant bluff