[MokoJoomMembership] bug(critical): site/services/provider.php is nearly empty #50

Closed
opened 2026-06-02 19:35:54 +00:00 by jmiller · 1 comment
Owner

Migrated from MokoJoomMembership#60

Problem

The frontend site/services/provider.php contains only an opening PHP tag. It needs the full Joomla DI container setup.

Current State

<?php

Expected

Full service provider matching admin pattern: MVCFactory, ComponentDispatcherFactory, RouterFactory, component registration.

Impact

The frontend component will throw a fatal error on any page load.

> Migrated from MokoJoomMembership#60 ## Problem The frontend `site/services/provider.php` contains only an opening PHP tag. It needs the full Joomla DI container setup. ## Current State ```php <?php ``` ## Expected Full service provider matching admin pattern: MVCFactory, ComponentDispatcherFactory, RouterFactory, component registration. ## Impact The frontend component will throw a fatal error on any page load.
jmiller added the bug: criticalmembership labels 2026-06-02 19:52:05 +00:00
Author
Owner

Verified: site/services/provider.php is complete (29 lines, valid PHP, registers MVCFactory + ComponentInterface). Bug was filed against an earlier empty scaffold version.

Verified: site/services/provider.php is complete (29 lines, valid PHP, registers MVCFactory + ComponentInterface). Bug was filed against an earlier empty scaffold version.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#50