• Resolved cnmcomunicazione

    (@cnmcomunicazione)


    Hi guys, there is a strange error message with a justified gallery paginated in 2 columns with 2 items per page:
    Warning: Undefined array key “href” in …/plugins/foogallery/includes/render-functions.php on line 491
    Could someone help me to understand how to solve this issue, please?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support elviiso

    (@elviiso)

    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.

    Thread Starter cnmcomunicazione

    (@cnmcomunicazione)

    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.

    Plugin Author bradvin

    (@bradvin)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with pagination’ is closed to new replies.