views:

419

answers:

0

Hello. I am building a Rails (2.3.5) site with facebook connect functions via the facebooker plugin. When logging in via the facebook login button (<%= fb_login_button%>). After the popup button requests my username and password, I get a blank popup screen, and this error in the console.

Processing ApplicationController#index (for 127.0.0.1 at 2010-02-14 19:52:00) [GET]

ActionController::RoutingError (No route matches "/xd_receiver_files/XdCommReceiver.js" with {:canvas=>false, :method=>:get}):

Rendering rescues/layout (200)

Anyone seen this before? I have my xd_receiver file in the correct place (root). I'm stuck here, any help would be appreciated