• Resolved lucky79

    (@lucky79)


    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

    (@codepeople)

    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:

    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.