Open matt-horwood-mayden opened 4 years ago
In some way it's the same issue as with #97: Some other Nextcloud app also ships Symfony YAML and replaces the one used by Pico. Since Symfony YAML does a pretty good job in maintaining BC users don't experience problems too often, but here's one of these cases.
Symfony YAML changed its behaviour and no longer allows unquoted strings to start with a %
. You'll have to check all YAML headers of your .md
files for any meta variable starting with a %
and quote it with "
. Also check nextcloud/data/appdata_*/cms_pico/config/config.yml
. For example, replace date_format: %D %T
by date_format: "%D %T"
.
This is indeed a bug, but not really the fault of Pico CMS for Nextcloud, but of the whole app infrastructure of Nextcloud. We unfortunately can't do anything about it at the moment :unamused: Also see #97, it's basically the same cause.
Thanks for your investigations, I can confirm that the issue was in my appdata_*/cms_pico/config/config.yml
the very line about date format.
now sorted!
Will keep this open as with #97
Morning, I seem to have an issue with my sites, have had a look at the error dump and not sure if my setup or code.
Error in NC log