• 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.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

Manual Update Issues

Logan

Chevereto Member
🎯Description of the issue

Manual Update too Failed.

▶🚶‍Reproduction steps
  1. Dashboard > Settings > install update


😢Unexpected result
UPDATE `chv_settings` SET `setting_value` = 1 WHERE `setting_name` = 'maintenance';
ALTER TABLE `chv_logins` MODIFY `login_secret` mediumtext DEFAULT NULL COMMENT 'The secret part';
ALTER TABLE `chv_settings` MODIFY `setting_name` varchar(191) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
ALTER TABLE `chv_deletions` MODIFY `deleted_content_ip` varchar(191) NOT NULL;
ALTER TABLE `chv_deletions` MODIFY `deleted_content_original_filename` varchar(191) DEFAULT NULL;
ALTER TABLE `chv_ip_bans` MODIFY `ip_ban_message` text DEFAULT NULL;
ALTER TABLE `chv_logins` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('enable_powered_by', '1', '1', 'bool');
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('akismet', '0', '0', 'bool');
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('akismet_api_key', NULL, NULL, 'string');
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('stopforumspam', '0', '0', 'bool');

📃Error log message

UPDATE `chv_settings` SET `setting_value` = 1 WHERE `setting_name` = 'maintenance';
ALTER TABLE `chv_logins` MODIFY `login_secret` mediumtext DEFAULT NULL COMMENT 'The secret part';
ALTER TABLE `chv_settings` MODIFY `setting_name` varchar(191) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
ALTER TABLE `chv_deletions` MODIFY `deleted_content_ip` varchar(191) NOT NULL;
ALTER TABLE `chv_deletions` MODIFY `deleted_content_original_filename` varchar(191) DEFAULT NULL;
ALTER TABLE `chv_ip_bans` MODIFY `ip_ban_message` text DEFAULT NULL;
ALTER TABLE `chv_logins` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('enable_powered_by', '1', '1', 'bool');
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('akismet', '0', '0', 'bool');
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('akismet_api_key', NULL, NULL, 'string');
INSERT INTO `chv_settings` (setting_name, setting_value, setting_default, setting_typeset) VALUES ('stopforumspam', '0', '0', 'bool');

UPDATE `chv_settings` SET `setting_value` = "3.13.4" WHERE `setting_name` = "chevereto_version_installed";
UPDATE `chv_settings` SET `setting_value` = 0 WHERE `setting_name` = "maintenance";
 
Last edited:
www.domain.com/install

Here the error is coming on the browser while I am trying to run this URL for complete the manual update after uploading latest files via FTP to host.
And

On

www.domain.com/update

It's showing

No update needed
  • 13:31:58 System files already up to date
  • 13:31:58 Last available release is v3.13.4
  • 13:31:57 Installed version is v3.13.4
then redirect itself to

www.domain.com/install and showing above error at browser.

Please See this screenshot at the dashboard.


Thank You
 
Last edited:
Sorry if I wasn't clear, but I need to see where you got these queries. The actual screen where you got these.

I ask because the only way the system outputs these if the thing fails or if your website is too big to carry the update. In any case, the system tells us why it prints that query and what you should do with that. If don't then chances are that a sentence is breaking your website.

I need more context please.
 
Back
Top