Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hmm… let me take a look!

    Plugin Author Nick Diego

    (@ndiego)

    Hi Tom,

    Can you tell me what version of PHP you are running. I think that might be the issue. I just did two test fresh installs and did not see this error. In my two environments I have PHP 5.4.X and PHP 5.6.X running. I appreciate your help!

    Nick

    Thread Starter Tom

    (@tom-hickey)

    PHP: v5.3.29
    MYSQL: v5.6.22

    Plugin Author Nick Diego

    (@ndiego)

    Thanks for the feedback Tom. PHP 5.3 unfortunately does not support array dereferencing, which is what is going on in this line of code. 5.3 was unsupported as of August 2014: https://php.net/eol.php. Dereferencing was introduced in 5.4.

    I will work this evening to see if I can come up with a work around, but I use this technique so much, it might be inoperable. If so, I will add a disclaimer stating PHP 5.4+ is required. I apologize for the inconvenience!!

    Plugin Author Nick Diego

    (@ndiego)

    Hi Tom, I was able to fix this issue on PHP 5.3.29. Just pushed v1.0.1 with the fix.

    Let me know if you spot anything else. I appreciate your help!

    Best,
    Nick

    Thread Starter Tom

    (@tom-hickey)

    Confirmed fixed. Looks like I have some updating to do on my localhost ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fatal error adding new global block’ is closed to new replies.