Viewing 4 replies - 1 through 4 (of 4 total)
  • Kimberly

    (@kellogg9)

    I get the sense you are more about promoting your site than you are about getting this plugin working because you arent giving enough info about the problem. When the plugin is active and you arent seeing it active you still will get feedback that should help give us info.

    laddih

    (@laddih)

    I’ve added the fixes mention before:

    $base_path = str_replace('//', '/', $base_path);
    $base_path = str_replace('\\\\', '\\', $base_path);

    and

    $path = preg_replace("!/{2,}!","/",$base_path.$location);

    but I still get this error:

    [Wed Feb 26 14:31:28 2014] [error] [client 10.1.1.1] PHP Warning: filemtime(): stat failed for /var/www/wp-content/plugins/wp-minify/cache/b1a8f61fa21c190175574871a145487e.css in /var/www/wp-content/plugins/wp-minify/wp-minify.php on line 672

    The weird thing is that this file doesn’t actually exist. So I’m wondering where that filename is coming from…?!?

    Any ideas?

    laddih

    (@laddih)

    Ah, this only happens when I try to include external files, but then again, that file still doesn’t exist. Works fine if I uncheck that…

    ez123abc

    (@ez123abc)

    I have the wp minify option, but what happens when I use it, is my slider does not work, a three colum widget I use gets into a single colum, and a widget that uses random posts does not display it’s images that show up when if disabled, they do.

    The plugin suggested just to add lines on the wp minify settings and it will grab them for you and exclude them, but that does not happen…

    I’ve seen your posts Kimberly about some fixes and what not, but I can’t find it…

    Would appreciate the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Minify broken with WP 3.8.1’ is closed to new replies.