-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PG Error #20
Comments
Hey @homerjon - where is the SQL statement you included below your error being generated? Is that happening during the authentication process? |
This was during "forgot my password". Authentication seems fine. |
I'll try and take a look when I get a chance, otherwise if you want to do a pull request that would be great too. |
Was this fixed? I'm currently getting the same error. |
Hi @homerjon, did you find a solution to the above? |
@banta. This was not fixed and is still an open issue for me. Noiseunion recommended to due a pull request. I am not pro git user and wasn't sure how to do that or the point of it. |
@banta @homerjon I apologize, but I have been swamped with work for the last few months and have not had time to look into this. Any help would be appreciated. @homerjon A pull request starts with you forking the repo to your GitHub account, making the necessary changes to fix the issue and then you can, from GitHub, do a pull request to have those changes merged back in to the main repo. I could then take your code changes and deploy an update to the Gem for everyone to benefit from. Let me know if either of you would be interested in committing a fix, as I know I will not have time to hit this up super soon and the help would be greatly appreciated. |
@noiseunion @homerjon I got a fix. I'll send a pull request soon. |
@banta hey buddy. Any updates on your pull request? |
I am getting this error
PG::UndefinedColumn: ERROR: column users.subdomain does not exist
LINE 1: ...HERE (("users"."email" = '[email protected]' AND "users"."s...
^
: SELECT "users".* FROM "users" WHERE (("users"."email" = '[email protected]' AND "users"."subdomain" = 'mysubdomainname')) LIMIT 1
I am using
gem 'devise', '
> 3.2.0'> 1.3.6'gem 'devise_invitable', '
gem 'devise-basecamper'
I do have two model Users and Vetters. Users uses basecamper and the other does not.
Here is my model
class User < ActiveRecord::Base
end
The text was updated successfully, but these errors were encountered: