Try clearing your browser cache and all cookies first.
Try clearing your browser cache and all cookies first.
You could try turning on the autoload debug. Edit /includes/application_top.php and change
toCode:/** * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only. */ define('DEBUG_AUTOLOAD', false);
and then refresh the page. That will result in the Zen Cart startup initialization sequence being output to the screen so that you can see where it's looping. Be sure to change it back to false once you're finished!Code:/** * boolean if true the autoloader scripts will be parsed and their output shown. For debugging purposes only. */ define('DEBUG_AUTOLOAD', true);
Thank you but logs are not being produced on the screen or on the server for Store related activities. I tried several browsers and computers. Strangely, I found log files for admin but none for the store.
I'm going to approach my Internet Service Provider for assistance. I'll update you if and when I learn more.
FYI - I just installed v1.3.9 and it works fine.
Thank you.
The problem was the thing between my chair and monitor :)
Somehow an incorrect index.php was in the root directory.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I had this problem once on the admin side in 1.5.3 because of an extra trailing / after the site name -
http://localhost/sitename//renamed-admin
Fixed by removing the extra / from admin/includes/configure.php.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
In making the changes made in accordance with ajeh's recommendations were they made to the files in the store's directory, or the store's admin directory? Further was the .htaccess in the store's directory still absent? Is the store installed in a subdirectory with a .htaccess one directory up? Without divulging the admin directory's path, is the admin directory only one folder deep from the store or deeper than that?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...