Search results

  1. I

    Unknown: function '/' not found or invalid function name

    Where is this error located? Error appears in Demo and in newest update. 2021-11-25 01:59:28 [987d0d4f] - *** WARNING *** Array ( [Error Msg] => Unknown: function '/' not found or invalid function name [File] => Unknown [Line Number] => 0 [Error Type] => E_WARNING )
  2. I

    Video view

    Not very complicated. Just have to dig into the code and get an understanding of how it works and you can replace and add anything. I can't exactly break it down into something that you can easily add in and replace. PM me and maybe I can help.
  3. I

    Video view

    I have already implemented plyr on my site. reuploadme.com Now if I could rewrite the streaming code to be more efficient from S3
  4. I

    Plugin: Media Converter & MP4 Options

    I know I'm late to the party but I've modified the plugin to not only get a screenshot without converting but also move the moov atom in the file and push it back to s3 so it can stream properly.
  5. I

    how to automatically remove files from the server?

    Your cron should be doing this for you..
  6. I

    Admin Manage Users Screen Bug | v5.2.0

    Attempting to see what files a user has by clicking on the search button that appears next to the file count for each user creates a query to the manage files page that does not create the proper sort. Please edit the UserController to reference the proper function of "filterByUser" not...
  7. I

    User Edit Cancel Button 404 | v5.2.0

    When clicking cancel on the admin user edit screen it causes a 404. To resolve update the following line in user_edit.twig: <button type="button" class="btn btn-default" onClick="window.location = '/admin/user_manage';">Cancel</button>
  8. I

    v5.2.0 File Previewer Cron Bug

    I've been trying to figure out why the cron never completes, just dying with no iteration. Well after firing up PhpStorm determined the code is referencing old tables that do not exist and referencing a function that does not work. Cleaned it up and good as new. Hopefully you guys are already...