Adding these two lines to the wp-config.php
file solved the problem:
define('FS_CHMOD_FILE', 0644);
define('FS_CHMOD_DIR', 0755);
Related Posts:
- How can I have different groups of editors only allowed to edit certain parent+subpages?
- wordpress editor role remove all but ‘menus’ in appearance menu
- Limit a user to have access to only specified pages?
- Allow member to have access to custom post type only. Permission to only edit their own posts
- wp_update_user not updating
- Is WordPress’ is_user_logged_in() secure?
- Restrict users on multisite WordPress install
- Temporarily disable user role login and replace with message
- How to filter the role selector?
- how to add custom user capabilities using add_user_meta or something else?
- Is there a way to set the user Role based on email domain
- Editor and contributor roles not correct after adding function
- pre_get_posts Remove posts based on meta value with ‘post__not_in’
- What is the difference between “create_users” and “add_users” capabilities?
- Access on specific pages in wordpress for a specific user
- How to ‘unpublish’ or ‘hide’ posts when user role changes?
- Can I create users that have access to *some* other users posts instead of all other users posts?
- How to check if a role has a specific capability
- Set default page for user account in admin
- How to remove sticky post capability for a specific user role?
- Hide Specific User Page
- Let new user role to ‘edit_others_posts’ of other user role, not of its own type
- WordPress missing user roles on local dev machine. Live site works fine
- Remove wordpress author’s capability to moderate comments on their own posts
- Programmatically allow a non-author to edit a post based custom meta field
- How do I remove the Other Roles field (from User Role Editor plugin) in wp-admin/user-new.php
- Can you set a role as author?
- Managing Users and Creating Groups [closed]
- How to redirect specific post type with user role
- Allow an editor to change the author
- Parent User and Child User – relate users
- allow non logged in user to upload images in media library
- How to create user specific pages (not user role!)?
- Assigning certain authors to specific editors
- Restrict Access in Admin Panel
- how to remove some permissions from a shop “manager role” in woocommmerce?
- Plugin creation – how to add user rights?
- User restricted only show posts assigned to current user
- Restrict custom post content to specific user
- Hiding custom theme functionality using capabilities
- custom plugin not visible to some user roles
- Hide front-end from every logged out user and redirect them to the default login page
- How to restrict an admin page, if the user is not superadmin?
- Make a single page in WordPress available only for Admin and Subscribers
- Need to block user role from accessing bbPress all together
- How to create a front facing user sign up, log in and profile pages like FoodGawker.Com [closed]
- Custom Role read_private_posts Not Working
- Infinite redirects at front end if logged in user is not an Admin (Toolset Access)
- Block access to plugins.php for custom role
- Is there a way to allow users with “Subscriber” user role to access media library in backend and frontend
- How to make WP page accessile only to specific user roles
- grant multiple roles access to specific admin menu item
- Check what capabilitie(s) an action requires
- Trying to get new role to have edit permissions for custom content type
- WordPress install checking permissions of user id 0
- Force “submit for review” on update?
- Is it possible to restrict a specific user to edit a specific custom post.
- How to change user role setting in members plugin so that user can only edit his own post?
- How might I enable a user to view Draft pages from a different Author, without the ability to edit?
- allow editors to edit menus?
- How to change a user’s role?
- Is there way to rename user role name without plugin?
- How to create a clone role in wordpress
- With Rest V2 (WP4.7) how does one restrict certain RESTFUL verbs?
- How to add a Capability to a User Role?
- How can I get a list of users by their role?
- How to get role of user
- How to allow editor to edit privacy page / settings only?
- How do I make a draft post accessible to everyone?
- Reset default roles and capabilities
- How do I programmatically set default role for new users?
- add_role() run only once?
- How to prevent a post from being deleted?
- What do unfiltered_html and unfiltered_upload actually filter?
- Temporary capability for current_user_can()
- Allowing users to edit only their page and nobody else’s
- Create custom user role (client) that can create another custom user role (employee) of that client
- Is it possible to add new user Roles?
- Allow roles below admin to add subscribers only
- Troubleshooting a “You do not have sufficient permissions to access this page” error
- Restrict admin access to certain pages for certain users
- How can I hide a category from Contributors in the edit/add new post screen?
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- Add Custom User Capabilities Before or After the Custom User Role has Been Added?
- How to assign specific users the capability to edit specific pages / posts / custom post types
- Hide Admin Menu for Specific User ID who has administrator Role
- How to stop wordpress from changing default .htaccess permissions to 444
- Disable posts, only allow to edit existing pages, not create new ones (create_posts)
- How to get all capabilities of an existing user role
- Make A WordPress Page Accessible To Admins Only, Redirect Other User Roles
- Limit access to posts/pages by user roles
- Temporarily give ‘manage_options’ capability
- REST API, get user role?
- How to force listing contributors in authors dropdown menu
- Remove admin bar for subscribers
- Only allow administrators and editors to access wp-admin
- Hide specific admin users’ posts
- Allow authors to edit only certain users
- How do I allow a specific Role in WordPress 3+ to only see certain plugins?
- How to update role capabilities