Allow the statistics plugin to run on the captive page#38436
Conversation
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
|
@nikosdion can you have a look please |
|
I'm on vacation until the 22nd BUT I can tell you that how @roland-d did it is exactly what I'd do. So it's okay as far as I am concerned. Another way to do it — best practice for 3PDs actually — is for the plugin to check if we're in a captive page and not execute. I am leaving this note not as something applicable to this PR but as something that a 3PD might stumble on. The rabbit hole will lead them to this comment here and they will figure out what to do next ;) |
thx |
|
@N6REJ It looks like your site's database schema is out of date or otherwise borked. Try installing a fresh copy of Joomla 4.2 from the nightlies and apply this patch. |
I get the same error in a fresh 4.2.0 build, no extensions installed, patch installed. It appears to work until I go back into to user profile and Save or Save & Close. Then I get the same error shown in @N6REJ 's post. |
|
its the user actions log setting and nothing to do with the authentication plugins. |
But I didn't change any settings. The default settings on a fresh build make this error happen. Regardless, it seems like we need to tell people this will happen and what to do about it. I'll take it up with the release team. |
|
So I had a look at this finding and it is nothing related with this PR, so we should move it to it's own. It is indeed because of the |
No. its a bug that needs fixing |
Yup. Roland found it (as seen in a comment). Thanks. |
|
PR created: #38439 |
that was a clean 4.2-dev build. |
That is not a correct fix |
|
I have tested this item ✅ successfully on d3b2eea This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38436. |
|
I have tested this item ✅ successfully on d3b2eea This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38436. |
|
RTC as it has 2 successful human tests which were invalidated by a clean branch update only. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38436. |
|
Merged, thank you! |

Summary of Changes
When a user is using multi-factor authentication to login it may show some HTML in the message box. This is the result of a failed check on the multi-factor authentication because the Statistics plugin is trying to send data to the Joomla server On the captive page a user is already logged-in but it has not yet completed the multi-factor authentication. Duh, we are trying to complete that page when the "message" shows up. This is part of what a user will see:

The page can still be used but it does not look pretty.
Testing Instructions
This assumes you have setup one or more multi-factor authtentications
plugins/system/stats/stats.phpdefine('PLG_SYSTEM_STATS_DEBUG', 1);Select a different methodin the toolbar and you go to the page to select which multi-factor authentication you want to use but again the message popup will showActual result BEFORE applying this Pull Request
You get some HTML output in the message box
Expected result AFTER applying this Pull Request
No message box is shown
Documentation Changes Required
None