Changes between Initial Version and Version 1 of Ticket #51283
- Timestamp:
- 09/10/2020 01:36:04 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51283
-
Property
Status
changed from
newtoclosed -
Property
Component
changed from
Cron APItoFilesystem API -
Property
Milestone
changed from
Awaiting Reviewto - Property Keywords 2nd-opinion removed
-
Property
Resolution
changed from
toduplicate
-
Property
Status
changed from
-
Ticket #51283 – Description
initial v1 2 2 3 3 Did a search and I see similar errors from several versions ago which appeared to be rectified. 4 4 {{{ 5 5 [Thu Sep 10 11:09:42.456543 2020] [php7:warn] [pid 16610] [client 123.456.789.10:50200] PHP Warning: ftp_nlist() expects parameter 1 to b 6 6 e resource, null given in /home/mydomain/www/live/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 420, referer: https:/ … … 15 15 e resource, null given in /home/mydomain/www/live/wordpress/wp-admin/includes/class-wp-filesystem-ftpext.php on line 397, referer: https:/ 16 16 /www.mydomain.com.au/wp-cron.php?doing_wp_cron=1599700177.3732860088348388671875 17 17 }}} 18 18 19 19 Seems to be related to the FTP when doing a Cron Job.