Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Debugging errors


johanbo

Recommended Posts

Someone please help, I'm getting tthis messages when I use the administration tool:

Warning: session_start() [function.session-start]: open(/tmp\sess_mlrgb5lvj36mkdsd7falpk4n70, O_RDWR) failed: No such file or directory (2) in D:\Apache\Apache2\htdocs\oscommerce\catalog\admin\includes\functions\sessions.php on line 67

 

Fatal error: Cannot re-assign $this in D:\Apache\Apache2\htdocs\oscommerce\catalog\admin\includes\classes\upload.php on line 31

 

Warning: Unknown: open(/tmp\sess_mlrgb5lvj36mkdsd7falpk4n70, 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

 

Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0

 

What are the problems? How do I solve thyem. I'm new to this and have just completed the first steps of installing and going through all the admin procedures.

 

Thanks a lot for help today.

Link to comment
Share on other sites

For the first error make the last line of both configure.php files read 'mysql' where indicated. This stores sessions in the database and not in files.

 

For the second error read the '$this in uploads.php' link below my name.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...