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

Open
opened 2026-05-23 23:06:17 +00:00 by jmiller · 0 comments
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.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomHero#33