I am trying to add a new select field to an existing custom post type's custom field group. Each time I click save it disappears. IOW, the new field that I add (after I save) disappears. I've tried downgrading my theme, switching to 2017, downgrading Types, deactivating plugins, etc... nothing works. I also tried increasing @ini_set( 'max_input_vars' , 4000 );
I don't know what else to do.
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/s3361/html/wp-content/themes/Divi/includes/builder/functions.php on line 5917
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/s3361/html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/wpml.php on line 650
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/s3361/html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/wpml.php on line 667
I'm using Divi.
Please help.
Thanks!
Hello,
I can login your website, but I don't see the problem you mentioned above:
I am trying to add a new select field to an existing custom post type's custom field group. Each time I click save it disappears.
I did test it here:
hidden link
Add a select field, and save, it works fine, see my screenshot: select3.JPG
And there was an similar issue about PHP version 7.3, which has already been fixed in latest version of Toolset Types plugin:
https://toolset.com/errata/php-7-3-shows-warnings-about-continue-statement-in-types/
Since you are using the latest version of Toolset Types plugin, it should not be an issue.
Please provide detail steps to duplicate the same problem, and provide a database dump file of your website in below private message box, you can put duplicator package file in your own google drive disk, share the link only, thanks
Thanks for the details, I can see the problem in your website, I am downloading the files, will update here if find anything
I have installed a new webserver(PHP 7.3.12) in my localhost, and import your database dump file in my localhost in a fresh WP installation + the latest version of Toolset plugins, it works fine, I can add the select field , and save the field group without any problem, see my screenshot: select4.JPG
So there should be other compatibility/server issue in your website, please try these:
In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2020, deactivate all custom PHP/JS code snippets, and test again
if you need more assistance to locate the problem, please provide your website FTP access in below private message box, I need to test and debug it in a live website.
Thanks for the details, I can login with the sftp access, please backup your website first, then update here, I need deactivate plugins/theme in your website,
The site is backedup daily.
Thanks for the details, please check these:
Dashboard-> Toolset-> Settings, at the page bottom, click link "Toolset Debug Information and Troubleshooting":
hidden link
The "MaxInputVars" settings is still 1000, so the setting "@ini_set( 'max_input_vars' , 4000 )" in wp-config.php does not work in your webserver.
In my localhost, the MaxInputVars is 2500, you can check it with your server provider, check how to increase MaxInputVars settings to 4000 or above in your webserver.
And I suggest you try to upgrade your webserver PHP version to latest version, for example PHP 7.3.20:
hidden link
My issue is resolved now. Thank you!