Fresh new install of Joomla_3.8.0-Stable-Full_Package.zip on localhost
The Administration site is OK. The front-site gives error at "Home" page
(As default the page "Home" is --> Articles » Featured Articles)
ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list LINE 9: ORDER BY c.lft, a.featured DESC, fp.ordering, CASE WHEN a.p... ^
And after creating an Article with "Feature status", the error changes to:
ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list LINE 8: ORDER BY c.lft, CASE WHEN a.publish_up = '1970-01-01 00:00:... ^
If I change the "Home" to --> Articles » Single Article, then the front-site is OK.
If I create a new category and configure "Home" to --> Articles » Category Blog, then the front-site gives ERROR:
500 ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list LINE 8: ORDER BY c.lft, CASE WHEN a.publish_up = '1970-01-01 00:0... ^
In a new empty fresh install of 3.8.0 version:
Home configured as Articles » Single Article OK
Home configured as Articles » Featured Articles OK
Home configured as Articles » Category Blog OK
In a new empty fresh install of 3.8.0 version:
Home configured as Articles » Single Article OK
Home configured as Articles » Featured Articles ERROR
Home configured as Articles » Category Blog ERROR
Fresh new install of Joomla_3.8.0-Stable-Full_Package.zip on:
May be it could be related to using PostgreSQL ?
Using Joomla_3.7.5-Stable-Full_Package.zip on the same machine with the same stack, and doing the same steps, works OK.
Status | Duplicate Report | ⇒ | Closed |
Closed_Date | 2017-09-22 06:05:44 | ⇒ | 2017-09-22 06:05:45 |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Status | New | ⇒ | Duplicate Report |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-22 06:05:44 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18056
closed as duplicated Report.
When I overwrite the file components/com_content/models/articles.php with the same file from @alikon (last commit of Pull Request #17902), all errors reported are fixed. Note that this file has another difference in line 270 from the original in 3.8.0
@alikon @csthomas Please check this.
@tormes Issue is related to using PostgreSQL.