[BlueOnyx:10872] Re: Web Ownership

Dr. Blunt cleardata at earthlink.net
Mon Jun 25 22:19:10 -05 2012


Hi Chris and thanks for the suggestion...

Yes we include those parameters in the web/blog/wp-config.php
site admin owns the dir/files as well - but no joy. The plug-in updates
work fine it is the WP core update that is failing on this site.

~ David


At 03:20 PM 6/25/2012, you wrote:
>Is your problem with updates to either WordPress core or Plug-ins or
>both?  If that is the case, then something you may want to consider is
>adding the FTP info to the wp-config.php file.  To do so, add the following:
>-------------------------------------------------
>// ** FTP settings - for better upgrading of WP ** //
>
>define('FS_METHOD', 'ftpsockets');
>define('FTP_BASE', '../../../web/');
>define('FTP_CONTENT_DIR', '/wp-content/');
>define('FTP_PLUGIN_DIR ', '/wp-content/plugins/');
>define('FTP_USER', 'SiteAdminUserHere');
>define('FTP_PASS', 'ThePasswordGoesHere');
>define('FTP_HOST', 'localhost');
>-------------------------------------------------
>
>Using the above techniques, we find that WordPress will "just work", all
>the time.  No mysteries.
>
>HTH




More information about the Blueonyx mailing list