• I have this error for weeks now. At first i couldn’t find the source of the problem but after thorough checking, i found that w3 total cache is in conflict with the theme i use (Divi).

    Error: Recently an error occurred while creating the CSS / JS minify cache: File “……/Divi/js/masonry.js” doesn’t exist. Hide this message

    thanks and looking forward for some advise.

    https://www.ads-software.com/plugins/w3-total-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    So does that masonry.js really does not exists, or W3TC is wrong?

    If does not exist for sure, find in Divi theme where masonry.js is enqueued (wp_enqueue_script) and disable that enqueue.

    Cheers

    I gather your theme is attempting to include a js file that doesnt exist? And so because the <link> exists (or enqueue script) w3tc picks it up and tries to include it but has problems.

    Your first action is to search your theme for masonry.js and verify the correct location is what is being shown in the appropriate html/php file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘filename.js doesn't exist’ is closed to new replies.