Here is the link..
dennyg.com/animal/catalog/zc_install_YIKS/techsupp.php
Printable View
Here is the link..
dennyg.com/animal/catalog/zc_install_YIKS/techsupp.php
create a new file, at /animal/catalog/admin/includes/local/ ... named configure.php
put only the following in it:What happens when you attempt admin login ?Code:<?php // These are for DEBUG ONLY - not for a live shop
define('SESSION_RECREATE', 'False');
No change.. It will not let me login..
Is your cache folder writable by all ? (chmod 777)
/home/sites/www.dennyg.com/web/animal/catalog/cache
Does it make any difference if you change that /admin/includes/local/configure.php file and add this below the line already there?:Code:// this is also for DEBUG ONLY -- not for a live shop
define('SESSION_USE_FQDN', 'False');
I just installed FireFox and it is doing the same as IE7.. Not letting me into the Admin but I can pull up the store and login..
I checked the cache folder and it is ok. I added the line to the config file and uploaded it.. NO Changes.. Still does not work..
Should I try a NEW Install?
A fresh install might help.
When you've been testing this, did you have the "www." in the URL, or just "dennyg.com" ? Does it make any difference either way ?
I have tried both ways and it makes no difference..
Truly bizarre, esp since the storefront works fine.
As a test, try adding this to that /.../local/configure.php file:Code:// this is a DEBUG idea ONLY - not for a live shop
define('STORE_SESSIONS', '');