Jump to content

Unknown column 'log_ip_address' in 'field list' 


Qeria

Recommended Posts

Posted

Hello,

I'm trying to upgrade my community, but after all the steps I got this issue:

Unknown column 'log_ip_address' in 'field list'
****/applications/core/setup/upg_101100/upgrade.php::561

INSERT INTO `core_member_history` ( `log_app`, `log_member`, `log_by`, `log_type`, `log_data`, `log_date`, `log_ip_address` ) VALUES ( ?, ?, ?, ?, ?, ?, ? )

How can I solve it? My community is offline because of it.

Thank you,

Alex

 

Posted

Can you check the core_member_history table in the database and see if it contains the log_ip_address? Because the error message indicates that that field does not exists. If that is indeed the case, you can readd it.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...