@jonahcoyote The issue is going to be with the database user for that WordPress site then. When this happens it is because the database user configured for the WordPress site does not have the ALTER permission. So when you upgraded Gravity Forms, it was unable to make changes to it's database tables because the database user configured in wp-config.php does not have the ALTER permission.
What you need to do is make sure the database user configured in wp-config.php has the ALTER permission. That database user needs full access to the database, not just CREATE access but ALTER also.
After you do that you then need to use PHPMyAdmin (or something similar) to delete the rg_form_version option in the wp_options table and deactivate/activate Gravity Forms once again.
The problem is Gravity Forms is unable to make the necessary table updates/changes to accommodate new features and that causes a problem. If you turn WordPress DEBUG mode on you will probably see an error related to this issue and the insert statement fails due to the user not having the ALTER permission.
Posted 13 years ago on Monday May 2, 2011 |
Permalink