Mitchell Bennis
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple File List] Directory negative dataConfirmed. Please update to 6.0.6 This should fix your issue.
@usnbe Please create a separate ticket for this and describe your issue in detail.
If the file list directory is not being recreated, something is preventing this from happening. You might try creating it manually, then add some files and see if the plugin can list them.
If not, please enable debugging and reload the list page. Then look in the log file to see if there are any errors.
Here is how to enable debugging in WordPress…
https://simplefilelist.com/how-to-enable-wordpress-error-logging-for-debugging/
I have not seen this error before. The file list directory is there. For some reason it is not readable.
https://www.parrocchievalleantigorio.it/nuovo/wp-content/uploads/simple-file-list/
Try this…
Use FTP or your web host’s file manager to rename the file list directory…
/wp-content/uploads/simple-file-list/
rename to…
/wp-content/uploads/simple-file-list-2/
Next, go to the back-end file list. This will cause the proper file list directory to be recreated. Upload one or more files and then see if they display on the front-end.
If so, copy or move the files from the old directory to the newly created one.
—
Non ho visto questo errore prima. La directory dell’elenco dei file è lì. Per qualche motivo non è leggibile.
https://www.parrocchievalleantigorio.it/nuovo/wp-content/uploads/simple-file-list/
Prova questo…
Usa FTP o il file manager del tuo host web per rinominare la directory dell’elenco di file…
/wp-content/uploads/semplice-elenco-di-file/
rinomina in…
/wp-content/uploads/simple-file-list-2/
Successivamente, vai all’elenco dei file di back-end. In questo modo verrà ricreata la directory dell’elenco di file corretta. Carica uno o più file e verifica se vengono visualizzati sul front-end.
In tal caso, copia o sposta i file dalla vecchia directory a quella appena creata.
Forum: Plugins
In reply to: [Simple File List] SFL – Upload Not WorkingThis sounds like a cache issue, where the new JavScript is not being recognized. It should clear up in time, otherwise manually clear all of your caches; browser, website, CDN, etc.
Forum: Plugins
In reply to: [Simple File List] upload sectionHello. I’ve released 6.0.3 which will fix this issue. Please let me know.
Mitch
Forum: Plugins
In reply to: [Simple File List] How to offload plugin files to AWS or GCS BucketHi,
Integration with 3rd party storage services are on my to-do list, but unfortunately I cannot give you a time frame at this point.
Mitch
Forum: Plugins
In reply to: [Simple File List] unnecessary url extension + deletion of files doesnt workHello,
Sorry, but I cannot offer support for the paid version here. This forum is for the free version only, per WordPress rules. Please open a ticket on my website or use the email contact form.
Forum: Plugins
In reply to: [Simple File List] Download not automaticHello,
The download link uses the HTML “download” attribute to inform the web browser that the file should be downloaded, rather than opened. Some older browsers do not honer this and will open the file if it can be opened. Here is more information…
https://www.w3schools.com/tags/att_a_download.asp
However, I see that when I click on either Open or Download I get a pop-up. I wonder if this is interfering.
Mitch
Forum: Plugins
In reply to: [Simple File List] specific folder shortcodeHi,
The shortcode would be like this…
[eeSFL showfolder=”Folder-Name”]
If you have further questions regarding the Pro version, please use either the email form or ticket system on my website…
Mitch
Hi,
Still having issues with this; I have “Guest” included within the setting “Allow create new ticket” But on the page where the Create Ticket shortcode is located, there is no choice for the Guest to create a ticket.
https://simplefilelist.com/get-support/
Thank you,
Mitch
Okay, I’m set. This is kind of an arduous process tho. All the plugins should update via the WP plugins page.
Also, it would be nice if the guests could create a ticket and a new WP account using the same initial form.
My add-ons were only Canned Reply, Auto-Close Ticket, and Email Piping. They did not show an update available and I did not see them when I went to your website. How does one obtain the newer version Add-ons?
Apparently, re-saving the page where the shortcode is located fixed the issue of the plugin not appearing for guests. However the operation is a little different from previously.
I will make it work.
Forum: Plugins
In reply to: [Simple File List] Try to understand if I need Pro or notHi Sheila,
The free version will do the basics of what you need. However, the files will be displayed in a single table rather than the expanding folders. If you do want to organize into folders, you would need the Pro version.
As for adding the files, you can use FTP or similar to put them into the file list directory directly, which is located here…
/wp-content/uploads/simple-file-list/
The plugin will index any new files the next time it loads the file list, front or back.
Forum: Plugins
In reply to: [Simple File List] Critical error after activating the pluginHi. This error is caused by PHP 8. The specific issue is that there are no files in your file list directory. Add at least one file and the error will go away. Revert to PHP 7.4 and this will no longer be an error, just a warning.
An update is coming soon to address this.