Erm.... is anyone watching this list? Am I posting to the right place? Was my question that dumb?
Thanks, Ed. ---------- Forwarded message ---------- From: Ed Sweet <[EMAIL PROTECTED]> Date: 11-Apr-2007 16:19 Subject: Re: Problems installing... To: [email protected] Hi (again). I removed the /vendor/rails directory as instructed in the previous thread about 'Upgrading from 0.10.2'. This stops the system stack error, but now I get: "MissingSourceFile in AdminController#create_system no such file to load -- application" Thanks, Ed. On 11/04/07, Ed Sweet <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get Instiki-0.11pl1 running on OS X 10.4.9 with Ruby > 1.8.5, Rails 1.2.2, MySQL 4.1.18, but I've hit several problems > installing. Hopefully someone can help. > > I've got the production database created and configured and WEBrick is > running. When I point my browser at http://localhost:2500 I get the > Rails error: > > LoadError in <controller not set>#<action not set> > Already loaded file './app/controllers/application.rb' \\ > but 'ApplicationController' was not set, perhaps you \\ > need to rename './app/controllers/application.rb'? > > So I renamed application.1.rb to application_controller (as > application.rb is empty) and wiki_controller.1.rb to > wiki_controller.rb (as the supplied wiki_controller.rb is empty). > Tried again with the browser. Get the error message: > > SystemStackError in <controller not set>#<action not set> > > stack level too deep > ... > (and a 3000 line stack trace - some is at the bottom of this email) > > The stack trace seems to say that some dependency is missing. Can > anyone tell me what gems I need to run instiki? > > Is getting instiki working this difficult? ;-) Please let me know what > I'm doing wrong.... > > Cheers, > > Ed. > > ---Stack trace--- > Processing Base#index (for 127.0.0.1 at 2007-04-10 20:30:51) [GET] > Parameters: {} > > SystemStackError (stack level too deep): > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `const_load!' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing' > > (about 3000 lines of this, then..) > > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_get' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in > `const_missing' > /app/controllers/wiki_controllerrb:6 > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > `gem_original_require' > /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in > `require' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:214:in > `require' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:39:in > `require_or_load' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:22:in > `depend_on' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:178:in > `require_dependency' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:134:in > `load_file!' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:97:in > `const_load!' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `each' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in > `const_load!' > > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in > `const_missing' > generated/routing/recognitionrb:151:in `recognize_path' > /vendor/rails/actionpack/lib/action_controller/routingrb:458:in > `recognize!' > /vendor/rails/railties/lib/dispatcherrb:38:in `dispatch' > /vendor/rails/railties/lib/webrick_serverrb:117:in `handle_dispatch' > /vendor/rails/railties/lib/webrick_serverrb:83:in `service' > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:104:in `service' > /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:65:in `run' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:173:in `start_thread' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start_thread' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:95:in `start' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `each' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `start' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:23:in `start' > /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:82:in `start' > /vendor/rails/railties/lib/webrick_serverrb:69:in `dispatch' > /script/server:49 > /instiki:6:in `load' > /instiki:6 > ---End of stack trace--- > _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
