FileMgmt: SQL Error when saving Remote File entry
When creating a 'remote file' in the FileMgmt plugin, a SQL error is generated when you try to save. The issue is that FileMgmt is trying to insert a 'n/a' into the file size field and this causes the error.
To resolve this issue, which now uses the proper data, update the PHP file index.php with the patched version below.
/public_html/admin/plugins/filemgmt/index.php
This patch should only be applied to glFusion v1.1.8 and has been included in glFusion v1.1.8 Patch Level 3.
For more information on Patch Levels, please see the glFusion Patch Updates story.
What's Related