roundaboutweb
Forum Replies Created
-
Since this error has been known since December 25, 2025, and has still not been fixed, it is probably advisable to delete the plugin and replace it with another solution.
There is also a warning at Wordfence:
https://ww.wp.xz.cn/support/topic/4-16-4-is-vulnerable-to-broken-access-control/Please fix it soon
Still a safety risk!!! <= 4.16.4
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/real3d-flipbook-lite/real-3d-flipbook-4164-missing-authorizationWhen will the security risk be fixed, or do I need to use a different plugin?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] WP Filesystem MethodI don’t understand the error message. According to the permissions overview, all directories are writable, yet the error message still appears.

- This reply was modified 3 months, 2 weeks ago by roundaboutweb.
Unfortunately, I can’t say whether it only works in the Pro version, but this workaround worked for me. Alternatively, you’ll have to wait until the manufacturer finally releases a bug-free version. The manufacturer seems to be taking its time with this.
There is a workaround:
- Create a new folder “mu-plugins” wp-content e.g. wp-content/mu-plugins
- Create a new PHP file under “wp-content/mu-plugins” e.g. name it as function.php
- Paste the snippet above and Save (https://pastebin.com/pxqxaULn)
<?php
add_filter ('em_bookings_get_booked_spaces', 'my_em_bookings_get_booked_spaces', 100, 3 );
function my_em_bookings_get_booked_spaces( $booked_spaces, $EM_Bookings, $force_refresh ) {
if( $EM_Bookings->booked_spaces === null || $force_refresh ){
$status_cond = !em_get_option('dbem_bookings_approval') ? '0,1' : 'booking_status = 1';
$booked_spaces = $EM_Bookings->get_status_count( $status_cond, $force_refresh );
$EM_Bookings->booked_spaces = $booked_spaces > 0 ? $booked_spaces : 0;
}
return $booked_spaces; }Forum: Plugins
In reply to: [WebP Express] Wordfence Insecure pluginSince there has been no update for this plugin for two years, I assume that this security vulnerability will never be fixed and that this plugin should therefore no longer be used.
After cleaning cache it works
Sorry, but it don’t work (see screenshot):
https://nextcloud.roundaboutweb.info/index.php/s/Gw35TotGPnnmxPm
Forum: Plugins
In reply to: [WebP Express] UpdateThe last update was over 1 year ago!
That’s reason enough to delete the plugin.
Forum: Plugins
In reply to: [WebP Express] UpdateI am now switching all pages to the “Converter for Media” plugin, as there does not seem to be a solution here.
Forum: Plugins
In reply to: [WebP Express] UpdateSince nothing has changed in a year, I will now look for an alternative.
Forum: Plugins
In reply to: [WebP Express] UpdateWhen can we expect an updated version?
The last version 0.25.9 has not been updated for over a year.Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Deprecated with PHP 8.3👍
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Field for OrganizerThank you very much, that was helpful.
So the extension “_Veranstalter” was missing. Now it works.One more quick question:
Where is there an overview of the available icons (e.g. “em-icon-category”, “em-icon-clock”, …)