Why Can’t I Add or Install Plugins in WordPress?
The most common questions asked by WordPress beginners. It usually follows up with how the user is seeing an upgrade message or that their admin area doesn’t have the plugins menu. If you’re encountering this issue, then you’re in the right place. In this article, we will explain why you cannot add or install plugins in WordPress.
Installing WordPress plugins isn’t that difficult when you’re working with a self-hosted version of WordPress. It’s similar to the Apple App marketplace. Your search for what you want and it’s a one-click install.
1. You are On WordPress.com
WordPress.com is a blog hosting service that offers a limited version of the popular self-hosted WordPress software. let us get details about the difference between WordPress.com vs WordPress.org
with WordPress.org, You host your own blog or website.WordPress.org is where you’ll find the free WordPress software that you can download and install on your own web server.
WordPress.com, on the other hand, takes care of all of the hostings for you. You don’t have to download software, pay for hosting, or manage a web server.
WordPress.com users cannot install plugins unless they upgrade to the business plan which costs about $299 per year. If you are on a free, personal, or premium plan, then you cannot install third-party plugins.If you don’t want to pay the $299 per year, then you can move your blog from WordPress.com to WordPress.org.
2. You are Facing Memory Limit Issue
Fatal error: Allowed memory size of 67108864 bytes exhausted
Edit your wp-config.php file
define(‘WP_MEMORY_LIMIT’, ‘256M’);
Edit your PHP.ini file
memory_limit = 256M ; Maximum amount of memory a script may consume (64MB)
Edit your .htaccess file
php_value memory_limit 256M
3. User Role Restrictions
Only administrators can install and activate plugins on a WordPress site. If you are the owner of the website, then you need to ask your developer to make sure that you have administrator permissions.
4. You are on a Multi-Site Network