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.
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.
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 bottom2. 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)I have no idea what to do with that.
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();
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.
When I click on List all Modules, I get these errors:Failed to set up version tracker table
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 6when 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/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
Warning: Invalid argument supplied for foreach() in /home2/tinamh/public_html/shop-lela/admin/module_manager.php on line 34uh, 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.
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.php6on line on line on line
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
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?
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?
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![]()
it goes so I know that it looks only mod with this way of installation, thanks.
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?
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 ??