Thread: Module Manager

Page 4 of 11 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 107
  1. #31
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Module Manager

    I posted the solution here:

    http://www.zen-cart.com/forum/showpo...&postcount=238


    It works for me. Used it to install the cross sell module :)

    I'll see if I can let the developer know of this bug.

  2. #32
    Join Date
    Jul 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Module Manager Installation

    Quote Originally Posted by dcrosbie View Post
    Hi knightro, I had the same problem, see my solution at: http://www.zen-cart.com/forum/showpo...&postcount=234

    Not the best solution probably, but it worked so that I could use the cross sell mod.
    Sorry, I forgot to quote my reply in the first place

    I posted a reply with an answer - post #31 (i.e. previous post )

    Cheers!

  3. #33
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Module Manager

    Quote Originally Posted by Dantes View Post
    I posted the solution here:

    http://www.zen-cart.com/forum/showpo...&postcount=238


    It works for me. Used it to install the cross sell module :)

    I'll see if I can let the developer know of this bug.
    Thank you so much, that solved my problem too.

  4. #34
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    red flag Re: Module Manager

    Hi:

    I'm using zc 1.3.8a on a linux server running cpanel.

    I wanted to upload the simple SEO URL mod and read the readme file carefully. Subsequently, I installed Shared Class rev182 and Module Manager. I'm assuming the creator of this mod wanted us to upload admin/template, a directory not previously present on the install.

    the readme for mdoule manager had this in the bottom
    2. you can also init and call module installer to automatically check and upgrade your module database each time the user visit certain page inside admin (for instance: your module manager page)

    require_once(DIR_WS_CLASSES.'module_installer.php');

    $module_installer = new module_installer();

    $module_installer->set_module('your_module_code_name_here'); // make sure you use the module code name as the name of the folder that contains your db patches and such

    $module_installer->upgrade_module();
    I have no idea what to do with that.

    when I logged into admin/tools/module manager, I now have the following errors showing at the top:
    Failed: 1
    ERROR: Cannot create table module_version_tracker because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Failed to set up version tracker table
    When I click on List all Modules, I get these errors:

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home2/tinamh/public_html/shop-lela/admin/includes/templates/templates/module_manager/tpl_list_modules.php on line 6

    Warning: Invalid argument supplied for foreach() in /home2/tinamh/public_html/shop-lela/admin/includes/templates/templates/module_manager/tpl_list_modules.php on line 7

    Warning: Invalid argument supplied for foreach() in /home2/tinamh/public_html/shop-lela/admin/includes/templates/templates/module_manager/tpl_list_modules.php on line 13
    Update
    when I click on install new module, additional error at the top says:

    Warning: Invalid argument supplied for foreach() in /home2/tinamh/public_html/shop-lela/admin/module_manager.php on line 34
    uh, what did I do wrong?

    I'm nearly done with this project and need to have the simple SEO URL installed by end of week.

    thanks
    Last edited by newagekat; 12 Aug 2008 at 01:35 AM.

  5. #35
    Join Date
    Nov 2005
    Location
    Vancouver, Canada
    Posts
    151
    Plugin Contributions
    0

    Default Re: Module Manager

    After reading several pages on this post, I uploaded the .keep file and some of the errors seem to have disapeared. however, I'm still stuck with a few. Since I need this to work in order to have the simple URL working and in order to have Moneris pmt module working, this would seem to be a serious road block.

    Under list all modules, the following error persist:
    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home2/tinamh/public_html/shop-lela/admin/includes/templates/templates/module_manager/tpl_list_modules.php6

    Warning: Invalid argument supplied for foreach() in /home2/tinamh/public_html/shop-lela/admin/includes/templates/templates/module_manager/tpl_list_modules.php7

    Warning: Invalid argument supplied for foreach() in /home2/tinamh/public_html/shop-lela/admin/includes/templates/templates/module_manager/tpl_list_modules.php13
    Update
    on line on line on line
    under install new modules this error persists:
    Warning: Invalid argument supplied for foreach() in /home2/tinamh/public_html/shop-lela/admin/module_manager.php on line 34
    can anyone offer a suggestion?

  6. #36
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Module Manager addon - Current_version.txt missing - help?

    I've successfully added Module Manager. Now when I try to install a mod, I am getting the same "current_version.txt" is missing in every mod I attempt. Is there a fix to this?

  7. #37
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Module Manager

    a question, please, but
    I have installed
    module manager rev15

    but with this I had to install before module manager alpha4?
    this rev 15 is only a patch?

    last question, when I click on list all modules nothing appears, does it look only mod installed with module manager?

    thank you

  8. #38
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Module Manager

    it goes so I know that it looks only mod with this way of installation, thanks.

  9. #39
    Join Date
    Jan 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: Module Manager

    Hi yellow,

    I'm getting this error...

    Error Failed: 1
    Error ERROR: Cannot create table module_version_tracker because it already exists
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Error Failed to set up version tracker table

    Any ideas on how to solve?

  10. #40
    Join Date
    Jan 2009
    Posts
    43
    Plugin Contributions
    0

    Default Re: Module Manager

    Quote Originally Posted by newagekat View Post

    when I logged into admin/tools/module manager, I now have the following errors showing at the top:
    Failed: 1
    ERROR: Cannot create table module_version_tracker because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Failed to set up version tracker table
    I am getting this error as well.

    I looked around some files and I found that module_version_tracker_tables.php file is under: admin/includes/extra_datafiles

    Any one know what to do with this file?

    or is it something completely different that needs to be adjusted...

    I cant seem to access any other pages on my website other than "home" page...

    is it same for you newagekat ??

 

 
Page 4 of 11 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. Need Module Manager Help
    By CustomBooks in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Jul 2010, 07:45 PM
  2. Installation of Module Manager
    By alimtlai in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Dec 2008, 06:39 AM
  3. Module Manager
    By enquirer66 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Apr 2008, 10:10 AM
  4. Module Manager
    By abduld in forum Basic Configuration
    Replies: 1
    Last Post: 24 Mar 2008, 10:49 AM

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