Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter jturet

    (@jturet)

    920 function find_parent_plugins($permalink, $mobile) {
    921 global $wpdb;
    922 $fuzzyPlugins = [
    923 ‘post_id’=>0,
    924 ‘plugins’=>[
    925 ‘disabled_plugins’=>[],
    926 ‘enabled_plugins’=>[],
    927 ‘disabled_groups’=>[],
    928 ‘enabled_groups’=>[]

    Just to confirm, I get the same error as the OP re: line 922 on my update to 5.5.

    Using: WP 4.0, Genesis 2.1.2, PO 5.5.

    Thank you for all your efforts in what has become an indispensable plugin. I’ll revert to 5.4 until you can get to any fix here.

    Plugin Author Jeff Sterup

    (@foomagoo)

    What version of php are you running?

    Plugin Author Jeff Sterup

    (@foomagoo)

    I used shorthand to create the array. Looks like your version of PHP doesn’t like that.

    php 5.3.10

    Plugin Author Jeff Sterup

    (@foomagoo)

    shorthand arrays require 5.4 or higher i think. I released PO 5.6.1 that replaces the shorthand with standard array syntax.

    Installed PO 5.6.1 and all is good in the world again. 🙂

    Thanks again for a fantastic piece of code.

    Thread Starter jturet

    (@jturet)

    Thank you!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal Error after Update’ is closed to new replies.