More info from production.log:
Processing WikiController#export (for 67.180.73.181 at 2005-11-29
13:45:55) [GET]
Parameters: {"action"=>"export",
"controller"=>"wiki",
"web"=>"tech"}
Rendering within layouts/default
Rendering wiki/export
ActionView::TemplateError (uninitialized constant OPTIONS) on line #8
of app/views/wiki/export.rhtml:
5: <ul id="feedsList">
6: <li><%= link_to ''HTML'', :web => @web.address,
:action =>
''export_html'' %></li>
7: <li><%= link_to "Markup
(#{@web.markup.to_s.capitalize})", :web
=> @web.address, :action => ''export_markup''
%></li>
8: <% if OPTIONS[:pdflatex] && @web.markup == :textile %>
9: <li><%= link_to ''TeX'', :web => @web.address,
:action =>
''export_tex'' %></li>
10: <li><%= link_to ''PDF'', :web => @web.address,
:action =>
''export_pdf'' %></li>
11: <% end %>
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.3/lib/active_support/dependencies.rb:195:in
`const_missing''
#{RAILS_ROOT}/app/views//wiki/export.rhtml:8
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_view/base.rb:269:in
`compile_and_render_template''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_view/base.rb:245:in
`render_template''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_view/base.rb:206:in
`render_file''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/base.rb:643:in
`render_file''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/base.rb:583:in
`render_with_no_layout''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/layout.rb:218:in
`render_without_benchmark''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/benchmarking.rb:53:in
`render''
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/benchmarking.rb:53:in
`render''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/base.rb:844:in
`perform_action_without_filters''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/filters.rb:332:in
`perform_action_without_benchmark''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/benchmarking.rb:69:in
`perform_action_without_rescue''
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/benchmarking.rb:69:in
`perform_action_without_rescue''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/rescue.rb:82:in
`perform_action''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/base.rb:365:in
`process_without_session_management_support''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/session_management.rb:116:in
`process''
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/dispatcher.rb:38:in
`dispatch''
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/fcgi_handler.rb:141:in
`process_request''
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/fcgi_handler.rb:53:in
`process!''
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:600:in
`each_cgi''
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:597:in
`each_cgi''
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/fcgi_handler.rb:52:in
`process!''
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/fcgi_handler.rb:22:in
`process!''
dispatch.fcgi:24
On 11/29/05, Bill Berry <stratinfo at gmail.com>
wrote:> When Export is selected from the top Instiki menu, I get the following
> error message:
>
> >>Internal Error 500
> >>
> >>An application error occurred while processing your request.
>
> I''m using the latest Instiki-AR release and it otherwise works
great.
>
> Has anyone come across this before?
>
> Thx,
>
> Bill
>