Etienne
Forum Replies Created
-
Forum: Plugins
In reply to: [Database Cleaner] 504 on Duplicated Post Meta countYou rock!
Creating an index made the count much faster.
Thanks again for your great work!
Hi,
I just wanted to get back on this PHP Warning.
The issue that you can find many times in the ServiceProvider.php file mentioned above just comes from the fact that you’ve deprecated the
$p
parameter by assigning a null default value.However since PHP 8.0 required parameters after optional parameters in function/method are deprecated. And since the
$config
parameter that comes after the$p
is required you get the deprecated message.I’ve just submitted a pull request on your repo.
Forum: Plugins
In reply to: [Wordpress File Upload] Issue with accented caracters in foldersHi,
Thanks for getting back to me.
Here is a screenshot of all the modified settings: https://cloudup.com/ceV0pwCNBTc.
Also I’ve noticed that, on Safari only, when I try to download an uploaded file, it downloads a file called wfu_file_downloader.php that contains the following error:
“Notice: Undefined index: wfu_storage_Q7ecQ2xSRBfd1Ept in /New site/wp-content/plugins/wordpress-file-upload-pro/wfu_file_downloader.php on line <i>127</i>”
Thanks for your help!
Forum: Plugins
In reply to: [Wordpress File Upload] Issue with accented caracters in foldersYes, none of the files included in the folder are shown.
Forum: Plugins
In reply to: [Wordpress File Upload] Main setting page loads foreverThanks for your answer, it seems that the problem has been solved by following your instructions.
Regards,
EtienneSame issue for me.
Forum: Plugins
In reply to: [Wordpress File Upload] Main setting page loads foreverIf I type the direct address I can go to other tabs including settings (for example
options-general.php?page=wordpress_file_upload&action=file_browser
for file browser). It looks like it,s just the default / main tab that is unaccessible.Thanks for your help!
Forum: Plugins
In reply to: [Wordpress File Upload] Main setting page loads foreverHi,
Thanks for your answer. It’s not the case no, maybe a problem communicating with Iptanus server then (it happened when I updated from 4.11.2 to the last version).
Thanks for your help.
Forum: Plugins
In reply to: [Wordpress File Upload] Moving files from one folder to anotherJust in case, is there a way to bulk include all files inside a folder even those that are in subfolders? The problem is that I have a lot of folders with files and going through each folder manually will take quite some time…
Thanks for your help!
Forum: Plugins
In reply to: [Wordpress File Upload] Moving files from one folder to anotherThis is perfect!
Thanks for your help.
Am I the only one seeing this problem?
Hi,
Thanks for your answers. The Privacy Settings have not changed since last update and I’ve checked them.
However the @pgroenewegen solution works so thanks for that!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment not send “Please accept our privacy policy”My bad, problem is solved I found the culprit piece of code in the clients functions.php file. It has nothing to do with the7…
Thanks for your help!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comment not send “Please accept our privacy policy”Hi,
Thanks for your answer. Well as mentionned it appears that the problem comes from the theme the7 (I’ve disbaled all plugins and it’s still not working but if I switch theme it does work).
As it’s a pretty popular theme I was wondering if you encountered this problem before?
Thanks for your help.
Forum: Plugins
In reply to: [Download Monitor] CapabilitiesI think it’s important to note that you still have to modify the check for the capabilities by replacing
manage_downloads
byedit_downloads
everywhere it is used in the plugin if you still want to be able to use all the plugin functions.Hope this get implemented soon now as I don’t like to edit the plugin’s files…