propeltoexcel
Forum Replies Created
-
Thanks true, good point. I might look into it, or just settle with a link to a domain check website as the process you recommend does sound quite complicated.
Thanks for following up on me.
That worked, thanks!
Thanks Kris,
That is more than I could ask for.
Thanks for asking Adam,
my intent is to have the form user select an available domain and submit it through the forminator form itself. The domain check avoids the form user to select a domain that isnt available.
Hope that makes sense.
I just double checked, but I still had it on
define( 'WP_DEBUG', false );
Great insights! thanks Adam.
The screenshot attached is of the ‘WP24 Domain Check’ plugin outside the Forminator form.
The plugin I am using the short code for is called ‘WP24 Domain Check’. It is a two part system whereby you fill in the desired domain, click check, followed by a domain search with the results showing as per picture attached.
The first part (form) is showing in Forminator, however, when I press check it wont show the second part (the results). Is that easily solvable with one of your magic codes?
Thank you.
Warning: json_decode() expects parameter 1 to be string, array given in ../wp-content/mu-plugins/forminator-paypal-transaction-description.php on line 25
I do get this error in WordPress though. Any idea what might cause this?
The line is:
$body = ( is_array( $parsed_args ) && isset( $parsed_args[ 'body' ] ) ) ? json_decode( $parsed_args[ 'body' ] ) : null;
It works like a charm
Many thanks for your support Pat!
Wow, you really seem to be the solution to all my coding problems. Thanks Pat!
Brilliant! That fixed it.
Thanks Patrick.
Here is a link to the form, if you need it: https://we.tl/t-0dS1IhcDsI
Hi there,
I am having the same issue.
Tried defaulting theme and plugins multiple times, still same issue.
Double checked my PayPal credentials, can’t seen anything wrong with it either.I am getting this issue in Sandbox mode. I’ve checked my Sandbox API Calls in PayPal (unsure if this is relevant to this issue), but the last updates in that list are of 3 days ago. With two orange notifications containing these two lines:
“message”: “The request payload is not supported”,
“name”: “UNSUPPORTED_MEDIA_TYPE”But again, this was 3 days ago, if its relevant at all. The majority of the notifications are green.
Thanks in advance for your help.