2. Then look for actual errors, for example like this:
Fatal error: Uncaught Error: Call to undefined function mb_strtolower()
mbstring PHP module is missing on your server, it should be installed and enabled. You need to contact your hosting support to enable this module for you, this module is required for Toolset to work. More details are in this post where an old customer had the same error and resolved it by contacting hosting or server admin: https://toolset.com/forums/topic/call-to-undefined-function-mb_strtolower/#post-374232
This support ticket is created 7 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
1. Please Create a New Taxonomy and Save it, then Edit the taxonomy and check if all the options are now available.
2. MySQL 5.5.5 version in your site, is lower than the required for Toolset. Please upgrade MySQL version and see if this resolves the issue: https://toolset.com/toolset-requirements/
3. Please try to check it by deactivating all third-party plugins (except Toolset) and switching back to the Default Theme (e.g. Twenty Sixteen theme) to see for any possible conflicts with any of the plugins or themes?
4. If the issue still exists, please delete Toolset plugins for example “Types” from WordPress dashboard (make sure there is no Toolset related folder, for example “Types” exists in your FTP, if you see any Toolset folders for example “Types” in FTP then please delete it) and re-install it again from Commercial Tab in WordPress Dashboard.
2. Can you please try to downgrade PHP version on the server to a lower version for sometime like PHP 7.0.xx or 5.6 or 5.7 or any similar (currently its 7.1.9). I am not sure how much it will help but in few cases I have seen this helped in resolving such problems.
3. Please also check browser console is there any error?
ok sure please debug and let us know. If we could try php downgrading on a test or staging server, that would also be helpful, as if its a php compatibility issue I can report to our developers accordingly and the other debugging ways might not be needed if this results in true.
Unfortunately, I still have issue with taxonomy creation function. I swiped on debug mode in WordPress and have this output. Hope it help you to understand problem:
Fatal error: Uncaught Error: Call to undefined function mb_strtolower() in /home/delphiknight/basa.ge/public/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.types.admin.page.php:744 Stack trace: #0 [internal function]: Types_Admin_Page->sort_by_title_helper(Array, Array) #1 /home/delphiknight/basa.ge/public/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.types.admin.page.php(707): usort(Array, Array) #2 /home/delphiknight/basa.ge/public/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.types.admin.edit.taxonomy.php(719): Types_Admin_Page->sort_by_title(Array) #3 /home/delphiknight/basa.ge/public/wp-admin/includes/template.php(1050): Types_Admin_Edit_Taxonomy->box_post_types(NULL, Array) #4 /home/delphiknight/basa.ge/public/wp-content/plugins/types/vendor/toolset/types/admin.php(1776): do_meta_boxes(Object(WP_Screen), 'normal', NULL) #5 /home/delphiknight/basa.ge/public/wp-content/plugins/types/vendor/toolset/types/admin.php(727): wpcf_admin_screen('toolset_page_ in /home/delphiknight/basa.ge/public/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.types.admin.page.php on line 744
And one more: I'm using nginx, not Apache. When I'm creating One-Click Application WordPress instance on DigitalOcean, it works with Apache and your plugin works fine. But on my nginx doesn't.
Thanks for the debug steps, I see the actual error now:
Fatal error: Uncaught Error: Call to undefined function mb_strtolower()
mbstring PHP module is missing on your server, it should be installed and enabled. You need to contact your hosting support to enable this module for you, this module is required for Toolset to work. More details are in this post where an old customer had the same error and resolved it by contacting hosting or server admin: https://toolset.com/forums/topic/call-to-undefined-function-mb_strtolower/#post-374232
Please let me know if it works after this module is enabled on the server side. Thank you