Open JeffreyO opened 1 year ago
mkdir(folder, 777) should be mkdir(folder, 0777) to apply permissions correctly. Otherwise, a read-only folder without permissions is created, causing the app to fail to write to it.
mkdir(folder, 777) should be mkdir(folder, 0777) to apply permissions correctly. Otherwise, a read-only folder without permissions is created, causing the app to fail to write to it.