Required File Permissions to import the templates are missing
-
Hi Everybody,
I set my permissions, as recommendend by WordPress from here and here.
So all directories to 755 and files to 644
except the Cache and Uploads directories got 775
the config.php is set to 600
.htaccess is set to 644 (604 does not work for my page)
and one Backup Plugin needs 775 (which is fine for me)Everything seems to work. And as expected WordPress askes for the FTP-Password, when I update plugins.
But WordPress shows this message all the time:
Required File Permissions to import the templates are missing.
You can easily update permissions by adding the following code into the wp-config.php file.
define( ‘FS_METHOD’, ‘direct’ );When I insert the code into wp-config.php then the message disappears. But next time I want to update a plugin – WordPress does not ask me for the FTP-Password and the update failes.
So I again deleted this code in the wp-config.php. And could update plugins with the FTP-Passwort again. But WordPress keeps telling me to insert it back.
Do you have a solution?
Do I need to ease any other permission, so that the message doesnt show up again? If yes, which directories are relevant?
- The topic ‘Required File Permissions to import the templates are missing’ is closed to new replies.