• 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..

Status
Not open for further replies.

neoark

Chevereto Member
I am getting following error:

Update failed
  • 14:17:59 Can't connect to %s
  • 14:16:59 Starting v3.7.1 download
  • 14:16:59 Update needed, proceeding to download
  • 14:16:59 Last available release is v3.7.1
  • 14:16:57 Installed version is v3.7.0
 
That means that js can't connect to your own server (/update). Try again and if keep saying that you will need to do a manual install.
 
Odd now i am getting:

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

First is ask me drop triggers manually and than this error.
 
That is the best way to get rid of the "bad" v3.7.0 but only applies if you don't have likes, followers, etc. Basically, if you aren't in v3.7.0. In your case you will need to manually fix each missing column.

Like I said, send me access and I will do it for you.
 
Last edited:
For the record, those with the index issue run this:

Code:
ALTER TABLE `chv_likes` ADD `like_content_user_id` bigint(32) DEFAULT NULL;
ALTER TABLE `chv_notifications` ADD `notification_trigger_user_id` bigint(32) DEFAULT NULL;

It happens only if you used the "bad" v3.7.0
 
For the record, those with the index issue run this:

Code:
ALTER TABLE `chv_likes` ADD `like_content_user_id` bigint(32) DEFAULT NULL;
ALTER TABLE `chv_notifications` ADD `notification_trigger_user_id` bigint(32) DEFAULT NULL;

It happens only if you used the "bad" v3.7.0


Thank you alot! 100% fixed mine!
 
Status
Not open for further replies.
Back
Top