-
Notifications
You must be signed in to change notification settings - Fork 40
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
Could not find table 'spree_pages' #30
Comments
Hi @Steco17, I haven't actually really worked with this extension, but the first questions I have are 1) What version of Solidus are you using? 2) Did you run the migrations? That should have created the table. Would you mind seeing if you can run As soon as I have the time, I'll try to reproduce the error 👍 |
Hi, @jacobherrington thanks. Yes I did the migration after installing the gem and am using solidus 2.8.4 |
Any help here? |
Do you get anything if you try to install the migrations from the gem manually by running That should copy the migrations from the gem into your app's |
@Steco17 I had the same issue run:
*Notice the "spree" instead of the "Solidus" Successful output should look like this:
|
Hello am trying to install thins gem went through as intructed that is
added this gem:
gem 'solidus_static_content', github: 'solidusio-contrib/solidus_static_content'
and ran :
bundle exec rails g solidus_static_content:install
but after restarting my server i got an error
can i get any help here please?
am using ruby 2.5.1
rails 5.2.0 and with solidus
here is the screenshot
The text was updated successfully, but these errors were encountered: