Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dumb question?


surfstu

Recommended Posts

have not yet managed to get to the admin page, seems to be a problem creating the session

 

Warning: session_start() [function.session-start]: open(/tmp\sess_6fb9e943946f04f43cd94de5136739c0, O_RDWR) failed: No such file or directory (2) in c:\wamp\www\catalog\includes\functions\sessions.php on line 67

 

any clues? and.... am i mad thinking i can get to grips with this having no php experience?

 

cheers stuart

Link to comment
Share on other sites

This is usually fixed by editing includes/configure.php and admin/includes/configure.php to make sure the last line looks like the following:

 

define('STORE_SESSIONS', 'mysql');

 

 

genius!! has fixed all my errors except one!

 

Fatal error: Cannot re-assign $this in c:\wamp\www\catalog\admin\includes\classes\upload.php on line 31

 

thanks by the way...

Link to comment
Share on other sites

in c:\wamp\www\catalog\admin\includes\classes\upload.php on line 31 change

 

$this = null;

 

to

 

unset( $this );

 

thankyou very much, i'm in!! is there a reason for this code not being implemented in the version i downloaded or is that code relevant only to my machine?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...