XF 2.0 Server Error When Trying To Register

Calamity

Member
MySQL statement prepare error [1054]: Unknown column 'privacy_policy_accepted' in 'field list'
  • 1 minute ago
  • src/XF/Db/AbstractStatement.php:212
MySQL statement prepare error [1054]: Unknown column 'protected' in 'where clause'
    • 27 minutes ago
    • src/XF/Db/AbstractStatement.php:212
 
Are you using 2.0.6 files without having run the upgrade process?
I ran th eupgrade process, but tried rebuilding and I am getting this:

Uh oh, your upgrade to 2.0.6 has failed! The following elements of the database are incorrect:
  • Column xf_user.privacy_policy_accepted missing.
  • Column xf_user.terms_accepted missing.
  • Column xf_user_alert.depends_on_addon_id missing.
  • Column xf_change_log.protected missing.
This is likely caused by an add-on conflict. You may need to restore a backup, remove the offending add-on data from the database, and retry the upgrade. Contact support if you are not sure how to proceed.
 
Top Bottom