You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
Following the 'making blog' tutorial at http://doc.locomotivecms.com/making-blog I encountered problem which I can't overcome. After placing http://doc.locomotivecms.com/making-blog/posts.yml inside data/posts.yml and executing bundle exec wagon push development --data I get an error featured_image => can't be blank. This error is caused by the url in the file field. When I put there valid file url (like images/1024x768.png) everything works fine. How to force locomotivecms to accept urls like it is shown in the tutorial?
I get similar error in data/photos.yml for the post: field (same message). In my file there is only one photo entry with post: afternoon-delight (I checked that localhost:8080/posts/afternoon-delight exists). If anyone could help me with this I would be very thankful.
Locomotivecms looks great. For now it looks like the CMS I was looking for.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the 'making blog' tutorial at
http://doc.locomotivecms.com/making-blog
I encountered problem which I can't overcome. After placinghttp://doc.locomotivecms.com/making-blog/posts.yml
insidedata/posts.yml
and executing bundle exec wagon push development --data I get an errorfeatured_image => can't be blank
. This error is caused by the url in the file field. When I put there valid file url (likeimages/1024x768.png
) everything works fine. How to force locomotivecms to accept urls like it is shown in the tutorial?I get similar error in data/photos.yml for the
post:
field (same message). In my file there is only one photo entry withpost: afternoon-delight
(I checked thatlocalhost:8080/posts/afternoon-delight
exists). If anyone could help me with this I would be very thankful.Locomotivecms looks great. For now it looks like the CMS I was looking for.
The text was updated successfully, but these errors were encountered: