JohnFSklavounos
Forum Replies Created
-
Oops, I almost forgot to let you know it’s categorized as Trojan:PHP/Obfuse.AS!MSR
Hello Support,
Holy Mackerel, it was mbstring for PHP 7.1 that was missing. In our recent upgrade, we moved to PHP 7.1 and all the extensions were enabled (compared to 5.6) except for mbstring. Thanks so much!!! I don’t know how the heck we missed it but I’m super thankful for the direction.
Your help has been very much appreciated.
Best regards,
JohnHello,
Any help for this? It’s been a couple of months now and I’m not feeling very supported. I am willing to let you into my admin area and hosting account to diagnose the problem. Please let me know.
Thank you,
JohnHey Guys,
Any help at all? This has been going on for a long time and I have seen many others posting about this (and related) problem. I’m happy to let you access my site’s back end if you would like.
To reiterate, the problem is that the user profile has drop downs, check boxes and other non text exit boxes which cause the form to not display. When I inspect the HTML, I see the fields but they are not visible. I see that they are Opacity: 1 and Visibility: Visible, and I’ve also overridden the z-index to be 99999999999 and still no success.
I’ve also gone into the Dev Console in Chrome and I see the following:
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.1
https://hvn.miami/member/saferdrinking-com/?um_action=edit&profiletab=main Failed to load resource: the server responded with a status of 500 (Internal Server Error)Also, when I change the Advanced setting named “Never load plugin JS and CSS on the following pages” to disable the CSS/Javascript on page “https://hvn.miami/member/saferdrinking-com/” it displays all the data, without any styling or the ability to edit of course, but it does display it all.
Finally, I have this issue even when I run no other plugins on the TwentySeventeen theme.
Please help with this!
Thank you,
JohnUPDATE: Reverting back to 1.3.82 allows you to see the forms, but when a user attempts to edit, the same issue occurs. At this point, I’m stuck and I’m hoping someone has an idea on how to fix it.
Hello again,
I now see that the issue also exists when the user attempts to edit their profile. So far I’ve had to delete all the drop downs and radio button edit fields in order to get any form to display but I cannot do it with the profile form.
Can someone please reply and let me know what’s going on? I’ve seen this same issue reported many times and I’m beginning to worry that a solution is not forthcoming.
To reiterate, I have done a complete conflict test down to the having no plugins except for UM and the twenty seventeen theme and the same issues occur.
OS: CentOS 6
PHP: 7.1
MySQL: 5.6.35
WP: 4.8.1
UM: 1.3.88PLEASE HELP!!!!
Thank you,
JohnThis is a serious and persistent problem. I’ve reported it as well, I can tell you all that reverting back to v1.3.82 allows the forms to show properly in WP v4.8.1 but that is not ideal.
Hi again,
It looks like this is the same issue I’m facing… https://www.ads-software.com/support/topic/user-role-drop-down-or-radio-buttons-broken-on-registration-form/
Versions
WP: 4.8
UM: 1.3.88
Twenty Seventeen: 1.3
Firefox: 54.0.1
Chrome: 59.0.3071.115Thanks,
JohnHello,
I have created a new form and have found something very interesting. It turns out that if I have any dropdown or radio field types on the form, it fails to display, even in the wp-admin area clicking the Live Preview button.
I have tested this behavior with the TwentySeventeen theme and only Ultimate Member v1.3.88 active in Firefox 54.0.1 and Chrome 59.0.3071.115.
Please advise on what I should do next.
Thank you,
JohnHello,
The correct registration shortcode is being used, the page is named “Apply Now” and has this shortcode: [ultimatemember form_id=819]
UM Forms shows the same value as a Register type of form with this shortcode: [ultimatemember form_id=819]
UM Settings shows the page named “Apply Now” as the Register page
I will create a new page and form and let you know what happens.
Thanks,
JohnHello Support,
I’m sorry that I wasn’t clear. I have upgraded to every version between 1.3.82 and .87 as they came out and have had the same problem. Each time, I’ve deactivated all other plugins and switched to twenty sixteen and/or twenty seventeen with no success.
I’ve had to rollback to 1.3.82 each time.
Any ideas?
Thanks!
JohnForum: Plugins
In reply to: [URL Params] Trouble accessing Array ParamsHi rmorats,
My solution was to replicate the array params I needed as their own param. The array had an ID and a name (amongst other data) I needed to access, so I coded them into their own individual params. This meant there was a replication of data in the string, but this was acceptable for our purposes.
So I ended up with:
[ifurlparam param=”pSubmittedByName”]Filtered for: [urlparam param=”pSubmittedByName”][/ifurlparam]
I hope it helps!
Best,
JohnThanks Champ! Appreciate it. Best, John
Forum: Plugins
In reply to: [Email Users] Can it be used on front end?Hi,
I appreciate the quick response. =)
Best,
John