mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
php mkdir permission denied #552
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yasdeveloper on 3/1/2021
php mkdir permission denied
if (!file_exists($file)) {
mkdir($dirname, 775,TRUE);
}
when i want make dir from php i get erorr
permission denied for this folder and i cant use it foldr for upload file or creat file from file_put_contnt