Milan Petrovic
Forum Replies Created
-
Forum: Plugins
In reply to: [GD bbPress Tools] PHP Fatal error: Uncaught Error: Undefined constantThis bug has been fixed in 4.0.1
Regards
MilanForum: Reviews
In reply to: [GD bbPress Tools] A Must Have Plugin for Sites with bbPressHello,
The version 4.0 is released and it includes a lot of fixes and improvements, focused on security. If you find any additional security issue, I will be happy to check it out.
Regards
MilanForum: Plugins
In reply to: [GD bbPress Attachments] Duplicate AttachmentI have not seen this before. It is possible that you have some other plugin dealing with media or images that is doing something to generate two files.
Forum: Plugins
In reply to: [GD bbPress Attachments] Plugin crash site – Block theme TT5So, this is caused by the why how the Composer generates lock files, and it can happen that two plugins using same exact libraries get same composer content hash, causing conflict like this.
I have released updated version of the plugin, and there should be no conflict anymore.
Milan
Forum: Plugins
In reply to: [GD bbPress Attachments] Plugin crash site – Block theme TT5Hello,
That is very strange, I have no control over how the composer autoloader is named, and it is impossible to have the duplicated name (or it should be impossible). I will try to see how that can happen at all.
Milan
Forum: Plugins
In reply to: [GD bbPress Attachments] HTML tags visible in postThis plugin doesn’t have any feature related to this. If you disable this plugin, does this problem goes away? Which plugin version are you using?
Forum: Plugins
In reply to: [SweepPress: Website Cleanup and Optimization] PHP 8.3 Deprecated ErrorHello,
SweepPress doesn’t uses Parsedown library, but it is a part of our shared library, so it is included, but SweepPress is not loading or using it.
Regards,
MilanForum: Plugins
In reply to: [GD bbPress Attachments] Fix notificationThis is fixed in 4.9.
Forum: Plugins
In reply to: [GD bbPress Attachments] Fix notificationThanks for reporting. This should have been fixed in current release, but I will double check and update if needed. New version should be released soon.
Forum: Plugins
In reply to: [GD bbPress Attachments] Forum attachments don’t uploadSo far, it was very rare that something like this happens, and in most cases there are two causes: the theme messes up the bbPress templates or there is an error or limitation on the server that causes uploads to fail (and there are upload failure problems that don’t generate errors).
Can you check your server error log for maybe some error related to the attachments upload?
Forum: Plugins
In reply to: [GD Mail Queue] Resend Email from the DashboardHello, the Pro version has a dedicated Queue panel where you can see the status of every queued entry and it has options to resend emails that have maybe stuck in the queue. Both Lite and Pro have option to retry sending from the Log (emails that were sent but failed due to some other reason), and you need to enable that in the Log options if it is not visible.
Milan
Yeah, a lot of plugin have this issue with WordPress 6.7. It is not causing any probleems right now, it is just throwing a ‘doing-it-wrong’ notice, nothing is broken. Next plugin version will have the tweak for this issue.
Forum: Plugins
In reply to: [BreadcrumbsPress] Hide text “Archives for”In plugin settings, open Advanced settings, and enable Titles Override. This will show and Titles settings panel, and there you can change each archive title structure.
Forum: Plugins
In reply to: [DebugPress: Debugger in Popup] Conflict with strict mod_securityThanks for the explanation. I am not sur exactly whcih rule is triggered, so I can try and modify the code around it, and on my website where mod_security is used, I have not seen any issues. Considering how different hosting companies deploy mod_security, I am not sure who is actually affected.
These are different methods to run optimization and try to convince the server to clear the cached data and report real status of the tables. Depending on the MySQL/MariaDB configuration, you can often have optimization completed, but the server still reports that it is not optimized due to the cache of the table statistics.
For some servers, different methods offered in this plugin give you better results. According to MySQL documentation ‘OPTIMIZE’ is all you need, but in reallity, it is not that simple.
Regards,
Milan