Thread: Module Manager

Results 1 to 10 of 107

Threaded View

  1. #14
    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.

 

 

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