-
Notifications
You must be signed in to change notification settings - Fork 7
'open_db' NoMethod error #17
Comments
I have the same error with redmine 2.2.0: Started GET "/redmine/projects/allgemein/reposearch" for 93.195.71.117 at 2013-01-14 12:38:41 +0100 NameError (undefined local variable or method |
Are you install ruby binding of estraier (libestraier-ruby)? |
I have installed ruby-hyperestraier on ubuntu 12.10 which provides libestraier-ruby dpkg -L ruby-hyperestraier |
On Ubuntu, you need install |
The ubuntu package seems to install the estraier.so in the wrong directory, so that ruby doesn't find it. I opened a bug report here: https://bugs.launchpad.net/ubuntu/+source/hyperestraier/+bug/1099830 Symlinking the so into the correct directory makes the require "estraier" work, but unfortunately I get the following exception afterwards: Started GET "/redmine/projects/allgemein/reposearch" for 93.195.67.193 at 2013-01-15 13:42:35 +0100 SystemStackError (stack level too deep): Anything I can do to get a better error message? |
I got it working with ruby 1.8. With 1.9.3 I still get the SystemStackError (stack level too deep) |
Maybe your |
Hi @tisoft, is it work? |
Hello, I am using redmine 1.4.4 (bitnami) and I get this error when I go to the reposearch tab:
Parameters : {"action" => "search", "id" => "my-project", "controller" => "reposearch"}
NoMethodError (undefined method ‘open_db’ for #ReposearchController:0x7fd79e767f28)
I have not initialized any SCM repo so basically my db is empty.
The text was updated successfully, but these errors were encountered: