surfstu Posted November 7, 2005 Share Posted November 7, 2005 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 More sharing options...
kgt Posted November 7, 2005 Share Posted November 7, 2005 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'); Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
surfstu Posted November 7, 2005 Author Share Posted November 7, 2005 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 More sharing options...
kgt Posted November 7, 2005 Share Posted November 7, 2005 in c:\wamp\www\catalog\admin\includes\classes\upload.php on line 31 change $this = null; to unset( $this ); Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
surfstu Posted November 7, 2005 Author Share Posted November 7, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.