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

Skeleton Woo errors with admin plugin #8

Open
Zer0Down opened this issue Aug 23, 2019 · 4 comments
Open

Skeleton Woo errors with admin plugin #8

Zer0Down opened this issue Aug 23, 2019 · 4 comments

Comments

@Zer0Down
Copy link

Following errors comes up after installing Woo skeleton with Grav v1.6.15 - Admin v1.9.9
YAML Linting: Found 2 linting errors
/user/config/site.yaml | Duplicate key "title" detected at line 9 (near "title: Awesome Title").

/home | The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 7 (near "items: @self.modular").

I have fixed these issues locally, but needs to be fixed on skeleton for future installations.
Thanks
Screen Shot 2019-08-23 at 14 11 54

@rhukster
Copy link
Member

Looks like an issue with Woo skeleton's site.yaml.

@rhukster rhukster transferred this issue from getgrav/grav-plugin-admin Aug 26, 2019
@Zer0Down
Copy link
Author

Zer0Down commented Aug 26, 2019

site.yaml is complaining about the duplicate key Title,once deleted that fixes the first problem,
following problems I have fixed by replacing @self.modular with '@self.modular' , error is not coming up anymore. I also notice similar issues with bunch of other skeletons, fixed them the same way, possibly caused by using higher php versions. I am reposting it here just icase anyone else sees these errors. Thanks

@dcrobertson01
Copy link

Hi - thanks for posting :-)

@aixos
Copy link

aixos commented Jul 10, 2023

Hi,
works well with

"@self.modular"

Thanks

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

4 participants