In general, a CRON job that runs a URL directly won’t be able to execute an admin function that’s restricted to logged-in Super Users because it won’t be able to authenticate as a Super User by default.
When you access a function through a URL in Joomla's admin, you're typically expected to be logged in with the proper credentials (Super User role, in this case). Since CRON jobs are executed in the background without a logged-in user session, it won’t automatically have the required authentication.
When you access a function through a URL in Joomla's admin, you're typically expected to be logged in with the proper credentials (Super User role, in this case). Since CRON jobs are executed in the background without a logged-in user session, it won’t automatically have the required authentication.
Statistics: Posted by MonaPeterson — Tue Nov 12, 2024 11:45 am