[MokoJoomMembership] bug(critical): site/services/provider.php is nearly empty #50
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?
Problem
The frontend
site/services/provider.phpcontains only an opening PHP tag. It needs the full Joomla DI container setup.Current State
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.
Verified: site/services/provider.php is complete (29 lines, valid PHP, registers MVCFactory + ComponentInterface). Bug was filed against an earlier empty scaffold version.