I am trying to: add new or edit taxonomies and custom post
I visited this URL: hidden link
I expected to see: save
Instead, I got: "saving your changes " but the box no off and keep on spinning
Dear poe,
It is abnormal, please check these:
1) You are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/
2) Deactivate other plugins and switch to wordpress default theme, and test again
3) If the problem still exists, please enable PHP debug mode, copy/paste the debug logs here.
PHP Debugging
In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).
https://toolset.com/documentation/user-guides/debugging-types-and-views/
Thanks for your support.
However i am not able to find PHP debug mode.
Could you please advise.
I just install view but it can save.
Thanks
Now i manage to add in the php debage page as per your instruction.
The error log as follow, this is just formidable plugin error,
[11-May-2016 14:47:47 UTC] PHP Fatal error: Class 'FrmEntriesController' not found in /home/zmm_shwereal/shwerealestate.com/wp-content/themes/classipress/page-shwe-myanmar-home.php on line 38
[11-May-2016 14:53:16 UTC] PHP Fatal error: Class 'FrmEntriesController' not found in /home/zmm_shwereal/shwerealestate.com/wp-content/themes/classipress/page-shwe-myanmar-home.php on line 38
[11-May-2016 14:55:11 UTC] PHP Fatal error: Class 'FrmEntriesController' not found in /home/zmm_shwereal/shwerealestate.com/wp-content/themes/classipress/page-shwe-myanmar-home.php on line 38
As you can see the debug logs, the PHP errors are come from your theme files, I suggest you contact your theme author for it.
PHP Fatal error: Class 'FrmEntriesController' not found in /home/zmm_shwereal/shwerealestate.com/wp-content/themes/classipress/page-shwe-myanmar-home.php on line 38
This is because of i disable one plug in Formidable.
If i unable it there is no problem.
Actually i am using this code for almost two years with Type and others plug in.
But suddenly i found that the type is unable to save.
As I mentioned above, please try this:
https://toolset.com/forums/topic/unable-to-create-new-or-edit-taxonomies-and-custom-post-it-working-well-before/#post-397078
2) Deactivate other plugins and switch to wordpress default theme, and test again
The PHP errors are come from your custom theme file, we need to make sure if there is any compatibility problem in your website, please switch to wordpress default theme (2016) too.