Error when clicking on Create a new wiki page

Posted under /swa/

NameError exception raised
app/views/wiki_pages/_posts.html.erb:7
app/views/wiki_pages/new.html.erb:28
app/views/wiki_pages/new.html.erb:3
app/controllers/application_controller.rb:80:in `respond_with'
app/controllers/wiki_pages_controller.rb:9:in `new'
app/logical/rack_server_timing.rb:19:in `call'

Damn, I missed a spot when implementing the custom thumbnail system. You're likely making a new wiki page based on a tag with posts already existent, so it's trying to render posts that it's not equipped to handle. I think if you make a new wiki page on a tag from the New subnav menu choice, that should work until I implement the fix late O' clock tonight, but I'm not completely sure.

TeeThingus_Bonemantics said:

Damn, I missed a spot when implementing the custom thumbnail system. You're likely making a new wiki page based on a tag with posts already existent, so it's trying to render posts that it's not equipped to handle. I think if you make a new wiki page on a tag from the New subnav menu choice, that should work until I implement the fix late O' clock tonight, but I'm not completely sure.

Alright, tell us when it's fixed

1