osTicket (v1.10-rc.3) - Unable to add FAQs. No option

Created on 27 Oct 2016  Â·  11Comments  Â·  Source: osTicket/osTicket

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

FAQ bug

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.php

FROM
->all();
TO
->getIterator();

All 11 comments

you need to add a category first.

selection_003

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.

screen shot 2016-10-27 at 9 18 10 pm
screen shot 2016-10-27 at 9 18 00 pm

Also these categories dont get listed in the list as below
screen shot 2016-10-27 at 9 19 59 pm

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

selection_004
selection_005
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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

roman-1983 picture roman-1983  Â·  5Comments

Taps7734 picture Taps7734  Â·  5Comments

jamesangi picture jamesangi  Â·  5Comments

lifeofguenter picture lifeofguenter  Â·  4Comments

SysEngDan picture SysEngDan  Â·  5Comments