bug: offline.php uses invalid jdoc:include type=head tag #33

Closed
opened 2026-05-23 23:06:17 +00:00 by jmiller · 1 comment
Owner

offline.php line 44 uses <jdoc:include type="head" /> which does not exist in Joomla 4/5. Should be type="metas", type="styles", and type="scripts" (as correctly used in index.php and component.php). This means no meta tags, styles, or CSRF tokens load on the offline page, breaking the login form.

offline.php line 44 uses <jdoc:include type="head" /> which does not exist in Joomla 4/5. Should be type="metas", type="styles", and type="scripts" (as correctly used in index.php and component.php). This means no meta tags, styles, or CSRF tokens load on the offline page, breaking the login form.
Author
Owner

No longer applicable: offline.php was removed in the package restructure (v01.08.00).

No longer applicable: offline.php was removed in the package restructure (v01.08.00).
Sign in to join this conversation.
No labels
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomHero#33