Hi, I installed instiki as a gem some time ago and today had to restart the server that it''s running on but instiki is refusing to start up for me. It''s throwing up a ton of errors like these... /usr/lib/ruby/gems/1.8/gems/instiki-0.10.2/lib/bluecloth_tweaked.rb:85: warning: already initialized constant Version /usr/lib/ruby/gems/1.8/gems/instiki-0.10.2/lib/bluecloth_tweaked.rb:88: warning: already initialized constant SvnRev They all seem to be bluecloth related. Any ideas how I can get my wiki back? Thanks. Andy
> /usr/lib/ruby/gems/1.8/gems/instiki-0.10.2/lib/bluecloth_tweaked.rb:85: > warning: already initialized constant Version > /usr/lib/ruby/gems/1.8/gems/instiki-0.10.2/lib/bluecloth_tweaked.rb:88: > warning: already initialized constant SvnRevThese are warnings, not errors, and do not impact running Instiki.> They all seem to be bluecloth related. Any ideas how I can get my wiki back?What are the symptoms, OS... ? Cheers, Assaph
> What are the symptoms, OS... ?Oops sorry, should have mentioned, it''s running on Debian Sarge, Ruby 1.8.2, Rails has been upgraded to 1.0 since instiki was installed and I''m starting instiki using ruby /usr/lib/ruby/gems/1.8/gems/instiki-0.10.2/instiki.rb --port 2500 --daemon --storage /storage which gives me 34 bluecloth related errors followed by => Starting Instiki on http://0.0.0.0:2500 => Data files are stored in /storage/2500 [2006-01-24 10:51:11] Taking a Madeleine snapshot [2006-01-24 10:51:11] INFO WEBrick 1.3.1 [2006-01-24 10:51:11] INFO ruby 1.8.2 (2005-04-11) [i386-linux] When I then try to go to my instiki page though it just fails to get anywhere.
OK, I''ve got it working again now but not as a daemon, I have to keep a terminal window open for it. Also sadly the formatting is all screwed up. I''m guessing this is to do with my bluecloth warnings. Anyone else had these problems? Maybe it''s time to try the switch to instiki-ar, is there an easy migration of the data from Madeleine to database?
> OK, I''ve got it working again now but not as a daemon, I have to keep a > terminal window open for it. Also sadly the formatting is all screwed > up. I''m guessing this is to do with my bluecloth warnings. Anyone else > had these problems?That bluecloth warning have nothing to do with it (it is just from the tweaked version of bluecloth which redefines a few things). Go to the edit web page and make sure that the markup style is still set to MarkDown.> Maybe it''s time to try the switch to instiki-ar, is there an easy > migration of the data from Madeleine to database?There is a script/import_storage script that should help with that. Cheers, Assaph