No Code Attached Yet
avatar brianteeman
brianteeman
6 Dec 2021

Steps to reproduce the issue

Create a new image size action
Do NOT select a path
Save and run a test

Expected result

Error message that the image path does not exist

image

Actual result

No error message on screen.
Not much point in doing a test if you dont get to see any errors

Additional comments

The error is present in the logs

image

avatar brianteeman brianteeman - open - 6 Dec 2021
avatar joomla-cms-bot joomla-cms-bot - change - 6 Dec 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 6 Dec 2021
avatar pritam825
pritam825 - comment - 23 Dec 2021

I understood the error, and found the error and changes the code but can you please guide me how can I check this, I'm little confuse with this, that where is the logger section, can you please help me with this and provide the screenshot so that I will be able to reach the logger section and verify my code

avatar ditsuke
ditsuke - comment - 23 Dec 2021

I understood the error, and found the error and changes the code but can you please guide me how can I check this, I'm little confuse with this, that where is the logger section, can you please help me with this and provide the screenshot so that I will be able to reach the logger section and verify my code

@pritam825 The scheduler log is currently stored in the administrator/logs/joomla_scheduler.php file. Each time the scheduler triggers a task, the task logs its progress to this file, and additionally the task log file if it is enabled in the configuration for that specific task. As I understand this issue, we need an additional logger than echoes the logs to stdout during a manual ("test") run. Can you share your solution?

avatar brianteeman brianteeman - change - 7 Mar 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-03-07 09:21:18
Closed_By brianteeman
avatar brianteeman brianteeman - close - 7 Mar 2022
avatar brianteeman
brianteeman - comment - 7 Mar 2022

Closed as the directory is now a required field

Add a Comment

Login with GitHub to post a comment