chore: script.php class name is non-standard #103

Closed
opened 2026-05-22 03:30:33 +00:00 by jmiller · 1 comment
Owner

Description

The installer script class is named PlgSystemMokojoomtosOfflineInstallerScript with 'Offline' inserted in the middle, deviating from Joomla's convention of PlgSystemMokojoomtosInstallerScript or MokojoomtosInstallerScript.

Files

  • src/script.php:23
## Description The installer script class is named `PlgSystemMokojoomtosOfflineInstallerScript` with 'Offline' inserted in the middle, deviating from Joomla's convention of `PlgSystemMokojoomtosInstallerScript` or `MokojoomtosInstallerScript`. ## Files - `src/script.php:23`
jmiller added the priority: lowcode-quality labels 2026-05-22 03:30:33 +00:00
Author
Owner

Testing Steps -- Installer class name

Test

  1. Install the plugin on Joomla 5.x
  2. Expected: Installation completes without "class not found" errors
  3. Check Joomla debug log for any class resolution warnings

Pass criteria

  • Install/upgrade works with new class name
  • No class-not-found errors
## Testing Steps -- Installer class name ### Test 1. Install the plugin on Joomla 5.x 2. **Expected:** Installation completes without "class not found" errors 3. Check Joomla debug log for any class resolution warnings ### Pass criteria - [ ] Install/upgrade works with new class name - [ ] No class-not-found errors
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomTOS#103