XF 2.3 Fatal Error: Could not check compatibility

Recep Baltaş

Well-known member
Code:
ErrorException: Fatal Error: Could not check compatibility between DigitalPoint\Analytics\XF\Mail\Mailer::send(Swift_Mime_SimpleMessage $message, ?Swift_Transport $transport = null, ?array $queueEntry = null, $allowRetry = true) and XF\Mail\Mailer::send(Symfony\Component\Mime\Email $email, ?Symfony\Component\Mailer\Transport\AbstractTransport $transport = null), because class Swift_Mime_SimpleMessage is not available src/addons/DigitalPoint/Analytics/XF/Mail/Mailer.php:68

Code:
#0 [internal function]: XF::handleFatalError()
#1 {main}

Code:
array(4) {
  ["url"] => string(44) "/social/threads/hello-geekberry.68/add-reply"
  ["referrer"] => string(56) "https://geekberry.net/social/threads/hello-geekberry.68/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(11) {
    ["_xfToken"] => string(8) "********"
    ["message_html"] => string(15) "<p>Welcome!</p>"
    ["attachment_hash"] => string(32) "935e2724a19ae959a58f034b1ff0087a"
    ["attachment_hash_combined"] => string(84) "{"type":"post","context":{"thread_id":68},"hash":"935e2724a19ae959a58f034b1ff0087a"}"
    ["last_date"] => string(10) "1711440591"
    ["last_known_date"] => string(10) "1711440591"
    ["parent_id"] => string(3) "231"
    ["load_extra"] => string(1) "1"
    ["_xfRequestUri"] => string(35) "/social/threads/hello-geekberry.68/"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom