diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-09 08:24:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-09 08:24:14 -0400 |
commit | 2caf01e7dd7d17f03eea57a3684d18e9eef3ba56 (patch) | |
tree | 0cd23a1f09242b0032d1f969c7d6f56f8b5d2b49 /doc/cgi | |
parent | c273bd8eb3de59525aff2560f9073ade7a7414c8 (diff) |
web commit by http://jcflack.myopenid.com/
Diffstat (limited to 'doc/cgi')
-rw-r--r-- | doc/cgi/discussion.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/cgi/discussion.mdwn b/doc/cgi/discussion.mdwn index 77483cf6d..4cd7c5a9c 100644 --- a/doc/cgi/discussion.mdwn +++ b/doc/cgi/discussion.mdwn @@ -1,7 +1,10 @@ ## Markdown or CGI error prevents web-based editing I have a working ikiwiki configuration with an SVN backend, running on Ubuntu 7.10, Apache 2.2.4. I'm using Perl 5.8.8, however, I had to use Text::Markdown 1.0.5 from CPAN instead of the latest because I had the same issue as someone [here](http://ikiwiki.info/index/discussion/) (Namely I was getting this error until I used the old Markdown version: "*** glibc detected *** double free or corruption (!prev): 0x0922e478 *** -"). +"). + +> aside: that might have been related to [Text::Markdown bug #37297](http://rt.cpan.org/Public/Bug/Display.html?id=37297). +> --ChapmanFlack 9Jul2008 CGI seems to be working at least partly - the History and Recent Changes pages both work. However, if I attempt to edit or create a page, I get this error: Error: Failed to load plugin IkiWiki::Plugin::mdwn: Can't locate IkiWiki/Plugin/mdwn.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 6) line 2. BEGIN failed--compilation aborted at (eval 6) line 2. |