From d97695a8588bfe1b138b2dc12371fd87e736e58a Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 21 Jun 2026 00:06:12 -0500 Subject: [PATCH] fix(install): remove backup bridge from package until build is fixed The backup bridge plugin deploys files to plugins/system/ root instead of plugins/system/mokosuiteclient_backup/, causing a fatal error on every page load. Removed from package manifest, enablePlugin, and protectExtensions until the build pipeline correctly packages it. --- source/pkg_mokosuiteclient.xml | 1 - source/script.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/source/pkg_mokosuiteclient.xml b/source/pkg_mokosuiteclient.xml index c4da7c3b..98f52bbd 100644 --- a/source/pkg_mokosuiteclient.xml +++ b/source/pkg_mokosuiteclient.xml @@ -25,7 +25,6 @@ mod_mokosuiteclient_menu.zip mod_mokosuiteclient_cache.zip mod_mokosuiteclient_categories.zip - plg_system_mokosuiteclient_backup.zip plg_webservices_mokosuiteclient.zip plg_task_mokosuiteclientdemo.zip plg_task_mokosuiteclientsync.zip diff --git a/source/script.php b/source/script.php index 25ca982a..01ab584d 100644 --- a/source/script.php +++ b/source/script.php @@ -82,7 +82,6 @@ class Pkg_MokosuiteclientInstallerScript $this->enablePlugin('system', 'mokosuiteclient_devtools'); $this->enablePlugin('system', 'mokosuiteclient_offline'); $this->enablePlugin('system', 'mokosuiteclient_dbip'); - $this->enablePlugin('system', 'mokosuiteclient_backup'); $this->enablePlugin('webservices', 'mokosuiteclient'); $this->enablePlugin('task', 'mokosuiteclientdemo'); $this->enablePlugin('task', 'mokosuiteclientsync'); @@ -545,7 +544,6 @@ class Pkg_MokosuiteclientInstallerScript $db->quote('mokosuiteclientdemo'), $db->quote('mokosuiteclientsync'), $db->quote('mokosuiteclient_tickets'), - $db->quote('mokosuiteclient_backup'), $db->quote('mokoonyx'), ];