SQLiteデータベースバックアッププラグインでエラー 投稿する

投稿者:matsu  投稿日時:2023-01-21 11:51:35
お世話になっております。
SQLiteデータベースバックアッププラグインで、バックアップを作成後にバックアップファイルの削除を行うと下記のエラーが表示され、削除ができませんでした。

SOY CMS 3.10.9 SQLite on PHP 8.0.25.

Uncaught Error: Class "SqliteDatabaseBackupConfigPage" not found in /home/xxxxxx/www/soycmsインストール先/common/site_include/plugin/sqlite_database_backup/config/SDBConfigPage.class.php:44 Stack trace: #0 /home/xxxxxx/www/soycmsインストール先/common/lib/soy2_build.php(8139): SDBConfigPage->doPost() #1 /home/xxxxxx/www/soycmsインストール先/common/lib/soy2_build.php(8126): WebPage->prepare() #2 /home/xxxxxx/www/soycmsインストール先/common/site_include/plugin/sqlite_database_backup/config/SDBConfigPage.class.php(90): WebPage->__construct() #3 /home/xxxxxx/www/soycmsインストール先/common/site_include/plugin/sqlite_database_backup/sqlite_database_backup.php(33): SDBConfigPage->execute() #4 /home/xxxxxx/www/soycmsインストール先/soycms/webapp/pages/Plugin/ConfigPage.class.php(74): SqliteDatabaseBackupPlugin->config_page() #5 /home/xxxxxx/www/soycmsインストール先/common/lib/soy2_build.php(5548): ConfigPage->__construct() #6 /home/xxxxxx/www/soycmsインストール先/common/lib/soy2_build.php(269): SOY2HTMLFactory::createInstance() #7 /home/xxxxxx/www/soycmsインストール先/common/lib/soy2_build.php(236): SOY2PageController->execute() #8 /home/xxxxxx/www/soycmsインストール先/soycms/index.php(8): SOY2PageController::run() #9 {main} thrown
投稿者:齋藤毅  投稿日時:2023-01-21 16:11:11
不具合のご報告をありがとうございます。
修正版をダウンロードできるようにしました。
https://saitodev.co/soycms/

余談ですが、Dropboxバックアッププラグインというものがありまして、このプラグインがSQLiteデータベースバックアッププラグインと同じ処理を行います。
https://saitodev.co/article/2958

Dropboxは無料で使用できますし、Dropbox側の英語のページの手続きに抵抗がなければ、こちらのプラグインを使用することをおすすめします。
投稿者:matsu  投稿日時:2023-01-21 16:15:52
分かりました。
ありがとうございます。
ログインして投稿する