Tyson Tate wrote: > undefined method `files_path' for nil:NilClass"
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
