intelliants / subrion

Subrion CMS - open source php content management system.
https://subrion.org/
GNU General Public License v3.0
282 stars 119 forks source link

The tags are not opening the related Blog Entries #836

Open vletroye opened 5 years ago

vletroye commented 5 years ago

I am testing the version under development of Subrion (because it fix the issue #803 which was blocking me when trying to install on my hosting). This is the first time I am using Subrion.

I have create a few Blog Entries, each one with a Tag. Ex.: 'tag x', 'tag y'

In the administration console, under http://mywebsite/panel/pages/ the page 'tag' is active and accessible via the 'Main' menu. But if I go to that 'tag' page and click on any tag displayed there, I get a page with an error message "Error 404 Requested URL not found."

The links seem correct. Ex.: http://mywebiste/tag/tag-x Other liens work fine. Ex: http://mywebiste/events/past/ or http://mywebiste/blog, ...

In the permission of the page tags, all usergroup have access. All the id (links) in the tables blog_entries, blog_tags and blog_entries_tags seems fine too.

Concrete sample when trying to display all blog entries with the alias tag '001', tag title 'Piret-Magazine n°001':

See that a record exist in the DB image

But is not displayed image

vletroye commented 5 years ago

Similar issue with the archive blog: /blog/date/2015/9/ returns an empty page (only the title: "September 2015" and the pagination bar are displayed). No article from that period is displayed, although there are.

image

image