• Resolved Saxman

    (@konjfuchie)


    hi,

    I’m getting this PHP Warnings, probably after last update, with minify enabled!
    The WP error.log is getting quite big.
    this file is problematic:

    /wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5

    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-includes/js/jquery/jquery.min.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-includes/js/jquery/jquery-migrate.min.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/navgoco-menu/js/jquery.navgoco.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/navgoco-menu/js/navgoco-init.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/photo-gallery/js/bwg_frontend.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/photo-gallery/js/jquery.mobile.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/photo-gallery/js/jquery.mCustomScrollbar.concat.min.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/photo-gallery/js/jquery.fullscreen-0.4.1.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/photo-gallery/js/bwg_gallery_box.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5
    [13-Feb-2021 23:36:38 UTC] PHP Warning: filesize(): stat failed for /home/user/public_html/wp-content/plugins/photo-gallery/js/jquery.raty.js in /home/user/public_html/wp/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 5

    … etc …

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same issue here.

    The code is a bit different:
    PHP Warning: filesize(): stat failed for D:/domains/www.mydomain.com//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js in D:\domains\www.mydomain.com\wp-content\plugins\wp-optimize\templates\minify\cached-file-log.php on line 5

    Masked the line like this until the team fixes it:

    plugins/wp-optimize/templates/minify/cached-file-log.php on line 5

    from this:
    format_size(filesize
    to this:
    format_size(@filesize

    HTH.

    @alx359 @konjfuchie Thanks for reporting the issue, I’ll share it with our development to check the same.

    Hab das gleiche Problem nur wo ist die L?sung für dieses Problem??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Warnings With Minify Enabled’ is closed to new replies.