Hi @cnmcomunicazione
The PHP messages you have shared with us are PHP warning messages which are a built-in method of debugging that was added by WordPress for developers.
The purpose of these warning messages is to help developers debug issues with their code. Plugin and theme developers need this information to check for compatibility and best practices.
Fortunately, PHP Notices and warning messages such as these are the kinds of errors that do not stop WordPress, themes, or plugins from loading your website and thus cannot break your site, and so do not be worried about something like that happening.
With all of that said, the development team is aware of these warning messages and is currently working on an update that will have a fix that will resolve the underlying issue.
Kindly follow this guide to prevent them from being displayed on the frontend of your site: https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/
Hope this clarifies this issue for you.
Kind regards,
Elvis.
No, the problem is not just the error message…the images of the second page of the gallery are not visible! Hiding the error message is not the solution.
Hi @cnmcomunicazione
Thanks for reporting this. We will include a fix for this error in the next update.
But Elvis is correct in what he says. You should not be showing these errors on the front end. It is also causing a problem because the error is being output within the gallery container. Turning off the errors will probably fix the paging problem