• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

/var/lib/php/session -- how do i set read access --

I

ilustrate

Guest
i'm in the middle of a mambo installation and the pre-instalation wizard is asking me to set


/var/lib/php/session, Permission >> Read

i've ftp'd to the site and can find the var folder but can't seem to create a new folder within var so that i can give it this permission. am i on the right track?
 
So you have the /var, but not /var/lib or /var/lib/php?

Instead of using FTP, can you use SSH as root user?

You will need to be user root (or su root) to create folders under /var since they don't already exist.
 
Back
Top