SynteX

Member
Aug 8, 2013
6
0
1
cPanel Access Level
Root Administrator
Hello,

I have a problem with opencart i can't upload any image there stands: please select a file but i did.
So i search on google and found a topic: /http://forum.opencart.com/viewtopic.php?f=20&t=50096
There stands that te root admin(me) needs to make a "session directory" but how do i do that?

Thanks,
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

You can check to see the /tmp directory exists and determine it's permissions with a command such as:

Code:
stat /tmp
Otherwise, please check with the script documentation to determine if a separate directory is required.

Thank you.