Error in Depot App after Upgrading to 1.0

Hi @all,

i’ve upgraded rails to 1.0 and my depot-app (from Agile Web book). It
causes
an error, when i try to call the admin/ship method. All other methods
works
as expected.

Calling the url in webrick:

127.0.0.1 - - [16/Dec/2005:17:35:58 CET] “GET /admin/ship HTTP/1.1” 500
0
http://localhost:3000/admin → /admin/ship

i get the following error and a blank page in the browser:

ActionView::ActionViewError (No rhtml, rxml, or delegate template found
for
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2
/lib/action_controller/templates/rescues/template_error.rhtml):
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:281:in
pick_template_extension' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_view/base.rb:195:in multilingual_old_render_file’

.//vendor/plugins/multilingual/lib/multilingual/rails/action_view.rb:15:in
`render_file’

I don’t see any errors concerning my rails code and looked in the above
dir
for the file template_error.rhtml ← it was there.
can somone help? (i’m sure, the method worked before)

Thanks,
Torsten