edit file wp-config.php
first try this:-
define('FS_METHOD', 'direct');
Note: Do not add this to the end of the file, but just below the database information on the top of the file.
define('FTP_USER', 'username'); // Your FTP username
define('FTP_PASS', 'password'); // Your FTP password
define('FTP_HOST', 'ftp.example.org:21'); // Your FTP URL:Your FTP port
Change Directory wp-Content ke 0777, Dir Plugin ke 0777

Post a Comment