Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2008
    Location
    Essex
    Posts
    41
    Plugin Contributions
    0

    Default Module Manager Installation Issue

    I am attempting to install the Simple SEO URL for Zencart but am having difficulties with the actual Module Manager. A while back I had to rename the admin directory in zen to admin1234 because of security issues. I therefore renamed the admin directory appropriately once I had downloaded the Module Manager installation files. I uploaded them onto my server and now when I go into Admin and attempt to use the Module Manager through tools I get the follow messgage "Warning: file(/home/safe006/public_html/admin1234includes/module_installation/install.sql) [function.file]: failed to open stream: No such file or directory in /home/safe006/public_html/admin1234/includes/classes/module_installer.php on line 201
    Error Error: Nothing to do - no query or query-file specified.
    Error Failed to set up version tracker table" Please help, am I doing something very wrong? All the files appear to be in place on the server but I cannot see what is wrong.
    Last edited by Ajeh; 14 Jan 2010 at 04:18 PM. Reason: Typo

  2. #2
    Join Date
    Sep 2008
    Location
    Essex
    Posts
    41
    Plugin Contributions
    0

    Default Re: Module Manager Installation Issue

    Issue now sort. Ken at Rubik Integration advised as follows:-

    "You may need to check your adminfolder/includes/configure.php file, the error seems to be in there. Check to make sure all the relative and absolute path is correct

    Lok at this:

    /home/safe006/public_html/*adminsomething*includes/module_installation/install.sql

    You can see it should be /home/safe006/public_html/*adminsomething*/includes/module_installation/install.sql"

    That was it! The " define('DIR_FS_ADMIN', '/home/safe006/public_html/*adminsomething*/" lines was missing the "/" on the end. I did notice that that was missing in the error but did not know how to correct it.
    Last edited by Ajeh; 14 Jan 2010 at 04:19 PM.

  3. #3
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Module Manager Installation Issue

    And now just make sure you rename your admin to something else....

  4. #4
    Join Date
    Sep 2008
    Location
    Essex
    Posts
    41
    Plugin Contributions
    0

    Default Re: Module Manager Installation Issue

    Indeed.

  5. #5

    Default Re: Module Manager Installation Issue

    Hi all,

    If anyone could assist me it would be fantastic..

    I have installed the module manager onto my site using the instructions provided but I keep getting the following error whenever I click on install new modules.

    includes/module_installation/modules/current_version.txt is missing

    Module version could not be found in file and database

    Found and attempted to install 2 new modules.

    I am also unsure what I am supposed to do with this code to get it to work for me.


    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 hope someone can put an end my frustration

    Cheers
    Bruce

  6. #6
    Join Date
    Oct 2008
    Posts
    187
    Plugin Contributions
    0

    Default Re: Module Manager Installation Issue

    Trying to install MM I get this:

    1146 Table 'aap_zencart.module_version_tracker' doesn't exist
    in:
    [SELECT * FROM module_version_tracker]
    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.

    Can someone work out where I alter something?

  7. #7
    Join Date
    Jan 2010
    Posts
    15
    Plugin Contributions
    0

    Default Re: Module Manager Installation Issue

    Quote Originally Posted by tpeck View Post
    Trying to install MM I get this:

    1146 Table 'aap_zencart.module_version_tracker' doesn't exist
    in:
    [SELECT * FROM module_version_tracker]
    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.

    Can someone work out where I alter something?
    I have the same problem..
    I fix it 14 day ago on another installation but i do not remember how

  8. #8
    Join Date
    May 2009
    Location
    North Las Vegas, NV
    Posts
    44
    Plugin Contributions
    0

    Default Re: Module Manager Installation Issue

    Had the same problem (Table 'abc_xyz.module_version_tracker' doesn't exist).

    Here's how I fixed it. Find this file:

    .../YOUR_ADMIN/includes/module_installation/install.sql

    Then run the contents of the file on your database, via phpMyAdmin or Zen Cart's Admin tool "Install SQL Patches" (under Tools).

    Just for reference, here's the SQL install code:
    CREATE TABLE IF NOT EXISTS module_version_tracker (
    ID int(10) NOT NULL auto_increment,
    module_code varchar(255) NOT NULL,
    patch_level int(10) NOT NULL,
    version_name varchar(255),
    PRIMARY KEY (ID),
    UNIQUE (module_code)
    ) ENGINE=MyISAM;
    You're Welcome!

 

 

Similar Threads

  1. v151 Shipping Boxes Manager 2.3.5 Installation Error
    By jodean in forum Addon Shipping Modules
    Replies: 8
    Last Post: 8 Jan 2016, 11:42 PM
  2. Yellow1912 Module Manager Installation Issue
    By tcjay in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 23 Oct 2010, 03:10 PM
  3. Installation of Module Manager
    By alimtlai in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Dec 2008, 06:39 AM
  4. Media Manager Issue
    By Scooby Doo in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 4 May 2007, 07:18 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