Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59917


Ignore:
Timestamp:
11/16/2023 07:00:34 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59917 – Description

    initial v1  
    551. Going to "sitehealth" page gives critical warning ftp credentials are missing for updates.
    66
    7 2. Google search suggested adding the following to the user added section of wp-config.php
    8 
     72. Google search suggested adding the following to the user added section of `wp-config.php`
     8{{{
    99define('FTP_USER', 'USERNAME');
    1010define('FTP_PASS', 'PASSWORD');
    1111define('FTP_HOST', 'FTP.EXAMPLE.COM');
     12}}}
     133. After this, go back to site health page. It is giving the following warnings repeatedly:
     14{{{
     15Warning: Undefined array key 3 in C:\...\wp-admin\includes\class-ftp.php on line 457
    1216
    13 3. After this, go back to site health page. It is giving the follwing warnings repeatedly:
     17Warning: Undefined array key "islink" in C:\...\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 695
    1418
    15 Warning:  Undefined array key 3 in <b>C:\inetpub\wwwroot\xxx\wp-admin\includes\class-ftp.php on line 457
     19Warning: Undefined array key "perms" in C:\...\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 700
    1620
    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
     21Warning: Undefined array key "islink" in C:\...\wp-admin\includes\class-wp-filesystem-ftpsockets.php on line 695
     22}}}