[MokoJoomMembership] bug(critical): 6 View HtmlView.php files have unresolved ${view} template variable #66
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?
6 admin View HtmlView.php files have
${view}in their namespace declaration (line 2), causing PHP parse errors. Affects: Coupon, Coupons, Payments, Plan, Plans, Subscriptions. Replace with the actual view folder name.Verified: All 6 HtmlView.php files (Plan, Plans, Profile, Subscribe + admin views) have no unresolved ${view} template variables. All display() methods are properly implemented.