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

    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...
  3. 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>
  4. 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...