• Resolved altstack

    (@altstack)


    Hi,
    Thank you for providing such a wonderful plugin.

    In my environment, after changing the server’s PHP version from 8.0.30 to PHP 8.1.22, the following errors occurred:

    Deprecated: Automatic conversion of false to array is deprecated in /xxxx/xxxx/xxxxxxx/wp-content/plugins/adrotate/adrotate.php on line 188

    Deprecated: Automatic conversion of false to array is deprecated in /xxxx/xxxx/xxxxxxx/wp-content/plugins/adrotate/adrotate.php on line 212

    Deprecated: Automatic conversion of false to array is deprecated in /xxxx/xxxx/xxxxxxx/wp-content/plugins/adrotate/adrotate.php on line 200

    The relevant lines seem to be
    ‘title’ => $title,

    Related PHP documentation is here…
    https://www.php.net/manual/en/migration81.deprecated.php

    Do you have any plans to address this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Arnan de Gans

    (@adegans)

    I see no such errors on PHP 8.2. What page/dashboard are you loading where that shows up?

    Plugin Author Arnan de Gans

    (@adegans)

    Oh I see it now. Yeah I’ll fix that for the next version.
    Thanks for your report.

    Plugin Author Arnan de Gans

    (@adegans)

    I found a few more similar warnings – All will be fixed in the next version.

    Thread Starter altstack

    (@altstack)

    Sorry for the late reply.

    I think it is no longer necessary, but the error message is
    /wp-admin/admin.php?page=adrotate
    It was displayed when I displayed the .

    Thank you for your response.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘An error occurred under PHP 8.1 environment.’ is closed to new replies.