Hi all :)

I'm starting with Instiki :)

I download instiki-0.13.0.tgz, unpack it, run

ruby instiki

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:

An application error occurred while processing your request.

That's what webrick says:

http://manta.univ.gda.pl:2500/create_system -> /wiki/new/HomePage
85.255.185.59 - - [11/Apr/2008:22:49:54 CEST] "POST /wiki/save/HomePage
HTTP/1.1" 500 7828
http://manta.univ.gda.pl:2500/wiki/new/HomePage -> /wiki/save/HomePage

That's production.log:

SyntaxError (/home/inf/aserafin/ruby/instiki-0.13.0/lib/sanitize.rb:227: too
short multibyte code string: /^(
         [\x09\x0A\x0D\x20-\x7E]            # ASCII
       | [\xC2-\xDF][\x80-\xBF]             # non-overlong 2-byte
       |  \xE0[\xA0-\xBF][\x80-\xBF]        # excluding overlongs
       | [\xE1-\xEC\xEE\xEF][\x80-\xBF]{2}  # straight 3-byte
       |  \xED[\x80-\x9F][\x80-\xBF]        # excluding surrogates
       |  \xF0[\x90-\xBF][\x80-\xBF]{2}     # planes 1-3
       | [\xF1-\xF3][\x80-\xBF]{3}          # planes 4-15
       |  \xF4[\x80-\x8F][\x80-\xBF]{2}     # plane 16
     )*$/):


That's my sqlite version:

sqlite3 --version
3.5.7

And that's my ruby version:

ruby --version
ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-linux]

When I install Instiki on my laptop there was no error. But really need to
have it on that server ;)

Thanks for any help
_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to