mrben10
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Search by multi select checkbox list@rolandbarker I did not even think that this might be a plugin. Thank you.
I modified the values in the usermeta table in phpMyAdmin found in the website control panel (cpanel)
Marking resolved
Hi Marcus,
Updating to the beta appears to have resolved the phone number issue. I have turned phone numbers back on and I can see the full list of user bookings. Thank you for the prompt support.
This morning I created a new user, this user was able to use the visual editor and switch between code and visual editing. I looked through the database and found the usermeta table storing user values. Then I compared user settings between the new user and previous user(s).
I saw the meta_key value ‘rich_editing’ and on a hunch thought this may be the setting for visual editor.
Comparing with the old user: rich_editing = TRUE and new user: rich_editing = true.
Changing the value via the table for the old user to lowercase ‘true’ appears to have resolved the issue.
I have several user meta_key with the uppercase TRUE and I’m thinking to backup the wp_usermeta table and then amend them all to lowercase.
Hi, I have looked again and am using 6.8.1. Following your suggestions I have logged in with a different user and experience the same issue regardless if the post / page is created with that user or another.
Trying a different web-browser also does not help, I’m unable to switch to visual editor and when viewing any user profile there is no option to switch to/from visual editor.
I’ve switched from php 8.4 to 8.2 & also flushed cache via cpanel.
Still experiencing issues with creating or editing posts or pages where the block editor is code rather than visual.
I have enabled debugging and no debug file is created as I navigate around or try to edit posts/pages. In the past when I’ve had errors said file is created. I’m stumped with little to go on shall resume troubleshooting tomorrow.
So after some further debugging this issue of being unable to save settings was affecting another plugin also. Poking around some more I found a pointer to PHP INI max_input_vars value. After increasing this value in stages I found a happy medium where the settings for plugins would save. The provider default for my site was too low.
Thank you everyone for the feedback and ideas.I’ve reviewed the second site I manage with the Events Manager plugin. On this site the settings save and viewing the console in the developer panel the same four violating nodes occur as the non-working site.
As a work around I can modify the wp-options table but naturally this is less convenient to navigate.
I’ll have another round of troubleshooting later on in the week; and in the meantime review all the settings.
Continuing troubleshooting I deactivated and uninstalled the plugin, dropped all associated tables and removed all settings from the wp_options table & reinstalled the plugin.
Unfortunately I am still unable to save setting changes.
Tried switching theme again and deactivating all plugins and I get the same result, clicking the save button, page refreshes and settings revert back to what the where.
The same four ‘issues’ appear in the developer console – as mentioned in an earlier post.
Hi I appreciate the reply,
When I change any settings in the Event Manager Options pages and click Save Changes (All) or Save Changes the web page refreshes and the changes are reverted.
I have tried loading a different theme today & also removed all the custom CSS I use on this site; unfortunately neither have helped.
Looking in developer tools, when I click ‘Save Changes’ there are no errors and 4 issues, all 4 issues are “A form field element has neither an
idnor anameattribute. This might prevent the browser from correctly autofilling the form.”An example element below which looks to be from General > Phone Numbers > Example Input
<input type="text" class="iti__search-input" placeholder="Search" role="combobox" aria-expanded="true" aria-label="Search" aria-controls="iti-0__country-listbox" aria-autocomplete="list" autocomplete="off">I have no idea how to resolve that and will try to research in the coming days.
I should add this site is at the latest PHP; latest wordpress and latest Events Manager Plugin.
Hope someone can help in the meantime I’ll keep trying debugging