osx - Wordpress on local host asks for FTP credentials on mac -



osx - Wordpress on local host asks for FTP credentials on mac -

cannot update wordpress plugin beingness asked ftp credentials. have tried using define('fs_method','direct'); did not work.

add bottom of wp-config.php file:

if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'fs_chmod_dir', 0751 ); }

wordpress osx

Comments