I installed Swig with DarwinPorts sucessfully and am still having the
same problem creating a new web:

NoMethodError in   Admin#create_system
undefined method `files_path' for nil:NilClass

Trace:

#{RAILS_ROOT}/app/models/wiki_file.rb:49:in `content_path'
#{RAILS_ROOT}/app/models/web.rb:86:in `create_files_directory'
#{RAILS_ROOT}/app/models/wiki.rb:13:in `create_web'
#{RAILS_ROOT}/app/models/wiki.rb:70:in `setup'
#{RAILS_ROOT}/app/controllers/admin_controller.rb:17:in `create_system'
instiki:6

The migration fails with the same error before, as well:

script/import_storage:97:in `require': no such file to load --
wiki_service (LoadError)
        from script/import_storage:97

Any ideas?

-Tyson


On 6/29/06, BobR <[EMAIL PROTECTED]> wrote:
>
> Am 29.06.2006 um 18:21 John wrote:
>
> Hi Tyson,
>
> This error is almost certainly that the SWIG library is missing.
> When SWIG isn't present, sqlite3-ruby reverts to a broken pure Ruby
> implementation.  Does 'port installed' show the swig port is
> present?  If so, then you might try reinstalling the sqlite3-ruby gem.
>
> Give that a try; sorting out the SWIG issues will definitely sort out
> not being able to run and work with Instiki 0.11.0.  I expect it will
> also fix the migration tool's problems as well.
>
> -- John
_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to