Stefan Slaveykov

Results 4 issues of Stefan Slaveykov

Error occurs on application startup Error log: ``` 02:15:10.347 [info] Application verk_web exited: VerkWeb.start(:normal, []) returned an error: shutdown: failed to start child: VerkWeb.Endpoint --   | | ** (EXIT) an...

I am trying to update some user information and the user_hash(password basically) fails. Here is my code: inactive_users = SugarCRM::User.find_all_by_status('Inactive') inactive_users.each do |user| user.status = "Active" user.user_hash = hash_password user.save!...

Last time i had this problem i fixed it by removing quotes. This time i have no idea what to do. Here is the debug output: SugarCRM CE 6.5.0. {"agent"=>"a0D3000000EVt8vEAD",...

Hi again, i hope you will be able to help me out :) I have 2 custom objects in SugarCRM - Merchant and Bank and i need an one-to-many relationship...