So in the end it was two lines in wp-config.php that somehow had gotten changed:
define( ‘FS_CHMOD_DIR’, ( 0755 & ~ umask() ) );
define( ‘FS_CHMOD_FILE’, ( 0644 & ~ umask() ) );
… had been set to 0766
Related Posts:
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Prompted for FTP details even with FS_DIRECT set to true
- How to prevent a post from being deleted?
- Is there a way (plugin?) to restrict a user to being able to edit just one page?
- Can’t install new plugins because of the error “Could not create directory”
- How to stop wordpress from changing default .htaccess permissions to 444
- Cannot install plugins even though www-data has write permissions
- How does WordPress update plugins, without running into permissions issues?
- Plugins won’t auto-update on IIS
- Is it possible to block subscriber users to changing its password?
- WordPress roles – Protect administrator role
- Standard permissions for wordpress; Plugin installation asks for FTP credentials
- 403 Forbidden – You don’t have permission to access /wp-admin/admin-ajax.php on this server
- Could not create directory
- Creating Custom Roles for use on a WordPress Multi-site Instance?
- Why does deactivating a plugin cause error: “You do not have sufficient permissions to access this page”?
- Can’t use the built-in wordpress install/upgrade plugin feature [closed]
- Plugin/Folder permission issues with Azure
- Correct wp-content ownership and permissions
- Advanced Custom Fields/User Role Editor – how to hide ACF for certain users?
- How create a role with admin capability less 1 or 2?
- Are these wp-content permissions safe?
- Prevent WordPress installing plugins and themes via Admin
- Linux Permissions and Ownership for WordPress
- Updating plugins asks for FTP information, why? (this is a new one)
- Lock access to plugin options
- Can’t Install Standard Plugins on a Local MAMP installation
- Add menu page issues (permissions & position)
- Advanced Custom Fields – Disable Users to Edit Custom Fields
- Is there any way to make myself an admin?
- Why is the ‘Gutenberg’ Plugin generating an ‘Inconsistent File Permissions’ error when other Plugins, with the same permissions, do not?
- What are the correct permissions so WP doesn’t ask for FTP credentials if installing plugin?
- WordPress won’t allow for updates to plugins or WordPress Core
- WordPress permissions error with admin account
- Why is my WordPress Plugin page requesting my FTP Login Credentials?
- Plugins & backup not working correctly on new Digital Ocean server
- How to hide plugin options for editors via functions.php
- How to write to the plugin’s directory?
- See which user role / capability is needed to use a plugin
- Plugin updates, change file permissions on WordPress
- How to make a plugin api route have permission?
- Can’t add or delete plugins – but I’m an admin [closed]
- WP Plugin permissions – create new files
- Permission Issues regarding Plugin updates & FTP transfers
- WordPress Plugin Install / Update Problem
- Database error when user logs in
- WordPress FTP/media directory permissions problem?
- Wordress admin page is fetching error You do not have sufficient permissions to access this page.
- Admin page and admin menu. Permissions plugin
- SSH vs WordPress
- Images not showing on homepage after migration [duplicate]
- page creator to leave comments ONLY
- Editor have not permissions for a plugin
- WordPress Permission Problems on Ubuntu 12.04 with LAMP stack
- Plugin not installing properly, functions being redeclared
- Problem with permissions in wp-content/plugins
- Making plugin to use different table prefix cause permission problem
- Two sites one PC
- How to give access to the particular page in wordpress for specific username/email NOT roles [closed]
- Gravity Forms and Gravity View Permissions
- Image Crop/Resize Function/Code Sinppet/Plugin to adjust/crop images during upload
- post expire after x days
- How to handle autoloading with composer by keeping the WordPress naming conventions?
- Woocommerce – Display active variation product price [closed]
- Minimum PHP Required for WordPress
- Support for simultaneous editing
- tag breaks shortcode output (other solutions don’t work)
- Is this the right way to execute some PHP in my plugin after a button click on an options page?
- Show Sub pages excerpt+thumbnail
- Create entire wordpress as a github repositery?
- Delete query not working in plugin
- background images WP Supersized on homepage
- Plugin to hide image in excerpt
- Custom license for WordPress plugin
- Image change on hover
- How to connect rating to individual comments?
- How to create plugin/ page that reads from database
- Plugin not properly prepared for localization
- How to add filter for wordpress plugin?
- Woocommerce – Change Variable Product Add to Cart to behave like external product using Custom Field (link) [closed]
- What plugins can I use to feature (affiliate) products on my blog (from Amazon.com)?
- Multiple Post Thumbnails Plugin – Need help with code
- Excluding specific post from custom next/previous theme function
- Change language on website and change currency with url query
- How do I stop WordPress from recommending to install the following Plugin
- WordPress – estimate used product
- Revision featured image
- I need to show side menu in wordpress
- Woocommerce product variation price: How to change price dynamically through hooks
- WordPress Product Detail and catalog
- Translating Website
- User upload fields
- How to add wordpress plugins in along with my standalone theme
- How to change response of admin-ajax request?
- Plugin keeps saying needs to be updated and it’s in a constant loop [closed]
- wp plugin not working after website live
- How to add plugin to blog [closed]
- how to display the page content in popup window?
- Creating a Table Row by Row
- Getting 504 Gateway Timeout Error on AWS Server! [closed]