cvadev ← Cloudways Customer Voice My feedback 1 result found 720 Permissions on app creation Issues 1 vote Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 1 comment · Product Improvements: Flexible » Server Configuration Improvements · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! Your importance score has been recorded. We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating An error occurred while saving the comment cvadev commented · Apr 17, 2019 · Edit… · Delete… Also, WordPress permissions are conflicting with yours. You can see this in wp-config.php. This change doesn't make any sense to me. define('FS_METHOD','direct'); define('WPLANG', ''); define('FS_CHMOD_DIR', (0775 & ~ umask())); define('FS_CHMOD_FILE', (0664 & ~ umask())); Save Submitting... cvadev shared this idea · Apr 17, 2019
Also, WordPress permissions are conflicting with yours. You can see this in wp-config.php. This change doesn't make any sense to me.
define('FS_METHOD','direct');
define('WPLANG', '');
define('FS_CHMOD_DIR', (0775 & ~ umask()));
define('FS_CHMOD_FILE', (0664 & ~ umask()));