• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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