No Code Attached Yet
avatar sergeytolkachyov
sergeytolkachyov
12 Oct 2025

When Joomla logs to a file (say in Joomla, global config, logging = on) it does so with the following format

#
#<?php die('Forbidden.'); ?>
#Date: 2021-04-15 19:34:10 UTC
#Software: Joomla! 4.0.0-beta8-dev Development [ MaƱana ] 2-February-2021 20:02 GMT

#Fields: datetime	priority clientip	category	message
2021-04-15T19:34:10+00:00	INFO 172.20.0.1	joomlafailure	Username and password do not match or you do not have an account yet.
2021-04-15T20:39:04+00:00	INFO 172.20.0.1	joomlafailure	Username and password do not match or you do not have an account yet.
2021-04-15T20:39:09+00:00	INFO 172.20.0.1	joomlafailure	Username and password do not match or you do not have an account yet.

If you'll try to parse log file with php - you'll receive a wrong result because seperator is tab for all columns except priority and clientip. There is a space between it.

Image
avatar sergeytolkachyov sergeytolkachyov - open - 12 Oct 2025
avatar joomla-cms-bot joomla-cms-bot - change - 12 Oct 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Oct 2025
avatar sergeytolkachyov sergeytolkachyov - change - 12 Oct 2025
The description was changed
avatar sergeytolkachyov sergeytolkachyov - edited - 12 Oct 2025
avatar brianteeman
brianteeman - comment - 12 Oct 2025

Please test #46273

avatar richard67 richard67 - change - 12 Oct 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-10-12 14:19:01
Closed_By richard67
avatar richard67 richard67 - close - 12 Oct 2025
avatar richard67
richard67 - comment - 12 Oct 2025

Closing as having a pull request. Please test #46273 . Thanks in advance.

avatar sergeytolkachyov
sergeytolkachyov - comment - 12 Oct 2025

Thanks!

avatar richard67
richard67 - comment - 12 Oct 2025

@sergeytolkachyov Don't forget to mark your test result in the issue tracker when having tested the PR. Thanks in advance.

Add a Comment

Login with GitHub to post a comment