fix: add missing module entry point for cpanel module install #143

Merged
jmiller merged 2 commits from fix/cpanel-module-install into dev 2026-06-24 00:05:31 +00:00
Owner

Summary

  • Joomla module installer requires a filename module attribute in manifest files section
  • Without it install fails with No module file specified
  • Added stub mod_mokosuitebackup_cpanel.php and the manifest entry

Test plan

  • Install package without cpanel module error
  • Verify module appears in admin Extensions > Modules
## Summary - Joomla module installer requires a filename module attribute in manifest files section - Without it install fails with No module file specified - Added stub mod_mokosuitebackup_cpanel.php and the manifest entry ## Test plan - [ ] Install package without cpanel module error - [ ] Verify module appears in admin Extensions > Modules
jmiller added 2 commits 2026-06-24 00:05:15 +00:00
fix: add missing module entry point for cpanel module install
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 15s
5750e71d15
Joomla's module installer requires a <filename module="..."> element
in the manifest's <files> section. Without it, installation fails with
"No module file specified." Added the stub PHP file and manifest entry.
chore(version): pre-release bump to 01.42.03-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
ef3fde1c39
jmiller merged commit 9ac8757a8c into dev 2026-06-24 00:05:31 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBackup#143