Hi all :) <br><br>I'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'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> -> /wiki/new/HomePage<br>
<a href="http://85.255.185.59">85.255.185.59</a> - - [11/Apr/2008:22:49:54 CEST] "POST /wiki/save/HomePage HTTP/1.1" 500 7828<br><a href="http://manta.univ.gda.pl:2500/wiki/new/HomePage">http://manta.univ.gda.pl:2500/wiki/new/HomePage</a> -> /wiki/save/HomePage<br>
<br>That's production.log:<br><br>SyntaxError (/home/inf/aserafin/ruby/instiki-0.13.0/lib/sanitize.rb:227: too short multibyte code string: /^(<br> [\x09\x0A\x0D\x20-\x7E] # ASCII<br> | [\xC2-\xDF][\x80-\xBF] # non-overlong 2-byte<br>
| \xE0[\xA0-\xBF][\x80-\xBF] # excluding overlongs<br> | [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2} # straight 3-byte<br> | \xED[\x80-\x9F][\x80-\xBF] # excluding surrogates<br> | \xF0[\x90-\xBF][\x80-\xBF]{2} # planes 1-3<br>
| [\xF1-\xF3][\x80-\xBF]{3} # planes 4-15<br> | \xF4[\x80-\x8F][\x80-\xBF]{2} # plane 16<br> )*$/):<br><br><br>That's my sqlite version:<br><br>sqlite3 --version<br>3.5.7<br><br>And that'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>