-
Notifications
You must be signed in to change notification settings - Fork 101
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
ActiveRecord::StatementInvalid in Spree::Admin::Products#index after installation #52
Comments
I had the same issue. What's interesting - problem appears only on postgres database with i18n/globalize gems. When I create local demo on default sqlite3 - everything is ok. |
Did you find any solution or workaround ? |
No, I did not |
It has to do with Postgres, which is stricter on proper SQL, I have the same issue(s). Looking for a solution as well, because it comes up through multiple paths (different methods of friendly_id and the globalize version of it). |
this is still an issue |
Hi there, I try to get an fresh installed Spree Shop running with "spree_globalize".
• When I am logged in as admin
• and I click on products
• Then I see this error:
ActiveRecord::StatementInvalid in Spree::Admin::Products#index
Full Stacktrace here: http://pasted.co/2c4be2fa
What I've done
activemodel-serializers-xml
andglobalize
to resolve the dependenies)I uploaded a git Repo to jumpstart:
https://github.com/exocode/demo520-spree364
•
git clone [email protected]:exocode/demo520-spree364.git
•
cd demo520-spree364
•
bundle install
•
nano database.yml
to your needs•
rake db:snapshot:restore
to restore same state where it failsI hope someone can help me.
The text was updated successfully, but these errors were encountered: