Changes between Initial Version and Version 1 of Ticket #59917
- Timestamp:
- 11/16/2023 07:00:34 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59917 – Description
initial v1 5 5 1. Going to "sitehealth" page gives critical warning ftp credentials are missing for updates. 6 6 7 2. Google search suggested adding the following to the user added section of wp-config.php8 7 2. Google search suggested adding the following to the user added section of `wp-config.php` 8 {{{ 9 9 define('FTP_USER', 'USERNAME'); 10 10 define('FTP_PASS', 'PASSWORD'); 11 11 define('FTP_HOST', 'FTP.EXAMPLE.COM'); 12 }}} 13 3. After this, go back to site health page. It is giving the following warnings repeatedly: 14 {{{ 15 Warning: Undefined array key 3 in C:\...\wp-admin\includes\class-ftp.php on line 457 12 16 13 3. After this, go back to site health page. It is giving the follwing warnings repeatedly: 17 Warning: Undefined array key "islink" in C:\...\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 695 14 18 15 Warning: Undefined array key 3 in <b>C:\inetpub\wwwroot\xxx\wp-admin\includes\class-ftp.php on line 45719 Warning: Undefined array key "perms" in C:\...\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 700 16 20 17 Warning: Undefined array key "islink" in C:\inetpub\wwwroot\xxx\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 695 18 19 Warning: Undefined array key "perms" in C:\inetpub\wwwroot\xxx\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 700 20 21 Warning: Undefined array key "islink" in C:\inetpub\wwwroot\xxx\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 695 21 Warning: Undefined array key "islink" in C:\...\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 695 22 }}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)