Create a new image size action
Do NOT select a path
Save and run a test
Error message that the image path does not exist
No error message on screen.
Not much point in doing a test if you dont get to see any errors
The error is present in the logs
Labels |
Added:
No Code Attached Yet
|
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?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-07 09:21:18 |
Closed_By | ⇒ | brianteeman |
Closed as the directory is now a required field
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