While sitemaps can be created manually, creation via scheduled task runs into the following error:
MasaGoogleSitemaps ERROR
variable [SITESFOLDER] doesn't exist
This can be easily reproduced in the Docker environment:
http://localhost:8080/plugins/MasaGoogleSitemaps/?gsm=process:&site=default
Here is he offending line 38 in MasaGoogleSitemaps/process/controllers/main.cfc
if(directoryExists(sitesFolder)) {
The variable sitesFolder is used but not defined. How is this supposed to work?
While sitemaps can be created manually, creation via scheduled task runs into the following error:
This can be easily reproduced in the Docker environment:
http://localhost:8080/plugins/MasaGoogleSitemaps/?gsm=process:&site=default
Here is he offending line 38 in MasaGoogleSitemaps/process/controllers/main.cfc
if(directoryExists(sitesFolder)) {The variable sitesFolder is used but not defined. How is this supposed to work?