aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-04-23 09:59:26 -0400
committeradmin <admin@branchable.com>2012-04-23 09:59:26 -0400
commit5487c524df984d7e2f79dd8f9c01edf08403e07c (patch)
treeb12e014bc0594482fec499a686303ee19aabb818 /doc
parent2a951515be1be3310790e02dacd50cb39dd274d2 (diff)
downloadikiwiki-5487c524df984d7e2f79dd8f9c01edf08403e07c.tar
ikiwiki-5487c524df984d7e2f79dd8f9c01edf08403e07c.tar.gz
debugging information
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/ikiwiki/directive/ymlfront/discussion.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/contrib/ikiwiki/directive/ymlfront/discussion.mdwn b/doc/plugins/contrib/ikiwiki/directive/ymlfront/discussion.mdwn
index ab8ed85de..e9431dc83 100644
--- a/doc/plugins/contrib/ikiwiki/directive/ymlfront/discussion.mdwn
+++ b/doc/plugins/contrib/ikiwiki/directive/ymlfront/discussion.mdwn
@@ -28,4 +28,6 @@ I have tried both the ymlfront directive and the YAML markup (with the
> > Document: 0
> > at /usr/share/perl5/YAML/Loader.pm line 38
> >
-> > Now *that* has to be related... ;) In the index.db, there is no ymlfront metadata for the sandbox page... Note that the `---` delimiter approach doesn't trigger the warning but doesn't populate the DB either... --[[anarcat]]
+> > Now *that* has to be related... ;) In the index.db, there is no ymlfront metadata for the sandbox page... Note that the `---` delimiter approach doesn't trigger the warning but doesn't populate the DB either...
+> >
+> > Finally note that after adding debugging code, I was able to figure out that this seems to be using the `YAML::XS` library. I have also traced the data and confirmed that `$yml_str` does get properly initialized in `parse_yml`, and it is where the error is generated. So maybe there's something wrong with the YAML library? --[[anarcat]]