• Hi, looking at the debug log i noticed the following error:

    PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /data/vhosts/******/httpdocs/wp-content/plugins/a-z-listing/widgets/class-a-z-listing-widget.php on line 75

    What does this error refer to? and how can it be solved?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    This is not an error, but a warning to me about upcoming changes in the PHP language specification. You can safely ignore it for now.

    Hello @diddledan, when do you plan to modify the code to prevent the system from generating that notification? Even if it is a simple warning and not an error, the system logs are unnecessarily filled and they become dirty, which is annoying.
    Regards, Nicola.

    khalkjaer

    (@khalkjaer)

    Also interested in seeing this cleaned out from my debug logs.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Debug error’ is closed to new replies.