I have added a new category in the knowledge base as Admin
im not seeing any option to add FAQ under the category. please check
you need to add a category first.

I have already added the category but still not showing . snapshots attached in the next comment
Get Outlook for iOS
On Thu, Oct 27, 2016 at 8:56 PM +0530, "jakobii" [email protected] wrote:
you need to add a category first.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.


Also these categories dont get listed in the list as below

Is this 907ec36? (Admin Panel -> Dashboard -> Information)
Did you search issues? https://github.com/osTicket/osTicket/issues/3338
yes 907ec36
Fix can be found at faq: Fix crash rendering list of categories #3216
Just change Line 144 of include/staff/faq-categories.inc.php
FROM
->all();
TO
->getIterator();
thanks hope this should work for listing the categories and also solve the FAQ creation problem


once you create a category, go back to the FAQ's page click on the category you just created, then you should see the button "Add New FAQ"
@ramkinavy This issue has been fixed on the tip of develop branch.
Most helpful comment
Fix can be found at faq: Fix crash rendering list of categories #3216
Just change Line 144 of
include/staff/faq-categories.inc.phpFROM
->all();TO
->getIterator();