Wayne Vucenic
2005-Apr-29 16:17 UTC
[Instiki] undefined method `automatic_read_only'' error after installing instiki
I just installed the instiki gem. Then when I try running it I get an
undefined method `automatic_read_only'' error. I then tried
uninstalling the old versions of some gems, and I also did a ''gem
update'', but I still keep getting the same error when I try to run
instiki. Relevant extracts from the command window log are below.
Thanks in advance for any advice!
Wayne
C:\mybin>gem install instiki
Attempting local installation of ''instiki''
Local gem file not found: instiki*.gem
Attempting remote installation of ''instiki''
Updating Gem source index for: http://gems.rubyforge.org
Install required dependency madeleine? [Yn]
Install required dependency RedCloth? [Yn]
Install required dependency rubyzip? [Yn]
Install required dependency rails? [Yn]
Install required dependency rake? [Yn]
Install required dependency activesupport? [Yn]
Install required dependency activerecord? [Yn]
Install required dependency actionpack? [Yn]
Install required dependency actionmailer? [Yn]
Install required dependency actionwebservice? [Yn]
Successfully installed instiki, version 0.10.0
Installing RDoc documentation for instiki-0.10.0...
WARNING: Generating RDoc on .gem that may not have RDoc.
Installing RDoc documentation for madeleine-0.7.1...
WARNING: Generating RDoc on .gem that may not have RDoc.
Installing RDoc documentation for RedCloth-3.0.3...
WARNING: Generating RDoc on .gem that may not have RDoc.
Installing RDoc documentation for rubyzip-0.5.5...
WARNING: Generating RDoc on .gem that may not have RDoc.
Installing RDoc documentation for rails-0.11.1...
WARNING: Generating RDoc on .gem that may not have RDoc.
Installing RDoc documentation for rake-0.5.3...
Installing RDoc documentation for activesupport-1.0.3...
Installing RDoc documentation for activerecord-1.9.1...
Installing RDoc documentation for actionpack-1.7.0...
Installing RDoc documentation for actionmailer-0.8.1...
Installing RDoc documentation for actionwebservice-0.6.2...
C:\ruby\lib\ruby\gems\1.8\gems\instiki-0.10.0>ruby instiki.rb
C:/ruby/lib/ruby/gems/1.8/gems/instiki-0.10.0/app/models/wiki_service.rb:132:
undefined method `automatic_read_only'' for
WikiService:Class (NoMethodError)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in
`require__''
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in
`require''
from
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.0.3/lib/active_support/dependencies.rb:195:in
`require''
from
C:/ruby/lib/ruby/gems/1.8/gems/instiki-0.10.0/config/environment.rb:81
from ./script/server:68:in `require''
from ./script/server:68
from instiki.rb:3:in `load''
from instiki.rb:3
C:\ruby\lib\ruby\gems\1.8\gems\instiki-0.10.0>ruby -v
ruby 1.8.2 (2004-07-29) [i386-mswin32]
C:\ruby\lib\ruby\gems\1.8\gems\instiki-0.10.0>gem list
*** LOCAL GEMS ***
actionmailer (0.9.1, 0.8.1)
Service layer for easy email delivery and testing.
actionpack (1.8.1, 1.7.0)
Web-flow and rendering framework putting the VC in MVC.
actionwebservice (0.7.1, 0.6.2)
Web service support for Action Pack.
activerecord (1.10.1, 1.9.1)
Implements the ActiveRecord pattern for ORM.
activesupport (1.0.4, 1.0.3)
Support and utility classes used by the Rails framework.
dev-utils (1.0.1)
Debugging utilities: breakpoints, debugging, and tracing.
diff-lcs (1.1.2)
Provides a list of changes that represent the difference between two
sequenced collections.
extensions (0.6.0, 0.5.0)
''extensions'' is a set of extensions to Ruby''s
built-in classes. It
gathers common idioms, useful additions, and aliases, complete with
unit testing and documentation, so they are suitable for production
code.
instiki (0.10.0)
Easy to install WikiClone running on WEBrick and Madeleine
madeleine (0.7.1)
Madeleine is a Ruby implementation of Object Prevalence
rails (0.12.1, 0.11.1)
Web-application framework with template engine, control-flow layer,
and ORM.
rake (0.5.3)
Ruby based make-like utility.
RedCloth (3.0.3)
RedCloth is a module for using Textile and Markdown in Ruby. Textile
and Markdown are text formats. A very simple text format. Another
stab at making readable text that can be converted to HTML.
rubyzip (0.5.8, 0.5.5)
rubyzip is a ruby module for reading and writing zip files
sources (0.0.1)
This package provides download sources for remote gem installation
sqlite-ruby (2.1.0)
SQLite/Ruby is a module to allow Ruby scripts to interface with a
SQLite database.