diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-14 11:39:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-14 11:39:34 -0400 |
commit | 878e74238e7f9f243e3b0222e2915a148ac8bef1 (patch) | |
tree | 1729727bffc56f571ee2ca4ee0a45e5c1a4dba6c | |
parent | 751706b7a53059ca44f3b4e1d1fbe64d8411e245 (diff) | |
parent | 5e1b31fad66b947a739ea9e54f78bb6a6d45d6aa (diff) | |
download | ikiwiki-878e74238e7f9f243e3b0222e2915a148ac8bef1.tar ikiwiki-878e74238e7f9f243e3b0222e2915a148ac8bef1.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/bugs/Can__39__t_build_2.49__63__.mdwn | 2 | ||||
-rw-r--r-- | doc/tips/inside_dot_ikiwiki/discussion.mdwn | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_build_2.49__63__.mdwn b/doc/bugs/Can__39__t_build_2.49__63__.mdwn index 933797c9d..15423d760 100644 --- a/doc/bugs/Can__39__t_build_2.49__63__.mdwn +++ b/doc/bugs/Can__39__t_build_2.49__63__.mdwn @@ -29,3 +29,5 @@ Any thoughts or suggestions are appreciated. Thanks. > installation that might be present on the system. --Buo Thanks, Buo. I removed the traces of the previous ikiwiki, and I was able to install. No luck getting the new search plugin to work, but we'll leave that for another day. Thanks again. + +Quick follow-up: 2.50 compiled and installed without a hitch. Just thought I would mention it... diff --git a/doc/tips/inside_dot_ikiwiki/discussion.mdwn b/doc/tips/inside_dot_ikiwiki/discussion.mdwn new file mode 100644 index 000000000..327b01fb7 --- /dev/null +++ b/doc/tips/inside_dot_ikiwiki/discussion.mdwn @@ -0,0 +1,7 @@ +My database appears corrupted: + + $ perl -le 'use Storable; my $index=Storable::retrieve("indexdb"); use Data::Dumper; print Dumper $index' + Out of memory! + +No idea how this happened. I've blown it away and recreated it but, for future reference, is there any less violent way to recover from this situation? I miss having the correct created and last edited times. --[[sabr]] +> update: fixed ctimes and mtimes using [these instructions](http://u32.net/Mediawiki_Conversion/Git_Import/#Correct%20Creation%20and%20Last%20Edited%20time) --[[sabr]] |