Nick
2008-Feb-03 16:23 UTC
[Facebooker-talk] undefined method `path_prefix'' for Facebooker:Module
Does anyone encounter this ''NoMethodError'' ? its coming from: ( /vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb:4:in `relative_url_root'' ) Line 4 of facebook_url_rewriting.rb : Facebooker.path_prefix using the later version of Facebooker, installed as a plugin. Thank you! Nik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080204/7d3a2f05/attachment.html
Joel Nylund
2008-Feb-03 18:25 UTC
[Facebooker-talk] undefined method `path_prefix'' for Facebooker:Module
Hey Nick, do yo have callback_url defined in your facebooker.yml ? if not, try that and see if it goes away, if it doesn''t, its probably a new issue. thanks joel On Feb 3, 2008, at 11:23 AM, Nick wrote:> Does anyone encounter this ''NoMethodError'' ? > > its coming from: ( /vendor/plugins/facebooker/lib/facebooker/rails/ > facebook_url_rewriting.rb:4:in `relative_url_root'' ) > > Line 4 of facebook_url_rewriting.rb : Facebooker.path_prefix > > using the later version of Facebooker, installed as a plugin. > > Thank you! > > Nik > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080203/e90785d8/attachment.html
Nick
2008-Feb-04 06:59 UTC
[Facebooker-talk] undefined method `path_prefix'' for Facebooker:Module
Hi Joel, Yup, I do have have the callback_url defined in my facebooker.yml, its '' http://localhost:3000'' This seems to be caused by the line 4: in the ruby file: vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb it says: Facebooker.path_prefix Do you have this line in your "facebook_url_rewriting.rb" as well? If not it might be something new, or the method "path_prefix" might not have loaded properly :( -Nik On Feb 4, 2008 2:25 AM, Joel Nylund <jnylund at yahoo.com> wrote:> Hey Nick, do yo have callback_url defined in your facebooker.yml ? > if not, try that and see if it goes away, if it doesn''t, its probably a > new issue. > > thanks > joel > > On Feb 3, 2008, at 11:23 AM, Nick wrote: > > Does anyone encounter this ''NoMethodError'' ? > its coming from: ( /vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb:4:in > `relative_url_root'' ) > > Line 4 of facebook_url_rewriting.rb : Facebooker.path_prefix > > using the later version of Facebooker, installed as a plugin. > > Thank you! > > Nik > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/facebooker-talk/attachments/20080204/11881e94/attachment.html