When I attempt to update a file (submit a new version) in downloads (using a link to the file/ external download), I get the following issue:
Error: Call to a member function filesize() on null (0)
#0 ----/public_html/system/Dispatcher/Controller.php(128): IPS\downloads\modules\front\downloads\view->newVersion()
The issue occurs only when I add a link (when I submit a new file version), as the function cannot retrieve the file size, leading to an error.
Recommended Comments