Could it be the double slashes in this line in includes/config.php?
define('DIR_WS_CATALOG', '//');
define('DIR_WS_HTTPS_CATALOG', '//');
![]()
Could it be the double slashes in this line in includes/config.php?
define('DIR_WS_CATALOG', '//');
define('DIR_WS_HTTPS_CATALOG', '//');
![]()
Yes, those double slashes will be the problem.
.
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.
OK, thanks for the confirm. I changed those two lines to:
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
Now the problem has disappeared. Mystery solved. Thanks!
How did those double slashes get in there? Is this something that my webhost's auto-install creates? Or is it a mis-type in the zen 1.3.8 original config file?
I would guess it must be my webhost's problem since it does not seem like anyone else here has mentioned it (except for the guy who started this thread, but his problem was different).
For the benefit of others, I also had to make the same changes in the admin/includes/configure.php file to prevent these double slashes from appearing in the admin pages.
Just double checked the zencart 1.3.8a original files from the zencart download, and those files (dist-config.php and dist-configure.php) only have single slashes instead of the incorrect double slashes. So the problem was created by bluehost's auto-install of zencart.