Zean:
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
For the benefit of future newbies, here are the answers I came up with.
Question: 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 its root directory?
Answer: Yes.
Question: Are you saying that the file named tpl_index.php belongs in the following directory:
/html/adminxxx/includes/templates/templates/module_manager/tpl_index.php
Answer: Yes.
For full context you have to start reading the thread beginning July 30.