• Resolved shawfactor

    (@shawfactor)


    Guys there is a minor bug with the for each loop in control.cls.php in that it does not check that the vaiables passed the urldecode actually exist before passing to tthat function. This creates an error in php 8.1 and above. Can this be fixed?

    Non fatal error:

    (
    [type] => 8192
    [message] => urldecode(): Passing null to parameter #1 ($string) of type string is deprecated
    [file] => /***/wp-content/plugins/litespeed-cache/src/control.cls.php
    [line] => 547
    )

  • The topic ‘minor bug in php 8.1 and above’ is closed to new replies.