• Resolved tigmewp

    (@tigmewp)


    A fatal error was caused by the Meow Lightbox 3.0.6 (2021/05/21) update on sites with the SiteOrigin Pagebuilder installed.

    A temporary fix is to change the code on line 30 in wp-content/plugins/meow-lightbox/classes/core.php from:

    if ( MeowCommon_Helpers::is_asynchronous_request() || MeowCommon_Helpers::is_pagebuilder_request() ) {

    .. to ..

    if ( MeowCommon_Helpers::is_asynchronous_request() ) {

    The sites work again and the lightbox images are displayed as usual.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hello,

    So sorry about that ?? Are you using another Meow Apps plugin? They are using a common library, and it seems another plugin is still having an old one.

    Thread Starter tigmewp

    (@tigmewp)

    Hallo Jordy

    No problem at all! Yes, these specific sites also use the Meow Gallery plugin.

    Plugin Author Jordy Meow

    (@tigroumeow)

    I pushed a new version just now, it should fix the issue ??

    Thread Starter tigmewp

    (@tigmewp)

    Thank you for the update ??

    I tested the update on a site that has Meow Gallery, Meow Lightbox and Meow Analytics installed and unfortunately it still causes a fatal error. See below full PHP error message:

    Fatal error: Uncaught Error: Call to undefined method MeowCommon_Helpers::is_pagebuilder_request() in /usr/www/users/site/wp-content/plugins/meow-lightbox/classes/core.php:31 Stack trace: #0 /usr/www/users/site/wp-content/plugins/meow-lightbox/classes/init.php(35): Meow_MWL_Core->__construct() #1 /usr/www/users/site/wp-content/plugins/meow-lightbox/meow-lightbox.php(21): require_once('/usr/www/users/...') #2 /usr/www/users/site/wp-settings.php(391): include_once('/usr/www/users/...') #3 /usr/www/users/site/wp-config.php(90): require_once('/usr/www/users/...') #4 /usr/www/users/site/wp-load.php(37): require_once('/usr/www/users/...') #5 /usr/www/users/site/wp-blog-header.php(13): require_once('/usr/www/users/...') #6 /usr/www/users/site/index.php(17): require('/usr/www/users/...') #7 {main} thrown in /usr/www/users/site/wp-content/plugins/meow-lightbox/classes/core.php on line 31

    Plugin Author Jordy Meow

    (@tigroumeow)

    Sorry about that, indeed… there was an issue in the fix! I just released the 3.0.8, that should be fine this time ??

    Thread Starter tigmewp

    (@tigmewp)

    The 3.0.8. update is indeed perfect – no more errors! Thank you, Jordy ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘3.0.6 (2021/05/21) causing Fatal error’ is closed to new replies.