Required File Permissions to import the templates are missing.
-
I installed a WordPress website on a ubuntu 18.04 server (On Google Cloud Platform) using LAMP stack recently. I designed the website on my local computer using XAMPP and uploaded it to the server later.
The wordPress dashboard is accessible. However, the following error messages are displaying in the dashboard
- WPThumb has detected a problem. The directory /var/www/tourguidesrilanka.site/wp-content/uploads/2020/12 is not writable.
- Required File Permissions to import the templates are missing.
This is usually due to inconsistent file permissions.
/var/www/tourguidesrilanka.site/wp-content/uploads/astra-sites/
I already added
define( ‘FS_METHOD’, ‘direct’ );
line to the wp.config.php, but it won’t fixed the eroorI also changed file permission using the following ubuntu commands
chmod 755 wp-admin
still no luck.I can’t upload anything to the WordPress website and can’t edit it.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Required File Permissions to import the templates are missing.’ is closed to new replies.