Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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…

    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?

Viewing 2 replies - 1 through 2 (of 2 total)