Thank you @techspecx for your review. The message is just a warning. Please disable PHP error. You can achieve this by adding the following code to your wp-config.php
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Regardless, we are constantly working to remove such messages with the upcoming updates.
If you need further assistance, please open a thread in the Community Support Forum at https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/.
Hello,
Thank you for your quick reply, but I already disabled the message but thank you for your additional information. Keep up the great work on a great plugin.
Regards,
Robert
@techspecx I have tried to reproduce the error but can not. Where do you get it and which settings do you have for Recent Posts Widget With Thumbnails?
Please open a thread in the Community Support Forum at https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/ with some more details to reproduce it. So, I can better handle it. Thanks!
Hello,
The message only appears at the bottom of the thumbnail set when I debug the site or set define( 'WP_DEBUG', true );
in the configuration.
You can see the message in the image here: link to image.
However, when I change the setting to define( 'WP_DEBUG', false );
, the message no longer appears.
All settings are using the default configurations. Hope this helps.
Regards,
Robert