Jingcomics Posted January 25, 2005 Posted January 25, 2005 i have installed the oscommerce but it give me this errors Warning: session_start(): open(/tmp\sess_7262016618f50037412063feaec305f9, O_RDWR) failed: No such file or directory (2) in D:\Inetpub\webs\animeitait\public\shipping\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Inetpub\webs\animeitait\public\shipping\catalog\admin\includes\functions\sessions.php:67) in D:\Inetpub\webs\animeitait\public\shipping\catalog\admin\includes\functions\sessions.php on line 67 Warning: Unknown(): open(/tmp\sess_7262016618f50037412063feaec305f9, 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 how i can repair and hide this write ?
♥Vger Posted January 25, 2005 Posted January 25, 2005 On the last line of both of your configure.php files set STORE SESSIONS to 'mysql' Vger
Jingcomics Posted January 25, 2005 Author Posted January 25, 2005 thx but it give me also this error Warning: session_start(): open(/tmp\sess_34273a80a0eff34da6cfb4d3f324507c, O_RDWR) failed: No such file or directory (2) in D:\Inetpub\webs\animeitait\public\shipping\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Inetpub\webs\animeitait\public\shipping\catalog\admin\includes\functions\sessions.php:67) in D:\Inetpub\webs\animeitait\public\shipping\catalog\admin\includes\functions\sessions.php on line 67 Warning: Unknown(): open(/tmp\sess_34273a80a0eff34da6cfb4d3f324507c, 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 BUT NOW ONLY IN THE ADMINISTRATOR PAGE
Jingcomics Posted January 25, 2005 Author Posted January 25, 2005 ok i have change also the config in admin folder now go also but some link is broken
Jingcomics Posted January 25, 2005 Author Posted January 25, 2005 plz see my oscommerce for see the broken link and give me a solution http://www.animeita.it/public/shipping/catalog/
Jingcomics Posted January 25, 2005 Author Posted January 25, 2005 how i can secure the administrator page with a password ?
avoisin Posted January 25, 2005 Posted January 25, 2005 how i can secure the administrator page with a password ? <{POST_SNAPBACK}> Use a .htaccess file. Lots of search results on Google to help you out with those!
Jingcomics Posted January 25, 2005 Author Posted January 25, 2005 i have another error and i have try to resolve but is difficult Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in D:\Inetpub\webs\animeitait\catalog\includes\classes\email.php on line 502 Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in D:\Inetpub\webs\animeitait\catalog\includes\classes\email.php on line 502 Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\webs\animeitait\catalog\includes\classes\email.php:502) in D:\Inetpub\webs\animeitait\catalog\includes\functions\general.php on line 29 i see it in http://www.xxxxx.it/catalog/checkout_process.php
Guest Posted February 7, 2005 Posted February 7, 2005 i have another error and i have try to resolve but is difficultWarning: mail(): SMTP server response: 501 5.5.4 Invalid Address in D:\Inetpub\webs\animeitait\catalog\includes\classes\email.php on line 502 Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in D:\Inetpub\webs\animeitait\catalog\includes\classes\email.php on line 502 Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\webs\animeitait\catalog\includes\classes\email.php:502) in D:\Inetpub\webs\animeitait\catalog\includes\functions\general.php on line 29 i see it in http://www.xxxxx.it/catalog/checkout_process.php <{POST_SNAPBACK}> I found a solution on the Dutch boards that worked for me - go to around line 470 of includes/classes/email.php and find this text /*** Sends the mail. */ function send($to_name, $to_addr, $from_name, $from_addr, $subject = '', $headers = '') { $to = (($to_name != '') ? '"' . $to_name . '" <' . $to_addr . '>' : $to_addr); $from = (($from_name != '') ? '"' . $from_name . '" <' . $from_addr . '>' : $from_addr); then change the line starting with $to to read as follows: $to = '<' . $to_addr . '>'; Not exactly sure how it works, something to do with the SMTP protocol, but it worked for me anyway.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.