Avatar

Tag bug (Technical Issues)

by Micha ⌂, Bad Vilbel, Monday, January 08, 2018, 17:46 (2297 days ago) @ Bogey

Hi,

Expression #2 of ORDER BY clause is not in SELECT list, references column 'ft.time' which is not in SELECT list; this is incompatible with DISTINCT

Is that a bug in the new version?

Its not a feature and we have a ticket on github. Maybe, you can fix it as Auge has suggested: In search.inc.php line 209 and 220, there are the following statements:

ORDER BY tid DESC, ft.time ASC

can you modify these lines to:

ORDER BY tid DESC, time ASC

(just remove the alias-name ft)

Good to see this forum by the way. What happened with mylittleforum.net?

I'm sorry, we don't know. We are still waiting for feedback from Alex.

/Micha

--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences


Complete thread:

RSS Feed of thread