Any ideas? Or anywhere else I can ask?
Any ideas? Or anywhere else I can ask?
Your /{renamed admin}/includes/configure.php file probably has the wrong path specified for DIR_FS_CATALOG and/or DIR_WS_CATALOG.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks for the reply,
I've just checked and have these entries:
These look right to me?Code:define('DIR_WS_CATALOG', 'shop/'); define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/domain.ext/httpdocs/shop/');
Any other ideas, or suggestions for what I can try?
Excellent, thank you.
The reason that didn't look wrong to me is that the other entries in config.php are:
But I get into admin just fine.define('DIR_WS_ADMIN', 'shop/{renamed-admin}/');
define('DIR_WS_CATALOG', 'shop/'); <-- changed this
define('DIR_WS_HTTPS_ADMIN', 'shop/{renamed-admin}/');
define('DIR_WS_HTTPS_CATALOG', 'shop/');
I'm having a problem where when I click "browse server" it downloads the browser.html file instead of opening the browser server window.
Any ideas what the problem is here?
Everything else appears to be working fine.
Let me know if you need more info.
Strange. I thought I had looked through the whole thread but I didn't see that it had been resolved above.
However, it still does not work for me. I am quite positive I have the paths mentioned above put in correctly but I still have this problem. Any ideas?