In your setup doc you said:
"Please make sure your PHP configuration creates folders with permissions for the PHP user to add new files."

Can you please be a little more specific to what this means? I am not sure of what setting within the php.ini file that I am suppose to ensure is set.

Thanks Much!

Comments

cscsteve’s picture

This isn't necessarily one specific PHP setting AFAIK (though I'm hardly an expert on all the options that can go in a php.ini file) and really has little to do with Filemanager. All this is saying is Filemanager creates new directories to store files when new areas are created. Your server needs to be setup to allow it to create these directories, and to allow these directories to be writable by the user PHP runs as. As this may be different for every server stack setup, I really can't be more specific as to the details. It depends on the O/S (Linux, BSD, Mac, Windows, etc), the PHP version, the webserver software/version, and any specific server configuration and other software you might be running.

You'll have to install, configure, run and test. If it works, great. If not, refer to your server logs and filesystem and figure it out. If you need a sysadmin, I'm sure someone in the forums can help with specifics.

ldway’s picture

Thanks for the fast response! :)

BartVB’s picture

Status: Active » Closed (fixed)