3.0.6 (2021/05/21) causing Fatal error
-
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)
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.