Search found 10 matches
- Fri Apr 11, 2014 4:26 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
Sorry, my grammar wasn't very good in the last post. I have tried it and works without the Group By clause.
- Thu Apr 10, 2014 6:53 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
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?
- Thu Apr 10, 2014 5:17 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
No change
- Thu Apr 10, 2014 5:06 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
The error was for the Group By clause
- Thu Apr 10, 2014 4:42 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
I output the query as faq.php is generating it:
SELECT
fd.id AS id,
fd.lang AS lang,
fd.sticky AS sticky,
fd.thema AS thema,
fcr.category_id AS category_id,
fv.visits AS visits
FROM
slcfaqdata AS fd
LEFT JOIN
slcfaqcategoryrelations AS fcr
ON
fd.id = fcr.record_id
AND
fd.lang = fcr ...
SELECT
fd.id AS id,
fd.lang AS lang,
fd.sticky AS sticky,
fd.thema AS thema,
fcr.category_id AS category_id,
fv.visits AS visits
FROM
slcfaqdata AS fd
LEFT JOIN
slcfaqcategoryrelations AS fcr
ON
fd.id = fcr.record_id
AND
fd.lang = fcr ...
- Thu Apr 10, 2014 3:46 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
PHP log shows - "[10-Apr-2014 16:45:25 Europe/Berlin] phpMyFAQ warning: sqlsrv_num_rows() expects parameter 1 to be resource, boolean given in C:\phpmyfaq\inc\PMF\DB\Sqlsrv.php on line 206"
- Tue Apr 08, 2014 4:19 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
Without logging in I see no category content in the main panel, but the FAQs populate properly in the Sticky, Latest, and Most popular FAQs panels. Same when I log in.
If I log in and go to Administration -> Edit existing FAQs, I see the categories listed with the correct number of FAQs, and the ...
If I log in and go to Administration -> Edit existing FAQs, I see the categories listed with the correct number of FAQs, and the ...
- Mon Apr 07, 2014 7:28 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
For security reasons it is not publicly accessible. I know that makes it harder to troubleshoot, but can't be avoided unfortunately. Is there something I can run as a test?
- Mon Apr 07, 2014 4:03 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Re: Category Content Missing
Thanks for the response Thorsten. Unfortunately it's still not showing the individual KBs. Tried IE and Chrome after making change, recycling app pool and restarting website.
- Wed Apr 02, 2014 9:04 pm
- Forum: Webserver and configuration
- Topic: Category Content Missing
- Replies: 20
- Views: 31427
Category Content Missing
Hi Folks,
I'm new to PHPMyFAQ and this forum. I tried searching but couldn't find a solution (possibly just don't know the right keywords yet).
When I click on a category, it tells me how may FAQs there are, but doesn't actually display links to them. The 2 FAQs I've created show up in search and ...
I'm new to PHPMyFAQ and this forum. I tried searching but couldn't find a solution (possibly just don't know the right keywords yet).
When I click on a category, it tells me how may FAQs there are, but doesn't actually display links to them. The 2 FAQs I've created show up in search and ...