• Resolved surprice

    (@surprice)


    Hello
    If i active cache plugin after 30 minutes i have problem on site

    Warning: ftp_nlist() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 420
    
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 230
    
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 230
    
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 717
    
    Warning: ftp_nlist() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 420
    
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 230
    
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 230
    
    Warning: ftp_pwd() expects parameter 1 to be resource, null given in /data/f/8/f8ff586b-436a-4681-b6f2-76babeaaca10/s-shop.sk/sub/test/wp-admin/includes/class-wp-filesystem-ftpext.php on line 717
Viewing 1 replies (of 1 total)
  • @surprice

    These are warnings this will not make your site offline.

    Could you please edit your wp-config.php file and

    Replace

    define('WP_DEBUG', false);

    with this:

    ini_set('log_errors','On');
    
    ini_set('display_errors','Off');
    
    ini_set('error_reporting', E_ALL );
    
    define('WP_DEBUG', false);
    
    define('WP_DEBUG_LOG', true);
    
    define('WP_DEBUG_DISPLAY', false);

    Then check if you still see the warnings?

Viewing 1 replies (of 1 total)
  • The topic ‘BUG WP cache’ is closed to new replies.