Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    156
    Plugin Contributions
    0

    Default FAQ Module not working in my v1.5.0

    Hi,
    I have just installed a fresh instal of zen cart 1.5.0 and I am adding plugins to it. I downloaded the FAQ module from the plugin section, uploaded all the files (except template_default), I changed the name of the admin folder to match the name of my admin folder and changed the MY_TEMPLATE folder to match the name of my override folder.

    When running the sql file there were problems, it said the was a syntax error around TYPE=MYISAM. I deleted TYPE=MYISAM and everything seemed to go through fine.

    I loged into my admin enabled the sidebox which is all fine but when I goto Admin-Extras there is nothing there for FAQ so I can't get onto the FAQ pages in my admin.

    Please can someone tell me is this module compatible with v1.5.0 and if so what I have done wrong or how I can fix the issue?

    Thanks

  2. #2
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: FAQ Module not working in v1.5.0

    TYPE=MyISAM is deprecated.

    ENGINE=MyISAM is the correct SQL statement.

    Instead of deleting the statement, just change it to the correct one and rerun your SQL statements.

  3. #3
    Join Date
    Jul 2007
    Posts
    156
    Plugin Contributions
    0

    Default Re: FAQ Module not working in v1.5.0

    I reran the sql file using ENGINE=MYISAM instead of TYPE=MYISAM but I still cannot see the FAQ manager in the admin-extras list.

    Does anybody have any other ideas how I can get this to work?

    Thanks

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: FAQ Module not working in v1.5.0

    I just tried to install it to a test site with the same result. it looks like this mod needs to be updated to work with Zencart version 1.5.0.

  5. #5
    Join Date
    Jul 2007
    Posts
    156
    Plugin Contributions
    0

    Default Re: FAQ Module not working in v1.5.0

    Does anyone know how I can get the FAQ manager to work on v1.5.0?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: FAQ Module not working in v1.5.0

    The module requires rewriting in several components:
    - installation code/instructions are required to link it into the new admin menu system used in v1.5. The new menu system now allows per-user control. But the only way to grant admin-user-specific control to modules is to tell the admin menu system about those modules, and then say which users can use them.
    - every admin file that uses a <form> to collect data needs to be adjusted to use zen_draw_form() properly, else the forms will not work: every time you click submit you'll be redirected to the admin home page.
    - and all the module's files, admin and non-admin, should be reviewed for security and efficiency. It looks like the module was based on very old Zen Cart code, and copied a lot of that older code to adapt it to other purposes; any old bugs in the old code that it was built upon will still be present in that adapted code. This really should be done even if using the module on v1.3.9 too.
    - and of course the SQL things mentioned already
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Gift Certificate FAQ Remove Not working right
    By dutchy in forum General Questions
    Replies: 4
    Last Post: 8 Apr 2011, 10:46 PM
  2. Age Limit FAQ CODE NOT WORKING
    By vpr2go in forum General Questions
    Replies: 2
    Last Post: 30 Aug 2009, 02:38 AM
  3. No working FAQ module?
    By skunkworx in forum General Questions
    Replies: 1
    Last Post: 18 Feb 2007, 10:39 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