Hi all :) <br><br>I&#39;m starting with Instiki :) <br><br>I download instiki-0.13.0.tgz, unpack it, run<br><br>ruby instiki<br><br>and everything is ok. Then I go to localhost:2500 and fill the first form (with name and address), get redirected to HomePage form, after filling fields and submitting i get error: <br>
<br>An application error occurred while processing your request.<br><br>That&#39;s what webrick says:<br><br><a href="http://manta.univ.gda.pl:2500/create_system">http://manta.univ.gda.pl:2500/create_system</a> -&gt; /wiki/new/HomePage<br>
<a href="http://85.255.185.59">85.255.185.59</a> - - [11/Apr/2008:22:49:54 CEST] &quot;POST /wiki/save/HomePage HTTP/1.1&quot; 500 7828<br><a href="http://manta.univ.gda.pl:2500/wiki/new/HomePage">http://manta.univ.gda.pl:2500/wiki/new/HomePage</a> -&gt; /wiki/save/HomePage<br>
<br>That&#39;s production.log:<br><br>SyntaxError (/home/inf/aserafin/ruby/instiki-0.13.0/lib/sanitize.rb:227: too short multibyte code string: /^(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [\x09\x0A\x0D\x20-\x7E]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # ASCII<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [\xC2-\xDF][\x80-\xBF]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # non-overlong 2-byte<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; \xE0[\xA0-\xBF][\x80-\xBF]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # excluding overlongs<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2}&nbsp; # straight 3-byte<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; \xED[\x80-\x9F][\x80-\xBF]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # excluding surrogates<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; \xF0[\x90-\xBF][\x80-\xBF]{2}&nbsp;&nbsp;&nbsp;&nbsp; # planes 1-3<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [\xF1-\xF3][\x80-\xBF]{3}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # planes 4-15<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; \xF4[\x80-\x8F][\x80-\xBF]{2}&nbsp;&nbsp;&nbsp;&nbsp; # plane 16<br>&nbsp;&nbsp;&nbsp;&nbsp; )*$/):<br><br><br>That&#39;s my sqlite version:<br><br>sqlite3 --version<br>3.5.7<br><br>And that&#39;s my ruby version:<br>

<br>
ruby --version<br>
ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-linux]<br><br>When I install Instiki on my laptop there was no error. But really need to have it on that server ;) <br><br>Thanks for any help<br>