I think you’re right and this could be a permissions related issue. First of all I wouldn’t recommend chanching all the WordPress directory permissions, only the wp-content directory and not to 777, instead permissions should be 755.
Probably you can’t change permissions on your FTP client because you’re not the owner of those files, more about that here Understanding Linux File Permissions.
You can try a couples of things:
- If your hosting provider has cPanel or a similar panel you may find a file manager there that is just like an FTP client and maybe there you can change the permissions.
- Or you could SSH into the server and set the permissions with this command:
chmod 755 wp-content
More about changing file permissions here: Changing File Permissions
Related Posts:
- How I prevent a plugin to be loaded when doing WP-CLI?
- Why is it important to deactivate a plugin before deleting it?
- Run WP-CLI using PHP
- Difference between deactivating, uninstalling, and deleting plugins
- Can’t install local plugin (zip) with wp-cli [closed]
- WP WC CLI – WooCommerce setup store with wp-cli [closed]
- How can I list only sites that use a particular theme or plugin?
- Why would WP-CLI and WP Admin show different list of plugins with updates?
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- Error when setting up phpunit tests with wp-cli scaffold
- How to use WP-CLI / WC-CLI to bulk import 1000s of products (variable and simple)?
- How can I list all installed plugins/themes/versions from CLI/API?
- PHP if statement with German umlauts [closed]
- Circumvent WP CLI Command
- Unable to import complete data remote wp-cli wordpress
- All plugins deactivated. What could cause this?
- Disappearing plugins
- How to implement WordPress plugin update that modifies the database?
- Create tabs inside Plugins Admin Page [closed]
- Writing test cases for a WordPress Plugin that has translations
- Can’t install new plugins because of the error “Could not create directory”
- Remove action from plugin on other plugin
- Allowing Two Developers Access to a Plugin on the WordPress.org Plugin Repository?
- How to build an API as a plugin
- Loading shortcode with ajax
- WordPress wp-json API – Custom Post Type returns 403
- Creating Custom Meta Boxes on Plugin Option Page
- Add .html extension to custom post type taxonomies
- How to load a new template page according to a particular URL?
- Translate wordpress plugin [closed]
- Styles and Scripts, Selectively enqueue across entire site
- Nested shortcodes
- Exclude custom post_type in sitemap generation?
- Removing WordPress Plugin Menu Item for a specific user
- How can I use RDFa with WordPress?
- How to add an attribute to the body tag with a plugin?
- Authorization header malformed. [jwt_auth_bad_auth_header]
- Changing image size to full size in Gutenberg’s block gallery
- Regex to Remove File Extension
- Inserting HTML tag with ACF into shortcode
- Collapse content [closed]
- WordPress JSON API remove posts from a specific category
- Can’t add custom Taxonomy to Custom Post Type
- add_menu_page does not seem to work in a class
- How can I get automatically anchors for every h2-heading?
- WordPress CodeHighlighter
- How would I go about creating a user ranked post popularity page?
- Trouble with plugin styles in admin area of WordPress
- How to edit content before post update
- How to remove the inline styles from the content of a WYSIWYG editor field at the time of saving the post?
- Remove product-category slug plugin works with 1 subcategroy not with 2
- Install and activate plugins across 200 wordpress installations via SSH
- WordPress plugin subscribe2 not looking the same as before migration
- How can I add few css or js file into my plugin
- Multiple instance of data in plugin custom database table on plugin activation
- Cart66 localization hardcode strings [closed]
- XML parser plugin
- Is it safe to use admin-ajax.php in the frontend?
- wp-load.php redeclares classes
- plugins not working in custom theme
- Add item to the woocommerce dashboard menu from a plugin
- Sucuri SiteCheck failing on domain with iThemes Security Pro plugin
- foreach loop displaying below content summary
- Regenerate Thumbnails Plugin successfully updated my thumbnails but image src won’t change to new image size?
- Make get_permalink() work outside the Loop using filters
- update_option creates an option, which empties on a blog reload
- Can you echo PHP code from a variable?
- Does WordPress do any internal caching if no plugin installed?
- WordPress Plugin- How to Insert Html&JS code in specific Page and specific Div
- Memcaching recurring SQL Queries
- add products to WordPress site automatically
- How can i solve php upgrade problem
- Making a list that can be filtered by category/tags
- Bash script to check available updates
- Hide button after form submit and save state to localstorage
- How use get_plugin_updates() function?
- Modifying server’s response to API endpoint
- How post add available User Reviews?
- PageNavi redirects to 404 when used as archive page
- custom REST endpoint not passing body of POST request to callback
- Add section (add_settings_section) to a custom page (add_submenu_page) not working
- function of parent not working in childtheme
- WordPress core update fails – no issues with plugin updates
- How to change text in a page by utilizing a custom user id?
- Am I correctly adding styles to plugin?
- How to hook into search results template or query?
- How can I insert a record into a custom table from my custom form in my custom admin page?
- how to create table during plugin installation in side a class
- Why function hooked using object are executing at all time?
- Create a blank admin page from plugin
- Private WordPress blog, requires user registration approval, and allowing users to login with OpenID
- Which part of the plugin to change so the updater won’t register the next version?
- Hide/Show panel not showing – ACF
- include plugin folder directly in theme folder to load faster page n wp
- How to make only selected posts appear on a selected wordpress page
- How to remove . (several lines of customized programming code appear here) from wordpress pages
- WordPress Smart Iframe Browser [closed]
- Publish post facebook page & twitter automatically [closed]
- Product customizing quiz – quiz adding products to the cart
- How to change all the urls of the WordPress site?