Search found 2 matches

by abc123
Sun Sep 24, 2006 8:37 pm
Forum: PHP - Code
Topic: osCommerce trouble
Replies: 3
Views: 573

When a session is created a file is written to a directory specified in the php.ini session.save_path = "\xampp\tmp" You need to make sure the folder exists and that there are sufficient rights. Also make sure that you use / (Linux) or \ (windows) according to the operating system you are...
by abc123
Fri Sep 22, 2006 1:29 am
Forum: PHP - Code
Topic: osCommerce trouble
Replies: 3
Views: 573

osCommerce trouble

I have a osCommerce code. But when I run, it show some errors and warnning. I recive some eorros such as: Warning: session_start(): open(/tmp\sess_d91fdf4d3af8ba86cc6649a2d2967bcc, O_RDWR) failed: No such file or directory (2) in E:\www\os5\includes\functions\sessions.php on line 67 Warning: session...