Skip to content

Automatic sitemap generation not working #5

Description

@dhoernel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions