Mitchell Bennis
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple File List] No thumbnailsHi,
Most likely the issue is that your host is blocking the PHP shell_exec() function, which is how PHP interacts with FFmpeg and GhostScript.
Mitch
Forum: Plugins
In reply to: [Simple File List] Last resort to contactHello. Sorry, but email can be unreliable. This is why I provide a support ticket system specifically for premium products. Please utilize it, as the rules here prevent me from supporting the paid plugins …
Forum: Plugins
In reply to: [Simple File List] Upload MS Word docx is not allowed?The supported file types are the same for both versions. You can add just about any extensions on the File Upload Settings tab. Only executable file types will not be allowed (php, exe, js, etc)
Forum: Plugins
In reply to: [Simple File List] Home folder not workingHello,
The rules of this forum say that I cannot use it for support of paid products. Please begin a support ticket here…
https://simplefilelist.com/get-support
Thank you,
Mitch
Forum: Plugins
In reply to: [Simple File List] Upload and create links for multiple files?The free version of Simple File List only provides for one file list. The Pro version, with File Access Manager extension, could do this, but an Admin would need to create the initial file list for each user.
Forum: Plugins
In reply to: [Simple File List] Additional file metadata or custom fields
Hi,No change here. Not seeing demand for this.
Mitch
6.1.8 has been released.
Hi,
This appears to be a bug which is only affecting Windows installs. I’ll get this fixed and an update released soon. Thank you for bringing it to my attention.
Mitch
Forum: Plugins
In reply to: [Simple File List] Azure StorageHi,
Sorry, but at this time SFL does not support any 3rd party file storage services.
Forum: Plugins
In reply to: [Simple File List] Create folders from front end with phpHi,
I have replied to your email message.
Mitch
Forum: Plugins
In reply to: [Simple File List] Unable to log into Support SiteHi. Please contact me via email: [email protected]
Forum: Reviews
In reply to: [Simple File List] Perfect for document libraries and file repositoriesThank you very much @mlipenk. I try hard to make this plugin valuable to all.
Forum: Plugins
In reply to: [Simple File List] …ee-class.php on line 908Hi,
Issue confirmed. This will be fixed in the next release. In the meantime the warning should not cause any operation issues. It will only prevent the plugin from correcting a too-high max upload size setting.
You can fix it now if you like by changing line 908 in the ee-class.php file like this…
update_option(‘eeSFL_Settings_’ . $this->eeListID, $this->eeListSettings);
Change to…
update_option(‘eeSFL_Settings_1’, $this->eeListSettings);
Mitch
Forum: Plugins
In reply to: [Simple File List] Unable to use plugin even after purchasing Pro versionModerator – Please remove this thread as this issue is related to the paid version and not to the plugin available from the repository.
Please update to 6.0.6 This should fix your issue.