Quote Originally Posted by Zean View Post
Please note that indeed there is a file of size 0 (zero). However, it appears that it is suppose to be size zero since the original zip file for this mod also shows it to have a size of 0.
That file can be found in the original zip file at: /module_manager/adminxxx/includes/templates/templates/module_manager/tpl_index.php
a copy of that file now resides on my server at:
/html/module_manager/adminxxx/includes/templates/templates/module_manager/tpl_index.php
where /html/ is my website root directory and is the directory zencart is installed.

My server "file manager" show the directories you mentioned, "adminxxx/includes/module_installation and adminxxx/includes/templates/templates" by which I'm inferring you mean:
/html/module_manager/adminxxx/includes/module_installation/
and
/html/module_manager/adminxxx/includes/templates/templates/

to both have permissions set as follows:

Owners permissions: Read Write Execute
Others permissions: Read Execute

Also, Filezilla (which I use for ftp) shows them as having permissions: drwxr-xr-x

If I am not mistaken the above permissions are consistent with the Octal notation:755.

So all this seems to check out but Module Manager is still DOA.

Any other suggestions for resuscitation are certainly welcome. Thanks again for your efforts.
Hey barco, thank you. Are you saying that despite the zipped files having a directory structure that includes as its root directory /module_manager/ that in fact the directory structure of the download is incorrect and that it must be pruned by discarding it root directory?

For example, as discussed in my earlier post quoted above, I stored the Module Manager file named tpl_index.php
that resided in the zipped file with the path of
/module_manager/admin/includes/templates/templates/module_manager/

into my server at:

/html/module_manager/adminxxx/includes/templates/templates/module_manager/tpl_index.php

where /html/ is my website root directory and is the directory zencart is installed and adminxxx is the same character string as names my admin directory.

Are you saying that was the wrong thing to do? And, that instead the file named tpl_index.php belongs in the following directory:
/html/adminxxx/includes/templates/templates/module_manager/tpl_index.php ??????

Thanks again