sml Posted February 23, 2010 Share Posted February 23, 2010 Can someone know those errors below and know how to fix them. This error happen after step 4 setup when I click on Administation button. Please help. Thanks. Warning: session_start() [function.session-start]: open(/tmp\sess_c7c95dm1rc8kfqv7c5ai97rdj6, O_RDWR) failed: No such file or directory (2) in D:\Hosting\5625387\html\admin\includes\functions\sessions.php on line 102 Warning: session_write_close() [function.session-write-close]: open(/tmp\sess_c7c95dm1rc8kfqv7c5ai97rdj6, O_RDWR) failed: No such file or directory (2) in D:\Hosting\5625387\html\admin\includes\functions\sessions.php on line 153 Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in D:\Hosting\5625387\html\admin\includes\functions\sessions.php on line 153 Link to comment Share on other sites More sharing options...
BryceJr Posted February 23, 2010 Share Posted February 23, 2010 1. Create a folder in your root(html) directory call it "session_tmp" and give it proper permission. 2. Open your 2 configure.php files and make this entry ->> define('STORE_SESSIONS', 'mysql'); 3. Log in to your database server, open your database, and locate the "sessions" table. 4. Browse and edit it. Here's a screenshot. Look for "/tmp" entry and change it to "D:\Hosting\5625387\html\session_tmp" no quotes To save the changes click GO Is there any reason you are installing on a windows server instead of linux? Link to comment Share on other sites More sharing options...
sml Posted February 23, 2010 Author Share Posted February 23, 2010 1. Create a folder in your root(html) directory call it "session_tmp" and give it proper permission. 2. Open your 2 configure.php files and make this entry ->> define('STORE_SESSIONS', 'mysql'); 3. Log in to your database server, open your database, and locate the "sessions" table. 4. Browse and edit it. Here's a screenshot. Look for "/tmp" entry and change it to "D:\Hosting\5625387\html\session_tmp" no quotes To save the changes click GO Is there any reason you are installing on a windows server instead of linux? What is the different between linux and windows server? Somehow, my sql table doesnot look like your, its all empty. Maybe I try to call the hosting to change to linux server as you recommend. Thank you. I will as you later on. Link to comment Share on other sites More sharing options...
sml Posted February 24, 2010 Author Share Posted February 24, 2010 Hi BryceJr, I had switch to linux server, everything is working fine, Just the images is not display. how can you fix that? Thank you. here is the link to my homepage: www.nutritionslims.com please take a look. thanks. Link to comment Share on other sites More sharing options...
FIMBLE Posted February 28, 2010 Share Posted February 28, 2010 you could also use this add on http://addons.oscommerce.com/info/6593 Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.