-
I’m having an issue after the last update. This is happening now when signing up for a new account in the system:
A Database Error Occurred
Error Number: 1054Unknown column 'current_subscription_gateway' in 'field list'
INSERT INTO
users
(package_id
,username
,email
,password
,first_name
,last_name
,stripe_cus_id
,current_subscription_gateway
,type
,status
,activation_code
,created_at
) VALUES ('5', '[email protected]', '[email protected]', 'e3c3d31cd5aa58e7e8e4ffcf313c9e54', 'r', 'r', NULL, '', 'User', 'Active', 'c408b7a82a6f180fbf5d1e2159156172', '2017-12-08 02:46:40')Filename: modules/user/models/Users_model.php
Line Number: 414
could this be from a bad autoupdate?- This topic was modified 6 years, 9 months ago by Herbert.
Replies only viewable for logged in users
- This reply was modified 6 years, 9 months ago by Martin P.
The topic ‘Database error occured after last autoupdate’ is closed to new replies.