Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [File Away] PHP 7

    I agree that this is an excellent plugin. The developer reaffirmed ongoing development back in late 2017 but haven’t heard anything since then.

    In the inc.playback.php file that you mention, simply edit line 78 (last line I believe)

    from: if($skipthis) continue;

    to: if ($skipthis) return false;

    and it will run on PHP7.

Viewing 1 replies (of 1 total)