简体   繁体   中英

Nesta CMS on linux not show latest articles

Anyone experience an inability for Nesta CMS to show the latest articles on linux? Running Ubuntu 12.04.

I can navigate to the article localhost:9393/filename and it shows up fine. I have tried running under both shotgun and rackup with no difference.

But despite having a defined Date: 03 Sept 2013 it still won't show. On the actual page, the published is correctly showing the date, as well as the category. But neither on the home page/category page, will the article's title/summary show up.

The odd thing is, pulling the same project down on a windows machine, adding a new article will allow it to show up properly on the home page for latest articles as well as the associated category page.

I have tinkered with different dates with no effect. Any suggestions?

如果要使用latest_articles helper方法来获取文章, latest_articles尝试使用大于8的数字来调用它,例如30 latest_articles(30) ,因为默认情况下它仅返回8个文档。

Unfortunately, this turned out to be an issue with a Linux update. After reboot everything worked as expected oddly enough.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM