Page 2 of 2
					
				Re: Category Content Missing
				Posted: Thu Apr 10, 2014 6:53 pm
				by ajhven
				If I remove the GROUP BY clause on line 364 of faq.php and pages are now showing properly.  Is this group by clause necessary?
			 
			
					
				Re: Category Content Missing
				Posted: Fri Apr 11, 2014 9:02 am
				by Thorsten
				Hi,
let's try it by removing the GROUP BY clause, I'll fix it for 2.8.9.
bye
Thorsten
			 
			
					
				Re: Category Content Missing
				Posted: Fri Apr 11, 2014 4:26 pm
				by ajhven
				Sorry, my grammar wasn't very good in the last post.  I have tried it and works without the Group By clause.
			 
			
					
				Re: Category Content Missing
				Posted: Fri Apr 11, 2014 5:07 pm
				by Thorsten
				Hi,
yes, it also works for MySQL, will check PostgreSQL and SQLite later.
bye
Thorsten
			 
			
					
				Re: Category Content Missing
				Posted: Mon Aug 04, 2014 5:11 pm
				by daemontux
				I was having this same issue in 2.8.11 and 2.8.12 after migrating to a different server.  When clicking on any category, none of the FAQs in that category were listed, but they did come up in searches.
This thread led me to faq.php where I tried tweaking the query a bit.  I removed the $order line and all FAQs are now displaying when browsing by category again.
IIS7.5+PHP5.5.11+sqlsrv
Thanks,
Brett Rogers
			 
			
					
				Re: Category Content Missing
				Posted: Tue Aug 05, 2014 7:52 pm
				by Thorsten
				Hi,
did you remove only the line with the ORDER?
bye
Thorsten