mazkir
Forum Replies Created
-
Hi Ross,
Yup, fixes it!
Thank you very much.PS: What I meant by the coupon page was specifically wp-admin/admin.php?page=gravityformscoupons.
If I’m not mistaken this is caused by gformPreRenderSniff being run on the coupon page. isEwayForm function is then run, but as the page isn’t a form; the function errors out as, since commit #0535eb5 (looking on the git), the function is type-hinted and, as php is running strictly typed, it fails attempting to cast null to an integer.
(This is my guess from my limited knowledge of php, and a quick investigation.)
Forum: Plugins
In reply to: [Gravity Forms Eway] eWay charged without a GF entry createdHey Ross,
They are definitely genuine transactions and honeypot is disabled. They do not appear as spam entries.
If that error is the only thing changed in the plugin update, I’d rather wait until this issue is identified (or a proper non-dev release) before updating – or at least until next week.
Thank you.
Forum: Plugins
In reply to: [Gravity Forms Eway] eWay charge without form entryGood morning.
Just wanted to chime in that we’ve also been experiencing this for the first time recently – also have had many thousands of successful transactions over the years.
I posted about it in https://ww.wp.xz.cn/support/topic/eway-charged-without-a-gf-entry-created/ and was wondering whether you were able to get this resolved?