Thread: FAQ Manager

Results 1 to 10 of 369

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Pittsburgh
    Posts
    174
    Plugin Contributions
    0

    Default Re: FAQ Manager

    It's always a good idea to check how many have downloaded the module and search for posts before installing any non-stock feature. This will save you a lot of time as some are not compatible with newer versions, or not 100% tested and buggy.

  2. #2

    Default Re: FAQ Manager

    It doesn't work anymore right now. I did not design the actual contribution, I just changed a few lines of code to make it compatible with version 1.3.5. But it obviously does not work with 1.3.6. I would recommend uninstalling it until a fix is found. Sorry about all the confusion.

  3. #3
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Re: FAQ Manager

    It has worked for me and i'm using version 1.3.6. With this mod you have to be careful there is a file you have to mod application top. as far as the sql file it works also. if you want me to send you the file i have p.m me.

  4. #4
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I've this problem too
    1062 Duplicate entry 'SHOW_FAQ_COUNTS' for key 2
    in:
    [INSERT INTO configuration VALUES ('', 'Show FAQ Category Counts', 'SHOW_FAQ_COUNTS', 'true', 'Count recursively how many FAQs are in each FAQ category', @t4, 9, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    somebody have solution?
    I've zencart 1.3.5

  5. #5
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I uplaoded this mod and for some reason after i uploaded it me site just screw up see and i goot all these error messages...


    Warning: Variable passed to each() is not an array or object in /home/keepnitr/public_html/lextechs/includes/classes/db/mysql/query_factory.php on line 114

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/keepnitr/public_html/lextechs/includes/classes/db/mysql/query_factory.php:114) in /home/keepnitr/public_html/lextechs/includes/functions/sessions.php on line 102

    Warning: Cannot modify header information - headers already sent by (output started at /home/keepnitr/public_html/lextechs/includes/classes/db/mysql/query_factory.php:114) in /home/keepnitr/public_html/lextechs/includes/init_includes/init_templates.php on line 78

    Warning: Cannot modify header information - headers already sent by (output started at /home/keepnitr/public_html/lextechs/includes/classes/db/mysql/query_factory.php:114) in /home/keepnitr/public_html/lextechs/includes/classes/seo.url.php on line 1247

    Warning: Cannot modify header information - headers already sent by (output started at /home/keepnitr/public_html/lextechs/includes/classes/db/mysql/query_factory.php:114) in /home/keepnitr/public_html/lextechs/includes/classes/seo.url.php on line 1248


    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUC' at line 7
    in:
    [select p.products_id, pd.products_name, products_date_available as date_expected from products p, products_description pd where p.products_id = pd.products_id and p.products_status = 1 and pd.language_id = '1' and p.products_date_available >=20070108 order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCTS]


    Sometime the site looks like it's up but when i click a link i get the above. www.lextechs.com
    Lextechs.com Powered By ZenCart

  6. #6
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I had a problem with this FAQ mod as described here...

    then i found the problem.
    the FAQ mod is causing the main page to show up on other pages
    seems like the ../open-operations/faq_aplication_top.php is causing it
    when i removed the directory and disabled the box it started working normal again!

    is there a fix for this, as i do want to bring it back to my site?
    Last edited by Alik; 17 Jan 2007 at 06:04 AM.

  7. #7
    Join Date
    Feb 2005
    Location
    Lochgelly :: Fife :: Scotland :: UK
    Posts
    441
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by Alik View Post
    I had a problem with this FAQ mod as described here...

    then i found the problem.
    the FAQ mod is causing the main page to show up on other pages
    seems like the ../open-operations/faq_aplication_top.php is causing it
    when i removed the directory and disabled the box it started working normal again!

    is there a fix for this, as i do want to bring it back to my site?
    You need the extra application top to make sure the categories show properly, without it they wont show.

    Anyway open up includes/modules/pages/faq/main_template_vars.php and look for line number 129 (or around there) it will most probably say this:

    Code:
    $tpl_page_body = 'tpl_index_default.php';
    change it to this:

    Code:
    $tpl_page_body = 'tpl_faq_default.php';

    Once your on this page if all you have in the url parameter is:

    Code:
    index.php?main_page=faq
    change it to this:

    Code:
    index.php?main_page=faq&fcPath=0
    that will either show the list of faqs or the categories with there are no faqs at the top level.

    I am updating this faq manager to work better with the latest release and removing unwanted tables and also fixing the images problem, i'll let you know onjce its updated.

    Derek

  8. #8
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by iZilla_Pod View Post
    It doesn't work anymore right now. I did not design the actual contribution, I just changed a few lines of code to make it compatible with version 1.3.5. But it obviously does not work with 1.3.6. I would recommend uninstalling it until a fix is found. Sorry about all the confusion.
    I was really pleased to find this module and have it installed it. It was exactly what I wanted. Then I find out it doesn't work. Oh bugger.
    I have the latest Zen Cart installed.

  9. #9
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I have read through all the posts in this thread and can not find an answer to why I have the question showing and no answer and why "page not found" and site map shows up instead.

    Please help.
    Kind Regards

 

 

Similar Threads

  1. FAQ manager
    By louisapple in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 8 Apr 2009, 03:08 PM
  2. FAQ Manager error
    By tpascubarat in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jan 2008, 12:48 PM
  3. FAQ Manager ?
    By winky3d in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 26 Jul 2007, 02:33 PM
  4. Faq Manager Character Limit
    By jaywhy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 May 2007, 05:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg