Viewing 1 replies (of 1 total)
  • Hey @zacklim,

    This sounds like a permissions issue. Have you made sure that your /wp-content and your /plugins directory have 755 for their permissions level? You can do that via FTP or through your cPanel file manager.

    Another possible issue is that your web server doesn’t have ownership over the WordPress directories, in which case you can try adding this constant to your wp-config.php file:

    define('FS_METHOD','direct');

    If you’re still having issues then try deactivating all your other plugins just to ensure there isn’t any conflicts.

    Hope this helps!

    Cheers,
    Tyler

Viewing 1 replies (of 1 total)
  • The topic ‘can't install plugin’ is closed to new replies.