Can't install new plugins on wordpress 2018

Frustrating!

There are a few common reasons why you might not be able to install new plugins on WordPress 2018. Let's troubleshoot together:

  1. Plugin directory permissions: Make sure the plugin directory has the correct permissions. The directory should be writable by the web server. You can try changing the permissions to 755 or 777 using an FTP client or the file manager in your hosting control panel.
  2. Plugin folder not writable: Check if the plugin folder is not writable. You can try renaming the plugin folder and then re-uploading it to see if that resolves the issue.
  3. Plugin zip file corrupted: Sometimes, the plugin zip file might be corrupted during download. Try re-downloading the plugin from the official website or a reliable source.
  4. WordPress file permissions: Ensure that the WordPress files have the correct permissions. You can try resetting the permissions to the default values using the chmod command in the terminal or the file manager in your hosting control panel.
  5. Plugin conflicts: It's possible that another plugin is causing a conflict. Try deactivating all plugins except the one you're trying to install and see if that resolves the issue.
  6. Theme conflicts: Similarly, a theme conflict could be preventing plugin installation. Try switching to a default theme like Twenty Nineteen or Twenty Twenty and see if that resolves the issue.
  7. WordPress version: If you're running an older version of WordPress, it might not be compatible with the latest plugins. Try updating WordPress to the latest version.
  8. Plugin requirements: Check the plugin's requirements, such as PHP version, WordPress version, and other dependencies. Ensure that your setup meets the requirements.
  9. Hosting restrictions: Some hosting providers might have restrictions on installing plugins or have specific requirements for plugin installation. Check with your hosting provider to see if there are any restrictions or requirements.
  10. Plugin installation method: Try installing the plugin using a different method, such as uploading the plugin files manually or using a plugin installer like Plugin Updater.

If none of these solutions work, you can try:

I hope this helps you resolve the issue and install new plugins on your WordPress 2018 site!