• Resolved msstm

    (@msstm)


    Hi,

    With the new updates, multiple warnings show up. It’s not usable.
    Warning: Undefined array key”._ws-app-argument”
    Trying to access array offset on value of type null
    Undefined array key “_ws-app-id”


    Here is a screenshot: https://ibb.co/WBSV5D6

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author stephend

    (@stephend)

    What version of WordPress are you using? What version of PHP are you using?

    The thing is, errors you shared reference lines of code that did not change between versions. The only difference is in the admin screen. There are literally no changes in the code that displays the App Banner.

    Thread Starter msstm

    (@msstm)

    Hi, it’s PHP 8.1 and the latest version of the plugin.
    Nothing has changed on my end at all and I don’t think I had these errors before – I would have noticed.

    • This reply was modified 1 year ago by msstm.
    Plugin Author stephend

    (@stephend)

    If the issue is what I think it is, it’s because something went from being a “notice” in PHP 7.x to “warning” in 8.x. This code has been pretty much unchanged in the plugin since version 0.3, so I’m pretty sure that the warnings were not introduced in the new version this weekend.

    It isn’t correct, though, so I will fix when I get the time.

    Plugin Author stephend

    (@stephend)

    I’ve uploaded an update that will hopefully eliminate the warnings. I have not seen the same issue myself (even after upgrading to PHP 8.1) so I can’t be completely sure that it works. There may still be cases where warnings are shown in the admin screen. I’ll work on that next, when I get the chance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple PHP warnings after update, not usable’ is closed to new replies.