Hi Luo,
I have disabled all plugin
activated only toolset type plugin
default the theme to
enabled debug by putting the following in my wp-config.php file
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
the text file was not created.
I created the file manually on the root folder of WordPress and is having read write permission
I repro the steps to update the custom post save and got the same error.
I look at the erro_log.txt file but its empty.
here is t debug information from toolset:
{"core":{"Wordpress":{"Multisite":"No","SiteURL":"https:\/\/www.davidzohar.com","HomeURL":"https:\/\/www.davidzohar.com","Version":"4.8.3","PermalinkStructure":"\/%category%\/%postname%\/","PostTypes":"post, page, attachment, revision, nav_menu_item, custom_css, customize_changeset, wp-types-group, wp-types-user-group, wp-types-term-group, net-worth, budget, investment-profile, retirement, education, major-purchase, life-insurance-need, assumption, education-parent","PostSatus":"publish, future, draft, pending, private, trash, auto-draft, inherit"},"Server":{"jQueryVersion":"1.12.4","PHPVersion":"7.1.10","MySQLVersion":"5.5.56","ServerSoftware":"Apache"},"PHP":{"MemoryLimit":"256M","UploadMax":"2M","PostMax":"8M","TimeLimit":"30","MaxInputVars":"1000"}},"plugins":{"active_plugins":{"types\/wpcf.php":{"Name":"Toolset Types","PluginURI":"http:\/\/wordpress.org\/extend\/plugins\/types\/","Version":"2.2.16","Author":"OnTheGoSystems","AuthorURI":"http:\/\/www.onthegosystems.com","TextDomain":"types","DomainPath":"","Network":false,"Title":"Toolset Types","AuthorName":"OnTheGoSystems"}},"mu_plugins":[],"dropins":{"maintenance.php":{"Name":"maintenance.php","PluginURI":"","Version":"","Description":"","Author":"","AuthorURI":"","TextDomain":"","DomainPath":"","Network":false,"Title":"","AuthorName":""}}},"theme":{"Name":"Twenty Sixteen","ThemeURI":null,"Author":"\u003Ca href=\u0022https:\/\/wordpress.org\/\u0022\u003Ethe WordPress team\u003C\/a\u003E","AuthorURI":null,"Template":"twentysixteen","Version":"1.3","TextDomain":null,"DomainPath":null},"extra-debug":{"types":{"add_resized_images_to_library":0,"register_translations_on_import":1,"images_remote":0,"images_remote_cache_time":"36","help_box":"by_types","hide_standard_custom_fields_metabox":"show","postmeta_unfiltered_html":"on","usermeta_unfiltered_html":"on"}}}
please advise,
thanks,
David