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
Who is on first? :blink: What we seem to have here is a failure to communicate.
I do respect and appreciate the efforts made by everyone. Unfortunately, in each case I find the response provided either ambiguous or not fully specified or assuming nomenclature that is either idiosyncratic or unfamiliar to me and do not directly answer the questions quoted above. A direct answer would, for example, start with either the word "yes" or "no."
Final Exam :smile:
Assuming /html/ is the website root directory.
Assuming zencart is installed in the root directory.
Assuming that the zencart admin directory name has been changed from admin to adminxxx (for security reasons).
Assuming therefore that the following directory structure exists on the server:
/html/
/html/adminxxx/
/html/cache/
/html/docs/
/html/downloads/
/html/editors/
/html/email/
/html/extras/
/html/images/
/html/includes/
/html/media/
/html/pub/
Now, assuming that Module Manager is correctly installed:
Question 1.
What is the explicit location (including the complete directory path) for file named tpl_index.php
that previously resided in the zipped file with the path of
/module_manager/admin/includes/templates/templates/module_manager/
Question 2.
What is the explicit location (including the complete directory path) for file named ycustomer.php
that previously resided in the zipped file with the path of
/module_manager/includes/classes/
Thank you for your patients.