Skip Navigation

[Closed] Unable to create new or edit taxonomies and custom post. It working well before

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Author
Posts
#396932
Type Screen Shot.png

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

#397078

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/

#397271

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

#397273

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

#397416

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

#397635

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.

#397835

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.

The topic ‘[Closed] Unable to create new or edit taxonomies and custom post. It working well before’ is closed to new replies.