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:
The download should happen very fast because your website connects directly to Chevereto.com for the file delivery. In the rare cases when that fails the best that you can do is to wait a few minutes and try again. There are multiple factors that could be jamming the connection between your server and Chevereto.com
There is also the fact that we moved the server just yesterday and maybe something is not properly configured at our end. Keep trying a couple times and if nothing happens send me admin + FTP access to your website (inbox@chevereto.com).
Hope it helps,
Rodolfo.
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;
Thanks Roldolfo!The notifications table had an issue. I ran these:
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;
And everything is OK now.