'Update site not found' — package update site not auto-registered #309
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type: bug Priority: medium Component: com_mokosuitebackup / script.php
Summary
Backup Records shows: "MokoSuiteBackup update site not found. Reinstall the package to register the update server." The records view checks
#__update_sitesfor thepkg_mokosuitebackuprow; when it is missing the extension can never pull updates and the only remedy was a manual reinstall.Fix (this PR)
script.phppostflightnow calls a newensureUpdateSite()that recreates the#__update_sites(+_extensions) row idempotently, re-attaching a preserved download key — so the install self-heals on the next install/update.Branch created:
feature/309-update-site-not-found-package-update-sit