Title: Cannot save any changes
Last modified: April 16, 2023

---

# Cannot save any changes

 *  Resolved [lucky79](https://wordpress.org/support/users/lucky79/)
 * (@lucky79)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/cannot-save-any-changes/)
 * Hello,
 * I have issues with saving changes. Looks like the DB was not upgraded correctly
   as there is a missing column in the DB, see below. Any help is appreciated.
 * Thanks!
 * WordPress database error Unknown column ‘fp_from_name’ in ‘field list’ for query
   UPDATE `wp_cpappbk_forms` SET `form_structure` =

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/cannot-save-any-changes/#post-16668923)
 * Hi,
 * Probably the database username setup in the WordPress website doesn’t have permissions
   to add fields to the tables.
 * Try running the following query in your database to manually complete the update:
 *     ```wp-block-code
       ALTER TABLE wp_cpappbk_forms ADD fp_from_name TEXT;
       ```
   
 * Note that the “wp_” prefix of the table may be different in your installation.
   You can use a tools like the PHPMyAdmin (in your hosting control panel) to run
   that query.
 * Let me know if you need further assistance. Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Cannot save any changes’ is closed to new replies.

 * ![](https://ps.w.org/appointment-hour-booking/assets/icon-256x256.png?rev=1784135)
 * [Appointment Hour Booking - Booking Calendar](https://wordpress.org/plugins/appointment-hour-booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-hour-booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-hour-booking/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-hour-booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-hour-booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-hour-booking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/cannot-save-any-changes/#post-16668923)
 * Status: resolved