]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://josephturian.blogspot.com/ <http://josephturian.blogspot.com/@web>
Wed, 18 Feb 2009 23:24:21 +0000 (18:24 -0500)
committerJoey Hess <joey@kitenet.net>
Wed, 18 Feb 2009 23:24:21 +0000 (18:24 -0500)
doc/forum/Migrating_old_repository_to_new_ikiwiki_system__63__.mdwn

index 98ee723f09c2cac1f522c059183bb073505a808d..a6bb16171f3d25e260b1dc22810e7c84e9119490 100644 (file)
@@ -28,3 +28,26 @@ How do I set up an ikiwiki system using a pre-existing repository (instead of cr
 > If you preserved your repository, but not the setup file,
 > the easiest way to make one is probably to run
 > `ikiwiki -dumpsetup` and edit the setup file. --[[Joey]] 
 > If you preserved your repository, but not the setup file,
 > the easiest way to make one is probably to run
 > `ikiwiki -dumpsetup` and edit the setup file. --[[Joey]] 
+
+> > I get the following errors after running ikiwiki setup:
+
+    shortcut plugin will not work without shortcuts.mdwn
+    shortcut plugin will not work without shortcuts.mdwn
+    successfully generated /home/turian/public_html/iki/ikiwiki.cgi
+    shortcut plugin will not work without shortcuts.mdwn
+    successfully generated /home/turian/repos/iki.git/hooks/post-update
+    Can't stat /usr/share/ikiwiki/basewiki/../javascript: No such file or directory
+     at /home/turian/utils//lib/perl5/site_perl/5.8.8//IkiWiki/Plugin/autoindex.pm line 60
+    Can't stat /usr/share/ikiwiki/basewiki/../smiley: No such file or directory
+     at /home/turian/utils//lib/perl5/site_perl/5.8.8//IkiWiki/Plugin/autoindex.pm line 60
+    Can't stat /usr/share/ikiwiki/basewiki: No such file or directory
+     at /home/turian/utils//lib/perl5/site_perl/5.8.8//IkiWiki/Plugin/autoindex.pm line 60
+    Can't stat /usr/share/ikiwiki/basewiki/../javascript: No such file or directory
+     at /home/turian/utils//lib/perl5/site_perl/5.8.8//IkiWiki/Render.pm line 320
+    Can't stat /usr/share/ikiwiki/basewiki/../smiley: No such file or directory
+     at /home/turian/utils//lib/perl5/site_perl/5.8.8//IkiWiki/Render.pm line 320
+    Can't stat /usr/share/ikiwiki/basewiki: No such file or directory
+     at /home/turian/utils//lib/perl5/site_perl/5.8.8//IkiWiki/Render.pm line 320
+    internal error: smileys.mdwn cannot be found in /home/turian/iki or underlay
+
+> > How do I resolve these errors? I have my PERL5LIB location set correctly.