jamie Developer De Hungary Miembro desde jul 2017 jamie 11 nov 2021 09:20 I get this error after user registration. What can be done with this? Lc 2.3.1 Fatal error: 1054 - Unknown column 'client_ip' in 'field list' insert ignore into lc_newsletter_recipients (email, client_ip, date_created) values ('sari.zoltan@cukorbetegreceptek.hu', '91.146.178.91', '2021-11-11 09:16:45'); in ~/includes/library/lib_database.inc.php (Line 260) If you do not check the newsletter option, it is OK.
tim Founder De Sweden Miembro desde may 2013 tim 12 nov 2021 17:00 Open phpMyAdmin and add this column to the table: https://github.com/litecart/litecart/blob/dev/public_html/install/structure.sql#L318 Did you run the upgrade scripts when you upgraded? This field was added to 3.0 and updated in 2.3.1.