开发者 | nedsbeds |
---|---|
更新时间 | 2011年4月22日 23:20 |
PHP版本: | 2.0.2 及以上 |
WordPress版本: | 3.1.1 |
wp-deploy
to the /wp-content/plugins/
directorywp deploy settings
and start adding your server instances. Your current config will automatically be loaded in.WpDeploy manually manipulates your wp-config.php file. If you enable WpDeploy and find you can no longer access your wordpress site, load the wp-config file and uncomment the following lines
//define('DB_NAME', //define('DB_USER', //define('DB_PASSWORD', //define('DB_HOST',
by removing the forward slashes
define('DB_NAME', define('DB_USER', define('DB_PASSWORD', define('DB_HOST',
You will then need to remove the following line
if(file_exists(ABSPATH . 'wpdeploy-settings.php')){require_once(ABSPATH . 'wpdeploy-settings.php');}
If you can no longer see the media library tab, your WpDeploy config has probably blocked access. Edit the config and ensure that the correct permissions are checked.
WpDeploy will only remove privileges. It will not add them to users who couldn't already perform operations. Ensure the user's role is high enough.