Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

unknown column 'IP'

Information/How to
No Tags
UserPost

5:19 pm
May 3, 2010


Blake Cameron

1

When I submit the form, I get the error message:

WordPress database error Unknown column 'ip' in 'field list' for query INSERT INTO `wp_frm_items` (`item_key`,`name`,`ip`,`description`,`form_id`,`created_at`) VALUES ….

Looks like the script is trying to insert into a non-existent database field.  Is there a tool to rebuild the database?  Or do I need to add that field manually?

WordPress 2.9.2

Formidable 1.03.01

6:23 pm
May 3, 2010


Steph

2

It looks like you may have updated manually. Make sure to deactivate and reactivate the plugin whenever you don't go through the automatic upgrade process. Let me know if that doesn't fix it.

Information/How to
No Tags