• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Update error 3.7.1

Status
Not open for further replies.

hudsonpham

Chevereto Member
Dear admin,
Please help me about this problem

Update failed
The update process failed. Here is the error returned:

SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'notification_trigger_user_id' doesn't exist in table

If you have altered your database you will need to manually perform this update. If you need help don't hesitate to ask for Tech support.
 
I ran these. After that continue update ok

ALTER TABLE `pix_likes` ADD `like_content_user_id` bigint(32) DEFAULT NULL;
ALTER TABLE `pix_notifications` ADD `notification_trigger_user_id` bigint(32) DEFAULT NULL;
 
Status
Not open for further replies.
Back
Top