aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-19 14:11:06 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-19 14:11:06 +0000
commit2d204b0b0b2c8622f216289ff5796930b17baf08 (patch)
treee130226dc19f458e63723e1c14fd6e5505f18cc8 /doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn
parentcc8feb60aeb0f15466cc8801f0cf05d25c4fe1ff (diff)
downloadikiwiki-2d204b0b0b2c8622f216289ff5796930b17baf08.tar
ikiwiki-2d204b0b0b2c8622f216289ff5796930b17baf08.tar.gz
web commit by http://ptecza.myopenid.com/: * Bug report
Diffstat (limited to 'doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn')
-rw-r--r--doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn b/doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn
new file mode 100644
index 000000000..6fc853d43
--- /dev/null
+++ b/doc/bugs/internal_error:_smileys.mdwn_cannot_be_found.mdwn
@@ -0,0 +1,27 @@
+I've just backported your ikiwiki 1.43 and installed it, but now
+I can't rebuild my all ikiwiki pages. When I run `ikiwiki --setup ikiwiki.setup`,
+then I can see the following error:
+
+ internal error: smileys.mdwn cannot be found
+ BEGIN failed--compilation aborted at (eval 5) line 111.
+
+I have smiley plugin enabled in my `ikiwiki.setup` file, but I've never
+had `smileys.mdwn` page.
+
+Probably the reason of the problem is that you've removed many pages
+from `basewiki` directory and created symlinks for that pages, but there
+don't exist in the last package:
+
+ $ LANG=C apt-cache policy ikiwiki
+ ikiwiki:
+ Installed: 1.43gpa1
+ Candidate: 1.43gpa1
+ Version Table:
+ *** 1.43gpa1 0
+ 500 http://gpa.net.icm.edu.pl sarge/main Packages
+ 100 /var/lib/dpkg/status
+
+ $ dpkg -L ikiwiki |grep smileys.mdwn
+
+--Pawel
+