I am running a 64 Bit MacBook Pro, with Apache2, PHP 5 and MySQL 5 with WordPress 2.7. I have several plugins that reside on my local hard drive on my development server. Which needs updating as the 'upgrade automatically' link has appeared now for some reason unbeknown to be I cannot connect to the server to gain access to download and let wordpress install the new updates for the plugins.
I no this sounds stupid but I'm not sure what credentials to use? Do I use the credentials I use when I upgrade to a root user in the terminal???
I have downloaded and installed the WP FS Tester which says:
Connection Method ftpext
ABSPATH /Users/[name of machine]/Sites/www.site/
PLUGINDIR wp-content/plugins
FS Errors
WP_Error Object
(
[errors] => Array
(
[connect] => Array
(
[0] => Failed to connect to FTP Server http://staging.site.co.uk/
)
)
[error_data] => Array
(
)
)
FS CWD
FS WordPress Locator
Warning: ftp_rawlist() expects parameter 1 to be resource, null given in /Users/[name of machine]/Sites/www.site/wp-admin/includes/class-wp-filesystem-ftpext.php on line 203
Warning: Invalid argument supplied for foreach() in /Users/[name of machine]/Sites/www.site/wp-admin/includes/class-wp-filesystem-ftpext.php on line 337
Warning: Invalid argument supplied for foreach() in /Users/[name of machine]/Sites/www.site/wp-admin/includes/class-wp-filesystem-ftpext.php on line 337
FS WordPress Location
FS0 WordPress Locator (Old code) Changing to /
Warning: ftp_rawlist() expects parameter 1 to be resource, null given in /Users/[name of machine]/Sites/www.site/wp-admin/includes/class-wp-filesystem-ftpext.php on line 203
FS0 WordPress Location (Old code)
Tests Stopped; Error: WordPress could not be located Files in folder
Warning: Invalid argument supplied for foreach() in /Users/[name of machine]/Sites/www.site/wp-admin/includes/class-wp-filesystem-ftpext.php on line 337
Can anyone help me with this annoying issue.