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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -