Conversation
review · 5 starsThe changes made are not saved
Hi, To resolve this, please follow these steps: Deactivate the Insert PHP Code Snippet plugin. Reactivate the plugin—this should trigger the necessary database updates. Clear any caching plugins (if applicable) and check if the issue persists.
I had the same problem after updating the plugin. I did not want to lose my data stored in DB, so I addded the missing columns to DB. Missing columns to table “wp_xyz_ihs_short_code” are “insertionMethod, insertionLocation, insertionLocationType” all 3 of type int. This fixed my save issue.
Hi, To resolve this, please follow these steps: Deactivate the Insert PHP Code Snippet plugin. Reactivate the plugin—this should trigger the necessary database updates. Clear any caching plugins (if applicable) and check if the issue persists.
I had the same problem after updating the plugin. I did not want to lose my data stored in DB, so I addded the missing columns to DB. Missing columns to table “wp_xyz_ihs_short_code” are “insertionMethod, insertionLocation, insertionLocationType” all 3 of type int. This fixed my save issue.