You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have noticed scheduled task failing silently under Mura 7.1 when sitemap location is set to the site folder. Sitemap generation from admin worked fine.
When I tried to run the URL generated by the scheduled task directly, I got a file not found error from the plugins's process/main controlller.
It looks like the filename and rc.filePath variables are calculated here by relying on site directory path being /{siteid}. Actually, in Mura 7.1 it is /sites/{siteid}.
Hi,
I have noticed scheduled task failing silently under Mura 7.1 when sitemap location is set to the site folder. Sitemap generation from admin worked fine.
When I tried to run the URL generated by the scheduled task directly, I got a file not found error from the plugins's process/main controlller.
It looks like the filename and rc.filePath variables are calculated here by relying on site directory path being /{siteid}. Actually, in Mura 7.1 it is /sites/{siteid}.
MuraGoogleSitemaps/process/controllers/main.cfc
Line 37 in eabcde4
MuraGoogleSitemaps/process/controllers/main.cfc
Line 38 in eabcde4
It could be fixed simply by replacing #siteid# with #siteConfig.getAssetPath()# and would work with both Mura 7.1 and older Mura versions.
Regards
Ivan
The text was updated successfully, but these errors were encountered: