hi,
just installed, tweaking settings on site and found that when I visit the site i get this at the top:
); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); // define our database connection define('DB_TYPE', 'mysql'); define('DB_PREFIX', 'zen_'); define('DB_SERVER', '213.171.219.90'); define('DB_SERVER_USERNAME', 'm*****'); define('DB_SERVER_PASSWORD', 'm*******'); define('DB_DATABASE', 'P*******'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // use 'db' for best support, or '' for file-based storage // The next 2 "defines" are for SQL cache support. // For SQL_CACHE_METHOD, you can select from: none, database, or file // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash define('SQL_CACHE_METHOD', 'none'); define('DIR_FS_SQL_CACHE', '//nas30ent/domains/p/paws4pets.co.uk/user/htdocs/zencart/cache'); ?>
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at \\nas30ent\domains\p\paws4pets.co.uk\user\htdocs\zencart\includes\configure.php: 77) in \\nas30ent\domains\p\paws4pets.co.uk\user\htdocs\zencart\includes\functions\sess ions.php on line 108
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at \\nas30ent\domains\p\paws4pets.co.uk\user\htdocs\zencart\includes\configure.php: 77) in \\nas30ent\domains\p\paws4pets.co.uk\user\htdocs\zencart\includes\functions\sess ions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at \\nas30ent\domains\p\paws4pets.co.uk\user\htdocs\zencart\includes\configure.php: 77) in \\nas30ent\domains\p\paws4pets.co.uk\user\htdocs\zencart\includes\init_includes\ init_templates.php on line 78
Can anybody help me?



