My store was configured as /store/ and I'm in the process of moving it to the root. I edited the store/includes/configure.php and store/admin/includes/configure.php to remove "/store" in all locations and recopied.
Moved all the directories down, copied fix_cache_key.php to the root and when I ran it got these errors:
Eeek!Code:[02-Dec-2009 12:04:05] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /.../fix_cache_key.php:43) in /.../includes/functions/sessions.php on line 108 [02-Dec-2009 12:04:05] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /.../fix_cache_key.php:43) in /.../includes/functions/sessions.php on line 108 [02-Dec-2009 12:04:05] PHP Warning: Cannot modify header information - headers already sent by (output started at /.../fix_cache_key.php:43) in /homepages/16/d297247521/htdocs/includes/init_includes/init_templates.php on line 78 [02-Dec-2009 12:04:05] PHP Warning: Cannot modify header information - headers already sent by (output started at /.../fix_cache_key.php:43) in /homepages/16/d297247521/htdocs/includes/functions/functions_general.php on line 44




