Hello,
now I have intalled radiant and it works against the sql server. When I
would like to create a new page I get that error:
NameError in Admin/page#new
Showing admin/page/edit.rhtml where line #218 raised:
C:/INFOSENSE/Programs/ruby/lib/ruby/gems/1.8/gems/radiant-0.6.3/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:266:in
`load_missing_constant’: uninitialized constant NULLFilter
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 -%>
I don’t think that this is a problem with the sql server. Any help
available?best regardsklaus kohlbauer
Kohlbauer,
Try freezing to edge and let me know if the problem persists.
rake radiant:freeze:edge
Sean
Although the problem you report is on SQLServer, that error message
involving NULL filters remembers me of the infamous SQLite3 problem:
http://wiki.radiantcms.org/FAQ
As described in the FAQ, check your DB schema.
/AITOR
Hello Sean,
I tried that command and get an error message:
rake radiant:freeze:edge
ERROR: Must have subversion in the PATH to lock this application to Edge
Radiant
I run the command from my ridiant project directory.
br
klaus
----- Original Message -----
From: “Sean C.” [email protected]
To: [email protected]
Sent: Thursday, November 08, 2007 3:24 PM
Subject: Re: [Radiant] Error when creating a new page
Hi Klaus,
kohlbauer wrote:
C:/INFOSENSE/Programs/ruby/lib/ruby/gems/1.8/gems/radiant-0.6.3/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:266:in `load_missing_constant’: uninitialized constant NULLFilter
I thought I had posted this earlier but it didn’t get through.
I have found that a number of my radiant + sqlserver issues (including
yours) were solved by applying the patch in the following
rails/activerecord ticket:
http://dev.rubyonrails.org/ticket/8886
Cheers,
Mark
Mark,
Could you post a ticket for that on the Trac? I’d like to get the fix
into 0.6.4. Since our version of Rails is Piston-managed, we can apply
whatever we like.
Sean
Sean C. wrote:
Mark,
Could you post a ticket for that on the Trac? I’d like to get the fix
into 0.6.4. Since our version of Rails is Piston-managed, we can apply
whatever we like.
Sean
No problem. It is here: http://dev.radiantcms.org/radiant/ticket/572.
Cheers,
Mark
Done.
br
klaus
----- Original Message -----
From: “Sean C.” [email protected]
To: [email protected]
Sent: Thursday, November 08, 2007 7:02 PM
Subject: Re: [Radiant] Error when creating a new page