diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-10 09:45:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-10 09:45:41 +0000 |
commit | a1519df7dd7b3619485171230d1a9f167b8e1fae (patch) | |
tree | fcbab1f2b82bb9874c26696a1bf1c5ce6c5d65f3 | |
parent | 083b9c1dba0b304a31cf564ddff732828929fd26 (diff) |
web commit by http://ptecza.myopenid.com/: Response
-rw-r--r-- | doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn b/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn index 065ba8bc3..df20052f0 100644 --- a/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn +++ b/doc/bugs/Problem_with_editing_page_after_first_SVN_commit.mdwn @@ -54,3 +54,18 @@ Where is my mistake? > the new page, or the old link back on page Foo that you clicked on before > to create Bar? It would also be good to see the URL you're at in step 5. > --[[Joey]] + +>> It was Edit link on new Bar page, of course. The URL in step 5 was +>> http://my.host.com/wiki/ikiwiki.cgi?page=bar&do=edit. + +>> I've forget to add in my previous post that $pagesources{$page} +>> (cgi_editpage subroutine of /usr/share/perl5/IkiWiki/CGI.pm file) +>> doesn't exist in step 5. It exists after rebuilding all ikiwiki +>> pages by hand. + +>> BTW, where does ikiwiki store information about rendered pages? +>> Is it `/my/ikiwiki/src/dir/.ikiwiki/` directory? + +>> --Pawel + + |