• Hello,

    My website runs currently with PHP 5.6 and I would like to update it to PHP 7.3.

    I have done a test with the pluggin ‘PHP Compatibility Checker’ and a warning appears about the compatibility between PHP 7.3 and Baskerville theme. Here is the warning text:

    FILE: /home/psychanafx/www/wp-content/themes/baskerville/widgets/dribbble-widget.php
    ———————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————-
    32 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    ———————————————————————————————————-

    My website has the last versions for WordPress (5.4.2) and Baskerville (2.1.4).

    Thanks in advance for your help,

    Marianne

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @mjca,

    Sorry about that. I’ll take a look at updating that widget in a future version. If you want to fix it right away, you can create a Baskerville child theme and add an empty file called dribbble-widget.php in the widgets folder in the child theme folder.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.3 compatibility’ is closed to new replies.