Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error-warning


Jingcomics

Recommended Posts

Posted

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 ?

Posted

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

Posted

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

  • 2 weeks later...
Posted
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

 

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...