I was developing Zencart on a subdomain I set up for this purpose (sub.example.net). I decided for various reasons that I'd actually rather have it run in a subdirectory (example.net/store). I check the help files and so forth, and followed the steps, fixed the configuration.php, moved the files, etc.
Then I ran fix_cache_key and go these errors:
Uhm... okay.... the rest of it seemed to work all right. Hmm.Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /www/example.net/htdocs/shop/fix_cache_key.php:43) in /www/example.net/htdocs/shop/includes/functions/sessions.php on line 102
Warning: Cannot modify header information - headers already sent by (output started at /www/example.net/htdocs/shop/fix_cache_key.php:43) in /www/example.net/htdocs/shop/includes/init_includes/init_templates.php on line 78
So I looked at the site in the new location and it seemed to be all right, but when I try to log in to example.net/store/admin/ it goes back to sub.example.net/admin/ for some weird reason. I can, in fact, log in, and I did go to Admin > Sessions and the cache setting is correct, so it seems that fix_cache_key worked, but I can't figure out why it keeps bouncing me to the old admin (I did look through admin/configuration.php but didn't see anything obvious there).
I'm really scratching my head over this one, though it may be something really simple and obvious, but I looked through the help files and didn't find anything that semed to fit the problem.
Suggestions?
Thanks.
bonni



