megashop Posted August 31, 2005 Share Posted August 31, 2005 Warning: session_start(): open(/tmp\sess_02925061bedc0afa61eb3fb5ccf78a90, O_RDWR) failed: No such file or directory (2) in C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\filenames.php:78) in C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\filenames.php:78) in C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\functions\sessions.php on line 67 (!)Warning : Uyarı: Seasons klas?r? yok: /tmp. Sessions bu klas?rler yaratılıncaya kadar ?alışmayacak. ---------------------------------------------------------------------- and bottom of page there ar : Warning: session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\functions\sessions.php on line 106 Warning: session_write_close(): open(/tmp\sess_02925061bedc0afa61eb3fb5ccf78a90, O_RDWR) failed: No such file or directory (2) in C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\functions\sessions.php on line 106 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in C:\Inetpub\vhosts\megaeroticshop.com\httpdocs\includes\functions\sessions.php on line 106 ------------------------------------------------------------------------------- have to change "register_globals on"??? How can ii configure the sessions? What's problem with sessions? I could't find. What can i do? Can't open "acoount.php", "cart.php" can't add anything. Pls Help. Thanx. Link to comment Share on other sites More sharing options...
♥Vger Posted August 31, 2005 Share Posted August 31, 2005 In both of your configure.php files, change the last line to read 'mysql' where indicated and this will store sessions in the database and not in a 'tmp' folder - which will remove the error messages. Only when you've done that will we be able to tell whether Register Globals is enabled on your server or not. Vger Link to comment Share on other sites More sharing options...
megashop Posted August 31, 2005 Author Share Posted August 31, 2005 In both of your configure.php files, change the last line to read 'mysql' where indicated and this will store sessions in the database and not in a 'tmp' folder - which will remove the error messages. Only when you've done that will we be able to tell whether Register Globals is enabled on your server or not. Vger <{POST_SNAPBACK}> Thank you! But i find 3 configuration file and i'have done changes. In top of main page i see this error ------------------- Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\megaeroticshop.com\includes\filenames.php:78) in c:\program files\easyphp1-8\www\megaeroticshop.com\includes\functions\general.php on line 1174--------------- _______________________________________________________________________________ and when i tried to login or, add something to cart or checkout.php then gives; Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\megaeroticshop.com\includes\filenames.php:78) in c:\program files\easyphp1-8\www\megaeroticshop.com\includes\functions\general.php on line 1174 Warning: Cannot modify header information - headers already sent by (output started at c:\program files\easyphp1-8\www\megaeroticshop.com\includes\filenames.php:78) in c:\program files\easyphp1-8\www\megaeroticshop.com\includes\functions\general.php on line 29 thanx.. Link to comment Share on other sites More sharing options...
♥Vger Posted August 31, 2005 Share Posted August 31, 2005 Network --> Knowledge Base --> Common Problems --> Headers already sent Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.