syamrajk
Forum Replies Created
-
Thank you !
I got it, for me the link was a bit different.
http://www.bouncycastleuniverse.com/index.php/affiliate-home/affiliate-register/
Forum: Fixing WordPress
In reply to: Can no longer ftp pluginsThis means that WordPress is having limited permission for making changes in the folder that it was installed.
In-order to fix this, all that you need to do is provide necessary permissions for the same.
Run the following Command in your Terminal / Putty / Commandline Prompt after connecting to your Server via SSH.
sudo chown -R apache:apache /var/www/html
Checkout the below article for full details,
How to fix the infamous issue of WordPress asking for FTP Credentials for Installing Plugins / Themes ?This means that WordPress is having limited permission for making changes in the folder that it was installed.
In-order to fix this, all that you need to do is provide necessary permissions for the same.
Run the following Command in your Terminal / Putty / Commandline Prompt after connecting to your Server via SSH.
sudo chown -R apache:apache /var/www/html
Checkout the below article for full details,
How to fix the infamous issue of WordPress asking for FTP Credentials for Installing Plugins / Themes ?Syam | MMWYS.Online