Andr3as / Codiad-Permissions

Modify file permissions through the file manager
2 stars 3 forks source link

Symbolic/Octal #1

Closed ghost closed 11 years ago

ghost commented 11 years ago

What's the syntax for the permissions, -rwxrwxrwx or 777? And shouldn't the popup window show the current file/folder permissions?

[EDIT] I'm also getting the following in the err_log everytime I call the permissions window:

[04-Sep-2013 15:30:13 Europe/Lisbon] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at ~/admin/codiad/plugins/Codiad-Permissions-master/dialog.php:7) in ~l/admin/codiad/common.php on line 84

Andr3as commented 11 years ago

The syntax is octal and it should be displayed as placeholder. permissions

Try the latest version to check if it's working now.

ghost commented 11 years ago

I have the latest but I can see now what the problem is. It just works on workspace projects, not on abspath ones (it shows the modal window with a blank field to type in, no placeholder). Since abspath projects have other limitations like not being able to preview images, I guess this is by design...?

Andr3as commented 11 years ago

Now I understand the problem. I was a little bit careless. I fixed it. Try the new version.

ghost commented 11 years ago

Thanks. Works great now. :+1: