• Resolved emyabdel

    (@emyabdel)


    HI, after upgrade to php 8.0, on my WordPress dashboard I get this error:
    MailPoet requires an XML PHP extension.

    I moved back to PHP 7.3 and the error is gone.

    How to fix this on PHP 8.0

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bruna a11n

    (@bruberries)

    Hi @emyabdel,

    That’s correct, the MailPoet plugin requires XML extension. It is usually enabled in PHP by default, but that’s not always the case.

    The configuration of both PHP versions are independent, so please contact your host support and ask them for assistance enabling this extension for PHP 8.0.

    Plugin Author MailPoet

    (@mailpoet)

    Hi @emyabdel,

    thanks for reaching to us!

    The most probable reason is that the PHP8 version on your host doesn’t contain the XML extension.

    You can check it using phpinfo(); function or using Phpinfo plugin and searching for XML in its output. You should be able to find some info saying that the extension is active e.g. something like thishttps://d.pr/i/ZDqjcH) or you can ask your server admin to make sure that the XML extension is enabled for PHP8.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MailPoet requires an XML PHP extension.’ is closed to new replies.