It could be that some pages are still using TinyMceFilter, so if
you remove it the will fail.
Try to just keep both installed until you are sure that you don't
"use" the old filter.
/AITOR
On 10/1/07, Mariano Viola <[EMAIL PROTECTED]> wrote:
> After a deepened analysis of rails production.log I think that the
> error is generated by the tinymcefilter extension that I've replaced
> recently with fckeditor.
> At this point how I can purge any reference to the TinyMceFilter extension?
>
> A snippet of latest production.log file events :
>
> Processing PageController#index (for 10.160.5.143 at 2007-10-01 13:43:53)
> [GET]
> Session ID: 559ec14228a9c8d4e62a1f4cfd4614b0
> Parameters: {"action"=>"index", "controller"=>"admin/page"}
> Rendering within layouts/application
> Rendering admin/page/index
> Completed in 0.56200 (1 reqs/sec) | Rendering: 0.36000 (64%) | DB:
> 0.20200 (35%) | 200 OK [http://10.160.16.48/admin/pages]
>
>
> Processing PageController#edit (for 10.160.5.143 at 2007-10-01 13:43:55) [GET]
> Session ID: 559ec14228a9c8d4e62a1f4cfd4614b0
> Parameters: {"action"=>"edit", "id"=>"9", "controller"=>"admin/page"}
> Rendering within layouts/application
> Rendering admin/page/edit
>
>
> ActionView::TemplateError
> (F:/web/portalstat/config/../vendor/radiant/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:266:in
> `load_missing_constant': uninitialized constant TinyMceFilter) on line
> #247 of vendor/extensions/fckeditor/app/views/admin/page/edit.rhtml:
> 244: </div>
> 245: <div class="popup" id="filter-reference-popup" style="display:none;">
> 246: <h3><span id="filter-type"><%= default_filter_name %></span>
> Reference</h3>
> 247: <div id="filter-reference"><%=
> filter_reference(default_filter_name) %></div>
> 248: <p><%= link_to_function 'Close',
> "Element.hide('filter-reference-popup')", :class => 'close-link'
> %></p>
> 249: </div>
> 250: <% end -%>
> _______________________________________________
> Radiant mailing list
> Post: [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site: http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant