I´m running Typo 4.0.3 from gems. It works in development mode with
webrick, but not production. The current database I´m using is 46, 50
is the one Typo suggests me upgrading to, but I haven´t done that.
When running in production mode, I´m getting “Application error
(Rails)” on the main page, and “login unsuccsessfull” on the admin
page.
I´m using ruby-1.8.4-3.fc4, global rails version (1.1.6, 1.1.2, 1.0.0,
0.14.2) shouldn’t have anything to say, since the one I´m using is
frozen in the vendors catalog?
Any suggestions to what I may do? Let me know if I can provide any
other information!
I have now upgraded both the production and the development database.
But, I still get the “Application error (Rails)” when trying to view
my frontpage in production.
(I´m running Fedora Core 4)
This is what the logs say when loading the main page in production:
Processing ArticlesController#index (for 80.213.141.195 at 2006-09-12
23:32:58) [GET] Parameters: {“action”=>“index”,
“controller”=>“articles”}Rendering within
…/…/themes/chocomod/layouts/defaultRendering articles/indexInvalid
API Key (Key has expired) ActionView::ActionViewError (No rhtml,
rxml, rjs or delegate template found for
…/…/themes/chocomod/layouts/default):
.//vendor/rails/actionpack/lib/action_controller/benchmarking.rb:53:in render' /usr/lib/ruby/1.8/benchmark.rb:293:inmeasure’
.//vendor/rails/actionpack/lib/action_controller/benchmarking.rb:53:in render' .//vendor/rails/actionpack/lib/action_controller/base.rb:942:inperform_action_without_filters’
.//vendor/rails/actionpack/lib/action_controller/filters.rb:368:in perform_action_without_benchmark' .//vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:inperform_action_without_rescue’
/usr/lib/ruby/1.8/benchmark.rb:293:in measure' .//vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:inperform_action_without_rescue’
.//vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in perform_action' .//vendor/rails/actionpack/lib/action_controller/base.rb:408:inprocess_without_filters’
.//vendor/rails/actionpack/lib/action_controller/filters.rb:377:in process_without_session_management_support' .//vendor/rails/actionpack/lib/action_controller/session_management.rb:117:inprocess’ .//vendor/rails/railties/lib/dispatcher.rb:38:in dispatch' .//vendor/rails/railties/lib/webrick_server.rb:115:inhandle_dispatch’
.//vendor/rails/railties/lib/webrick_server.rb:81:in service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:inservice’
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in run' /usr/lib/ruby/1.8/webrick/server.rb:173:instart_thread’
/usr/lib/ruby/1.8/webrick/server.rb:162:in start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:instart’
/usr/lib/ruby/1.8/webrick/server.rb:92:in start' /usr/lib/ruby/1.8/webrick/server.rb:23:instart’
/usr/lib/ruby/1.8/webrick/server.rb:82:in start' .//vendor/rails/railties/lib/webrick_server.rb:67:indispatch’
.//vendor/rails/railties/lib/commands/servers/webrick.rb:59
.//vendor/rails/activesupport/lib/active_support/dependencies.rb:147:in
`require’ .//vendor/rails/railties/lib/commands/server.rb:30
script/server:3 Rendering actionerrorlayoutfalse within
…/…/themes/chocomod/layouts/defaultRendering articles/error
Processing Base#index (for 80.213.141.195 at 2006-09-12 23:33:00)
[GET] Parameters: {“action”=>“index”, “controller”=>“articles”}
I´m running Typo 4.0.3 from gems. It works in development mode with
webrick, but not production. The current database I´m using is 46, 50
is the one Typo suggests me upgrading to, but I haven´t done that.
When running in production mode, I´m getting “Application error
(Rails)” on the main page, and “login unsuccsessfull” on the admin
page.
I´m using ruby-1.8.4-3.fc4, global rails version (1.1.6, 1.1.2, 1.0.0,
0.14.2) shouldn’t have anything to say, since the one I´m using is
frozen in the vendors catalog?
Any suggestions to what I may do? Let me know if I can provide any
other information!
I´m using the azure theme that came with the gem package.
That’s wierd - the errors is talking about a theme called ‘chocomod’:
“controller”=>“articles”}Rendering within
…/…/themes/chocomod/layouts/defaultRendering articles/indexInvalid
API Key (Key has expired) ActionView::ActionViewError (No rhtml,
rxml, rjs or delegate template found for
…/…/themes/chocomod/layouts/default):
Are you doing this from the trunk? I ran into this when I downloaded
the latest version from trunk. This happens when you migrate a blog
without setting it up first. I fixed it by editing the migration so
that it doesn’t error out on the blank settings. If you apply this
patch, or just edit the file like the patch will it should get you
going again.