• PHP Warning: unlink(../wp-scss/cache/style.css): No such file or directory in ../wp-scss/class/class-wp-scss.php on line 121

Viewing 1 replies (of 1 total)
  • Thread Starter jordanwebdev

    (@jordanwebdev)

    My idea is to replace line 121 of wp-scss/class/class-wp-scss.php with the following:

    $unlink_file = $cache.$cache_file->getFilename();
                  if (is_file($unlink_file)) {
                    unlink($unlink_file); // Delete file on successful write
                  }

    If that doesn’t work, perhaps the following will:
    https://stackoverflow.com/a/33913406/5644982

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Warning: unlink’ is closed to new replies.