Geo-localization feature requires an external module
When i turn on the geo-localization feature in the splay-controller (set Localize = true), I get an error while reinitialize my splay database.
>ruby -rubygems init_db.rb
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- ./lib/localization (LoadError)
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./lib/common.rb:55
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./lib/all.rb:23
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
from init_db.rb:25
Enable geolocalization requires an external module that is not installed by default.
What is this module and how to install ?
I am on Ubuntu 9.04 (x64).
Thanks,
Bruno
Hello Bruno, thanks for the
Hello Bruno,
thanks for the report. I've released a new version of the controller (0.858) which should fix this problem.
Link to download is published here: http://www.splay-project.org/download
Also, I've extended the SplayWeb tutorial to explain in details what to do to active the geo-localization feature.
See http://www.splay-project.org/tutorials/splayweb, step F.
Don't hesitate to report here possible problems.
Thanks for your feedback,
Valerio