Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

/tmp/ folder will not work until the right user permisions are set?!?!?!?!


Sparkyowns

Recommended Posts

Posted

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?

Posted
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...

Posted
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

Posted

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

Posted
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...

Posted

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.

Archived

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

×
×
  • Create New...