Thread: FAQ Manager

Page 1 of 2 12 LastLast
Results 1 to 10 of 369

Hybrid View

  1. #1
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Idea or Suggestion Re: FAQ Manager I believe this will fix our problem

    Long story short, I simply replaced "INSERT" with "REPLACE" in the faq_manager.sql file and it worked like a charm. I am attaching the updated faq_manager.sql file.
    Worked for me BUT USE AT YOUR OWN RISK.
    Attached Files Attached Files

  2. #2
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Default Re: FAQ Manager I believe this will fix our problem

    Well before anyone runs and does this. It did work but it also failed.
    It did install data to mysql but at the same time it also replaced data already there. So my fix is a start but IT DID NOT WORK.
    Can someone with alot more experience give this a crack?
    Thanks!

  3. #3
    Join Date
    Jun 2004
    Location
    Irvine, Scotland
    Posts
    115
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I'm Getting this error on where the sidebox should appear...

    1054 Unknown column 'p.products_date_available' in 'where clause'
    in:
    [select p.faqs_id from faqs p where p.faqs_status = '1' and p.products_date_available >=20061104 limit 1]

    Any ideas

  4. #4

    Default Re: FAQ Manager

    Fatal error: Cannot instantiate non-existent class: faq_category_tree in /home/fuzzibunz/www/www/store/includes/modules/sideboxes/faq_categories.php on line 22


    I'm getting the above error, so my index doesn't load fully and I have no idea if this mod will work.

    Anyone have a fix for this? I am running 1.3.6 and the site in question is www.fuzzibunzdepot.com

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

    Default Re: FAQ Manager

    Quote Originally Posted by boyemillar View Post
    I'm Getting this error on where the sidebox should appear...

    1054 Unknown column 'p.products_date_available' in 'where clause'
    in:
    [select p.faqs_id from faqs p where p.faqs_status = '1' and p.products_date_available >=20061104 limit 1]

    Any ideas

    This is a known bug and i'll also get this changed, this piece of code:


    Code:
    p.products_date_available
    needs to be changed to

    Code:
    p.faqs_date_available
    i'll try and make an effort to get this contrib updated and looking good.

    Derek
    perfectdesigning.net

  6. #6
    Join Date
    Oct 2005
    Location
    Germany
    Posts
    60
    Plugin Contributions
    0

    Default Re: FAQ Manager

    The changes in application_top.php have as a result, that the text on main page is shown also on every main-category page. This is not what I want. How can we solve this problem. For this time i comment out the changes in application_top and deactivate the FAQ-Sidebox.

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

    Default Re: FAQ Manager

    Quote Originally Posted by michaelhl View Post
    The changes in application_top.php have as a result, that the text on main page is shown also on every main-category page. This is not what I want. How can we solve this problem. For this time i comment out the changes in application_top and deactivate the FAQ-Sidebox.
    Do you have a url?

    I dont have this loaded on a test server, hence the lack of support, but will do by the end of the year.

    Derek

  8. #8
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I'm getting this error when I turn on the FAQ sidebox

    Fatal error: Cannot instantiate non-existent class: faq_category_tree in /home/divabou/public_html/Catalog/includes/modules/sideboxes/faq_categories.php on line 22

    I can I correct this so that it can work?
    Diva Boutiques
    www.divaboutiques.com

  9. #9
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Quote Originally Posted by michaelhl View Post
    The changes in application_top.php have as a result, that the text on main page is shown also on every main-category page. This is not what I want. How can we solve this problem. For this time i comment out the changes in application_top and deactivate the FAQ-Sidebox.

    I was having the problem with my main page text showing on the category pages as well and I made this change so that I could still use the FAQ Manager SideBox

    II changed the variable

    $show_welcome to $show_faq_welcome

    for all of the FAQ file instances and it seems to be working. I will continue to test this change and would love for anyone else experiencing this issue to test it as well.

  10. #10
    Join Date
    Mar 2005
    Posts
    32
    Plugin Contributions
    0

    Default Re: FAQ Manager

    [QUOTE=Dehaw;293636]This is a known bug and i'll also get this changed, this piece of code:


    Code:
    p.products_date_available
    needs to be changed to

    Code:
    p.faqs_date_available
    I did a search in the files for p.products_date_available but could not find it in the files..

    I solved this now by adding a field p.products_date_available in the faq table and now it works perfectly

    Still want to know which file contains the where clause that include p.products_date_available

 

 
Page 1 of 2 12 LastLast

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