haslien
Forum Replies Created
-
I did a hotfix by only replacing the small part in
wp-content/plugins/ninja-forms/assets/js/min/front-end.jsusing FTP.If you open the file you can do a find and replace. There should be no collisions for this code.
Before:
currentValue.trim()||(t=!1);
After:currentValue&¤tValue.trim?currentValue.trim():(t=!1);This solved it for me, hopefully next update will fix it.
Proposed solution didn’t seem to work for me. It seems as through
currentValueexist, but it does not have a trim method.I did the hotfix by only replacing the small part in
wp-content/plugins/ninja-forms/assets/js/min/front-end.js:Before:
currentValue.trim()||(t=!1);
After:currentValue&¤tValue.trim?currentValue.trim():(t=!1);This solved it for me, for now.
I too have this problem, version 3.6.30.
Happens both when I click a checkbox and when I attempt to send in the form.
Forum: Fixing WordPress
In reply to: Not sending email with errorYes, I was able to get the same error. The problems only occur on PHP <8 too, and this upgrade is the reason I’m dealing with these problems, since our provider is deprecating 7.4 soon.
I don’t know where to check for other logs, I don’t see any anywhere. It’s not displayed on the site, nor in the
wp-content/debug.logfile.Forum: Fixing WordPress
In reply to: Not sending email with errorIt doesn’t say much.
WP_DEBUGmakes no difference (noWP_DEBUG_DISPLAYanywhere to stop it either), no errors displayed. TheWP_DEBUG_LOGgives me only two lines:[06-Jan-2023 08:27:37 UTC] 1672993657.8238-includes/class-wp-hide-post.php@init():414--> [06-Jan-2023 08:27:37 UTC] memory_get_usage1-5789328I have no idea what to make of this.