Old Galleries (pre 1.2.5 and not on gutenberg) discontinue working after update
-
I’ve noticed many older galleries that haven’t been converted to blocks on gutenberg discontinued working (sometimes fully, sometimes partially) when we updated to 1.2.5.
These galleries tend to click over to the original image rather than the gallery link URL given.
Checking my error logs, I run into these types of errors:
[Tue Feb 18 00:11:43.005563 2020] [php7:error] [pid 13129] [client 172.68.189.90:50306] PHP Fatal error: Uncaught Error: Call to a member function find() on boolean in /home/mb/mysite.com/wp-content/plugins/gallery-custom-links/mgcl_core.php:205\nStack trace:\n#0 [internal function]: Meow_Gallery_Custom_Links->linkify(‘<!DOCTYPE html>…’, 9)\n#1 /home/mb/mysite.com/wp-includes/functions.php(4552): ob_end_flush()\n#2 /home/mb/mysite.com/wp-includes/class-wp-hook.php(288): wp_ob_end_flush_all(”)\n#3 /home/mb/mysite.com/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)\n#4 /home/mb/mysite.com/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#5 /home/mb/mysite.com/wp-includes/load.php(947): do_action(‘shutdown’)\n#6 [internal function]: shutdown_action_hook()\n#7 {main}\n thrown in /home/mb/mysite.com/wp-content/plugins/gallery-custom-links/mgcl_core.php on line 205
[Tue Feb 18 00:11:44.314929 2020] [php7:error] [pid 13084] [client 172.68.132.100:20280] PHP Fatal error: Uncaught Error: Call to a member function find() on boolean in /home/mb/mysite.com/wp-content/plugins/gallery-custom-links/mgcl_core.php:205\nStack trace:\n#0 [internal function]: Meow_Gallery_Custom_Links->linkify(‘<!DOCTYPE html>…’, 9)\n#1 /home/mb/mysite.com/wp-includes/functions.php(4552): ob_end_flush()\n#2 /home/mb/mysite.com/wp-includes/class-wp-hook.php(288): wp_ob_end_flush_all(”)\n#3 /home/mb/mysite.com/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)\n#4 /home/mb/mysite.com/wp-includes/plugin.php(478): WP_Hook->do_action(Array)\n#5 /home/mb/mysite.com/wp-includes/load.php(947): do_action(‘shutdown’)\n#6 [internal function]: shutdown_action_hook()\n#7 {main}\n
Using the built-in WP gallery, so I’m not sure why we’re seeing the linkify_element function issue.
Any ideas?
- The topic ‘Old Galleries (pre 1.2.5 and not on gutenberg) discontinue working after update’ is closed to new replies.