• The plugin auto updated from wordpress. I have a monitoring server and 10 min later it told me the site was down and about 1-2 hours after that I got this from WordPress….

    Howdy!

    Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    In this case, WordPress caught an error with one of your plugins, Page Restrict.

    ——————-
    I have contacted our developer who will look at this tonight. But I cant get into the front or back end of our site so he is going to have to look at it.

    Once I have more info from him I can update this.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter macjeff

    (@macjeff)

    Developer said something is buggy in the new code. Old version works fine. new version brings down the site. I asked him if he can provide more info but thats all I have for now.

    Thread Starter macjeff

    (@macjeff)

    Developer fixed your code but you need to fix on your side!!

    Plugin issue with ternary operator on line no 31 pagerestrict.php

    Plugin have it like return $pr_options[$option] ?? false;

    it should be return $pr_options[$option] ? $pr_options[$option] : false;

    this problem shows up with latest WordPress5.7

    Issue in your plugin started at 2.5.0 and also in 2.5.1 and 2.5.2

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with Todays UPDATE’ is closed to new replies.