Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong path to config folder in Mura < 7.1 #26

Open
IvanRotrekl opened this issue Feb 8, 2024 · 0 comments
Open

Wrong path to config folder in Mura < 7.1 #26

IvanRotrekl opened this issue Feb 8, 2024 · 0 comments

Comments

@IvanRotrekl
Copy link

Hi,

I have noticed that MuraGoogleSitemaps plugin is throwing missing include errors when deployed on Mura 7.0 site:

image

Notice this /configappcfc/ bit, where slash is missing.

To fix this, slash should be added to the following line:

this.muraAppConfigPath = local.includeroot & 'config';

it should be:

this.muraAppConfigPath = local.includeroot & 'config/';

This is only issue with Mura < 7.1. For Mura 7.1 the path is set correctly.

Regards

Ivan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant