Further problems with 0.6.2

Hi,

probably this is also related to the sqlite3 issue. I request
‘admin/pages/new/homepage’ and get an exception:

/opt/local/lib/ruby/gems/1.8/gems/radiant-0.6.2/vendor/rails/activesupport/lib/active_support/inflector.rb:247:in
`constantize’: “’’‘NULL’’'Filter” is not a valid constant name!
Extracted source (around line #218):

215:
216:


217:

<%= default_filter_name %>
Reference


218:
<%=
filter_reference(default_filter_name) %>

219:

<%= link_to_function ‘Close’,
“Element.hide(‘filter-reference-popup’)”, :class => ‘close-link’ %>


220:

221: <% end -%>

Patrick

It’s a sqlite3 issue. Read the FAQ at http://wiki.radiantcms.org/FAQ

/AITOR

Aitor Garay-Romero wrote:

It’s a sqlite3 issue. Read the FAQ at http://wiki.radiantcms.org/FAQ

stupid me, I’ve seen this FAQ page but ignored it. Thanks!

Patrick