Upgraded from 7.0 to 7.1. When trying to save a contact, it throws error:
[7156][1][FATAL] Error inserting into table: contacts: Query Failed: INSERT INTO contacts (id,date_entered,date_modified,modified_user_id,created_by,description,deleted,assigned_user_id,salutation,first_name,last_name,title,department,do_not_call,phone_mobile,phone_work,phone_other,phone_fax,primary_address_street,primary_address_city,primary_address_state,primary_address_postalcode,primary_address_country,alt_address_street,alt_address_city,alt_address_state,alt_address_postalcode,alt_address_country,lead_source,reports_to_id,campaign_id,portal_user_type)
VALUES (β826d8240-7745-e0aa-90c1-533abd74f876β,β2014-04-01 13:23:21β,β2014-04-01 13:23:21β,β1β,β1β,ββ,0,β1β,ββ,βaaaβ,βaaaβ,ββ,ββ,0,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,ββ,βSingleβ): MySQL error 1054: Unknown column βportal_user_typeβ in βfield listβ
In custom\modules\Contacts\Ext\Vardefs\varders.ext.php there is a section for AOP with numerous fields that are not in the database. What is the best way to resolve? Iβve tried Quick Repairβ¦