17 May 2008, 15:15
#1
New Zenner
- Join Date:
- May 2008
- Posts:
- 3
- Plugin Contributions:
- 0
Session_start error message when trying to access Admin panel - help please!!
Hi,
I am in course of setting up a new shop, and am trying to access my Admin panel for the first time, but keep getting the undernoted error messages. (You can see them yourself if you type in http://www.funkychangingbags.co.uk/admin/).
Have looked at a few forums/posts and have tried the following with no success. Please can anyone help. Thanks.
I have tried:
1)Deleting all cookies and temporary internet files.
2) Resetting my includes/configure to:
define('HTTP_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTPS_SERVER', 'http://www.funkychangingbags.co.uk');
define('ENABLE_SSL', 'true');
and reset my admin/includes/configure to:
define('HTTP_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTPS_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTP_CATALOG_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTPS_CATALOG_SERVER', '');
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Error Messages:
Warning: session_start() [function.session-start]: open(/tmp\sess_ce7eaf3e7efdb7543a20ab86d4fa37b2, O_RDWR) failed: No such file or directory (2) in D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\admin\includes\init_includes\init_templates.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\admin\includes\functions\general.php on line 34
Warning: Unknown: open(/tmp\sess_ce7eaf3e7efdb7543a20ab86d4fa37b2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I am in course of setting up a new shop, and am trying to access my Admin panel for the first time, but keep getting the undernoted error messages. (You can see them yourself if you type in http://www.funkychangingbags.co.uk/admin/).
Have looked at a few forums/posts and have tried the following with no success. Please can anyone help. Thanks.
I have tried:
1)Deleting all cookies and temporary internet files.
2) Resetting my includes/configure to:
define('HTTP_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTPS_SERVER', 'http://www.funkychangingbags.co.uk');
define('ENABLE_SSL', 'true');
and reset my admin/includes/configure to:
define('HTTP_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTPS_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTP_CATALOG_SERVER', 'http://www.funkychangingbags.co.uk');
define('HTTPS_CATALOG_SERVER', '');
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Error Messages:
Warning: session_start() [function.session-start]: open(/tmp\sess_ce7eaf3e7efdb7543a20ab86d4fa37b2, O_RDWR) failed: No such file or directory (2) in D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\admin\includes\init_includes\init_templates.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at D:\virtualservers\funkychangingbags.co.uk\www\includes\functions\sessions.php:108) in D:\virtualservers\funkychangingbags.co.uk\www\admin\includes\functions\general.php on line 34
Warning: Unknown: open(/tmp\sess_ce7eaf3e7efdb7543a20ab86d4fa37b2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0