Sparkyowns Posted March 9, 2006 Posted March 9, 2006 I was uploading pictures to my site and everything was working fine. After I got to my 112th picture i started getting this error. Warning: I am not able to write to the sessions directory: /tmp/. Sessions will not work until the right user permissions are set. I did everything that the read me said and i have not been able to find anything specifically here on the forums I chmod folders over 100 times added other tmp folders under other categories to see if I can fix this error and I still have the problem. Do you guys have any Ideas on how to fix this problem?
Iggy Posted March 9, 2006 Posted March 9, 2006 Do you guys have any Ideas on how to fix this problem? Change sessions to be stored in mysql? Take a look at you includes/configure.php for this line define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' if it doesn't say mysql change it :thumbsup: Hope that helps, Iggy Everything's funny but nothing's a joke...
Sparkyowns Posted March 10, 2006 Author Posted March 10, 2006 Change sessions to be stored in mysql? Take a look at you includes/configure.php for this line define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' if it doesn't say mysql change it :thumbsup: Hope that helps, Iggy Thank you that was the problems. I was going crazy cuz i just got done uploading over 100 products to my site. thank you for your help
Sparkyowns Posted March 10, 2006 Author Posted March 10, 2006 Now the problem that I have is images not uploading. I get this error Warning: No file uploaded I read the manual to see if i can find this error but no match for this error
Iggy Posted March 10, 2006 Posted March 10, 2006 Now the problem that I have is images not uploading. I get this error Warning: No file uploaded I read the manual to see if i can find this error but no match for this error Try changing the perms on the images folder to 777 (read/write/execute for all). If that works you can pare the perms back till just the user required has perms. Overall though images is pretty safe to have set at 777. Iggy Everything's funny but nothing's a joke...
Sparkyowns Posted March 11, 2006 Author Posted March 11, 2006 Iggy Thanks for all your help. But i still have that image problem. I went ahead and deleted oscommerce and reset my database. I uploaded all the files installed oscommerce again and still have that problem. Iam wondering if the problem is on my end and not on the site.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.