Guest Posted January 15, 2004 Share Posted January 15, 2004 I changed the main domain of my hosting package and was told all i had to do was put the new url in config.php as the script was looking for the images from my other domain which is now parked. but now i get this error Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home2/fazer6/public_html/toys/includes/configure.php:48) in /home2/fazer6/public_html/toys/includes/functions/sessions.php on line 67 my configure.php file looks like this <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://elitevibes.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://elitevibes.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'elitevibes.com'); define('HTTPS_COOKIE_DOMAIN', 'elitevibes.com'); define('HTTP_COOKIE_PATH', '/toys/'); define('HTTPS_COOKIE_PATH', '/toys/'); define('DIR_WS_HTTP_CATALOG', '/toys/'); define('DIR_WS_HTTPS_CATALOG', '/toys/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home2/fazer6/public_html/toys/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); what have i done wrong? Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 you possibly have empty space at the end of your configure.php, go to the end of the file, just after the ?> and then press the delete key a few times, then save the file, see what happens Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 there were a couple of spaces at the end so i deleted them and i'm still getting the same error. i think i might have to just start again i have absolutly no idea what i'm looking for. none of the images work any more now either. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.