Create three menu items:
Create an article
Navigate to the three menu items you created before, and notice their content...
During the feature time, the article should be displayed on "Featured" and "Featured Blog", but not in "Not Featured Blog". Before and after the feature time, the article should be displayed on "Not Featured Blog", but not on "Featured" and "Featured Blog".
The article is never shown at "Not Featured Blog".
The "Featured" and interestingly also the "Featured Blog" page behave as expected.
Joomla! 4.2.6 Release
Originally reported by user Octo at the German forum: https://forum.joomla.de/thread/17507-beitrag-automatisch-verschieben-mit-hauptbeitrag-bis/
Labels |
Added:
No Code Attached Yet
|
The operating system is irrelevant
@Harmageddon Not had the opportunity to test yet but could you confirm if there is any cache enabled on the site and if so which option
@brianteeman just the opposite in fact. If you were right than why there is System information
field in the issue template?
Cache resides in various places, depending on OS, hence my question.
@brianteeman Caching is disabled in global configuration.
@wojtekxtx Did you try to reproduce it? I highly doubt it is an OS issue. But to make you happy: Client is Firefox 108.0.2 on Windows 10 64 bit. Server is a linux system, PHP 8.0.26 on Apache with 10.4.27-MariaDB database.
@Harmageddon yes I tried.
I highly doubt it is an OS issue.
Same here, but, as the saying goes: "never say never", for proper troubleshooting you have to have full list of possible solutions and just cross out not valid as you go.
Issue confirmed
The problem is in the query that "hides" the featured articles (Menu 2)
The query is only checking "where featured = 0"
The query should also be checking "WHERE featured = 1 and (featured_up < NOW and featured_down < NOW)
or som,ething like that - sql not my area but you should understand what I mean
@brianteeman Thanks for guiding
PR #39572 should fix this issue. Please testing, especially @Harmageddon . Thanks !
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-08 13:54:35 |
Closed_By | ⇒ | joomdonation |
OK, but what OS are you using? Windows, Linux, macOS?