Hi there, i got the following error using preview4:
/usr/local/lib/ruby/1.8/cgi.rb:804:in initialize': superclass methodinitialize’ must be enabled by rb_enable_super() (NameError)
from /usr/local/lib/ruby/1.8/cgi.rb:804:in new' from /usr/local/lib/ruby/1.8/cgi.rb:804:inread_multipart’
from /home/gmosx/dev/n2/web/server/request.rb:263:in parse_parameters' from /home/gmosx/dev/n2/web/server/request.rb:232:ininitialize_from_apache’
from /home/gmosx/dev/n2/web/server/modruby-adapter.rb:123:in
`handler’
Well, the error was given when it tried to create a new StringIO : I don’t
see why your cgi can give an error
Guy Decoux
Guy, thanx for your hint! Problem solved - mod_ruby had to be
recompiled - it was compiled with pre-release 3, whereas pre-release 6
had been installed afterwards…