• Resolved gregl7

    (@gregl7)


    I originally thought this error was related to installing “Font Awesome”, after Jaime told me to do so in another thread since the “share” icons were no longer displaying. But now I’m thinking it may be a new issue since even after uninstalling Font Awesome these errors still keep popping up. I’m not sure when they started. They weren’t there a few days ago, and the only change I’ve made since then is with “Font Awesome” settings.

    On every page where I’m using the “Pro Thumbnail Grid” display on my site, these 2 errors keep randomly popping up on the top of the page above the gallery. I’ve tried multiple browsers and cleared the cache, and it keeps coming back. If I refresh the page enough times, it will sometimes go away, only to return later.

    Notice: Undefined index: thumbnail_quality in /home/gleeshot/public_html/wp-content/plugins/nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/package.module.nextgen_pro_thumbnail_grid.php on line 37

    Notice: Undefined index: thumbnail_watermark in /home/gleeshot/public_html/wp-content/plugins/nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/package.module.nextgen_pro_thumbnail_grid.php on line 43

    On every page it’s always lines 37 and 43 listed in the error.

    The same 2 errors will also briefly appear and quickly flash on the screen when I got to edit the page in WordPress with the pro thumbnail grid gallery on it.

    • This topic was modified 6 months, 1 week ago by gregl7.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gregl7

    (@gregl7)

    I’m also getting this error on one of my gallery pages in addition to the two I listed above:

    Notice: Undefined index: disable_pagination in /home/gleeshot/public_html/wp-content/plugins/nextgen-gallery-pro/modules/nextgen_pro_thumbnail_grid/package.module.nextgen_pro_thumbnail_grid.php on line 56

    Plugin Support Jaime Segura

    (@jaimeimagely)

    Hi @gregl7 ,

    Sorry for the delayed reply. I somehow missed this thread.

    This warnings appear if you have wp debug and wp display options enabled.

    Check your wp-config.php file for the following and make sure they are set to “false” instead of “true”:

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', false );

    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );

    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );

    Then check your site again and see if there are any visible issues with your galleries.

    Warnings are not errors per se and most of the time don’t affect your site at all.

    I will be waiting for your reply.

    Thanks!

    Plugin Support Jaime Segura

    (@jaimeimagely)

    Hi@gregl7 ,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation (please just see my post above).

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.