• I’m running mailpoet v3, have cron set up to send, believe that I have the DOM PHP modules loaded, and have the ubuntu server and apache freshly restarted. When I put my newsletter together and try to send I get (with the full path removed):

    PHP Fatal error: Uncaught Error: Class ‘DOMDocument’ not found in /wp-content/plugins/mailpoet/vendor/soundasleep/html2text/src/Html2Text.php:2
    Stack trace:
    #0 /wp-content/plugins/mailpoet/vendor/soundasleep/html2text/src/Html2Text.php(2): Html2Text\Html2Text::getDocument()
    #1 /wp-content/plugins/mailpoet/lib/Newsletter/Renderer/Renderer.php(211): Html2Text\Html2Text::convert()
    #2 /wp-content/plugins/mailpoet/lib/Newsletter/Renderer/Renderer.php(130): MailPoet\Newsletter\Renderer\Renderer->renderTextVersion()
    #3 /wp-content/plugins/mailpoet/lib/Newsletter/Renderer/Renderer.php(77): MailPoet\Newsletter\Renderer\Renderer->_render()
    #4 /wp-content/plugins/mailpoet/lib/Cron/Workers/SendingQueue/Tasks/Newsletter.php(125): MailPoet\Newsletter\Renderer\Renderer->render()
    #5 /wp-content/plugins/mailpoet/lib/Cron/Workers/SendingQueue/SendingQ
    in /wp-content/plugins/mailpoet/vendor/soundasleep/html2text/src/Html2Text.php on line 2

    Thoughts?

  • The topic ‘Sending Does Not Work – Class ‘DOMDocument’ not found in Html2Test.php’ is closed to new replies.