diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM <Meng@web> | 2011-12-20 02:50:49 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-12-20 02:50:49 -0400 |
commit | b7099a29ba7d3e9a5f0a3b68fa6f921a22507580 (patch) | |
tree | 71d5ce2492e7ea186b3a1f39872009f57710a21e /doc | |
parent | 5afb2cea85731776365c6e0054aecf145c8a0acf (diff) | |
download | ikiwiki-b7099a29ba7d3e9a5f0a3b68fa6f921a22507580.tar ikiwiki-b7099a29ba7d3e9a5f0a3b68fa6f921a22507580.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Broken_after_upgrading_Ikiwiki.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Broken_after_upgrading_Ikiwiki.mdwn b/doc/forum/Broken_after_upgrading_Ikiwiki.mdwn new file mode 100644 index 000000000..aea5fdbd9 --- /dev/null +++ b/doc/forum/Broken_after_upgrading_Ikiwiki.mdwn @@ -0,0 +1,10 @@ +I upgraded my Debian server from 5 to 6, then I updated ikiwiki. Now I can't rebuild my Ikiwiki instance: + + $ ikiwiki --setup ./pages.setup + Failed to load plugin IkiWiki::Plugin::scrubber: Can't locate IkiWiki/Plugin/scrubber.pm in @INC (@INC contains: /home/xyzfoobar/devel/ikiwiki/lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 77) line 2. + BEGIN failed--compilation aborted at (eval 77) line 2. + + $ ikiwiki --version + ikiwiki version 3.20100815.7 + +What's the proper way to fix this? |