PROBLEM FOUND:
So the problem was in a separate config file. The websites were migrated from another hosting and that hosting had a separate config file which was required in the wp-config.php . I the other config file I found this settings:
define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) );
I remove this 2 lines from config file, and everythig works fine !
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
- Plugin updates change folder permissions
- 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
- 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
- plugin user-role-editor: cannot access settings page, but I’m admin?
- Disable plugins on cron and ajax page
- Automattic’s eCommerce Plugin
- What’s the _wp_desired_post_slug value for?
- WooCommerce: Change default country on the cart page [closed]
- How can I list recent posts excerpts?
- Should I fetch the data managed by a plugin by using its APIs or WordPress APIs?
- Scripts at the end of the page
- How WordPress is able to change locale without using setlocale
- How to Create a shortcode to this php function
- How to add CSS via custom plugin?
- One sub site is slow while all others load fine, same theme & plugins [closed]
- Issues with a WP plugin menu system
- WordPress Ajax code is not Working
- problem with sql query
- Add a “View all” button on WooCommerce product archives pages
- What goes into wp_postmeta and why?
- A question of etiquette when forking a plugin? [closed]
- how to request a script more than once in wordpress
- WordPress Plugin for pastimes/participation in contest [closed]
- How do I create pages within a WordPress post?
- Ajax 400 error when used inside a plugin
- how to show all posts of each category in pages
- Allowed memory size of 134217728 … wp-includes/wp-db.php on line 1989
- Pricing Calculator – WordPress
- reminder wp_schedule_event
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- Make the product page as homepage WooCommerce
- Disqus comment system not show
- How to cache for multi server environment? Memcached, Redis or other?
- Page takes on two different formats
- Cant visualize protected password portfolio elements
- How to create multiple pages for PDFs
- Creating a comments voting system
- How to assign plugin to top level menu?
- Multiple Accounts on 1 email – Multisite
- Why are only inactive plugins showing?
- how to add “alt” for all image in wordpress
- Seo Problems in My meta Discription [closed]
- how to show the data from a myqsl database in a post [closed]