• Hey, we’re using MMR on one of our sites and while in general it seems to work ok, it seems that there is a consistent 404 error being thrown by the plugin.

    I’ve tweaked a few settings, but have been unable to get rid of the 404 error.

    The error is thrown n one of merged CSS files.

    Can you guide me on what could be the issue please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author launchinteractive

    (@launchinteractive)

    Hi David,

    I would have a look at the logs for the merge and try to work out what plugin or css file is causing the error. I suspect a plugin is enquing the css in a strange way and you may need to ignore the file.

    Thread Starter David Attard

    (@dattardwp-21)

    Hey,

    I checked on the actual plugin log files, and nothing looks dodgy or no errors are being thrown, yet the 404 is still there.

    Where else do I need to look at or what should I look for?

    Thread Starter David Attard

    (@dattardwp-21)

    Could it be something to do with Cloudflare maybe? I’m thinking Cloudflare is keeping the content cached, MMR is removing it and when CF goes to look for it, it has been removed?

    Plugin Author launchinteractive

    (@launchinteractive)

    Hi David. That sounds like that could be the issue. Could you try adding the following to your wp-config file to prevent MMR from deleting the old files?

    define('MMR_REMOVE_EXPIRED', false);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘One CSS file keeps throwing a 404 error’ is closed to new replies.