diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-10 08:45:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-10 08:45:14 +0000 |
commit | 41e8aa899a31091ee7962afbaf6bfb867d66f26e (patch) | |
tree | c2c2188948b2c03d5afbfca3c0f8bea1103c432f /doc | |
parent | 4d7ca9fff81a9844139ff1a0eb6e6d6078545173 (diff) | |
download | ikiwiki-41e8aa899a31091ee7962afbaf6bfb867d66f26e.tar ikiwiki-41e8aa899a31091ee7962afbaf6bfb867d66f26e.tar.gz |
web commit by http://ptecza.myopenid.com/: * Bug report
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn b/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn new file mode 100644 index 000000000..14fe5a2f7 --- /dev/null +++ b/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn @@ -0,0 +1,18 @@ +Hello, + +I had to fix a location of one page in my repo via `svn move` and now I have +a problem with rebuilding my ikiwiki pages: + + ikiwiki --setup ikiwiki.setup + [...] + tworzenie strony ubuntu/linki.mdwn + tworzenie strony knoppix/bootowalny_pendrive_usb.mdwn + tworzenie strony helponformatting.mdwn + Insecure dependency in eval while running with -T switch at /usr/share/perl5/IkiWiki/Plugin/conditional.pm line 30. + BEGIN failed--compilation aborted at (eval 5) line 110. + +Temporarily I've disabled conditional plugin to avoid that bug. + +PS. I still use ikiwiki 1.50 backported for Debian 'sarge'. + +-- Pawel
\ No newline at end of file |