Support PLS HELP! Server Error log // TH-Monetize

0p!umzz

Registered
Im getting errors like crazy in the server error logs.
Sometimes every minute there are several same type errors..

Code:
XF\Service\Conversation\Creator::__construct(): Argument #2 ($starter) must be of type XF\Entity\User, null given, called in /home/example.ir/public_html/src/XF/Container.php on line 270

Code:
Stack trace
#0 src/XF/Container.php(270): XF\Service\Conversation\Creator->__construct(Object(XF\Pub\App), NULL)
#1 src/XF/App.php(1701): XF\Container->createObject('EAEAddons\\Conve...', Array)
#2 src/XF/Container.php(228): XF\App->XF\{closure}('EAEAddons\\Conve...', Array, Object(XF\Container))
#3 src/XF/App.php(3010): XF\Container->create('service', 'XF:Conversation...', Array)
#4 src/addons/ThemeHouse/Monetize/Entity/Traits/MessageTrait.php(36): XF\App->service('XF:Conversation...', NULL)
#5 src/addons/ThemeHouse/Monetize/Entity/Communication.php(188): ThemeHouse\Monetize\Entity\Communication->sendMessage(Object(SV\ReportImprovements\XF\Entity\User), Object(XF\Mvc\Entity\ArrayCollection))
#6 src/addons/ThemeHouse/Monetize/Job/SendCommunication.php(136): ThemeHouse\Monetize\Entity\Communication->sendForUser(Object(SV\ReportImprovements\XF\Entity\User), Object(XF\Mvc\Entity\ArrayCollection))
#7 src/addons/ThemeHouse/Monetize/Job/SendCommunication.php(84): ThemeHouse\Monetize\Job\SendCommunication->processContent(Object(ThemeHouse\Monetize\Entity\Communication), Object(SV\ReportImprovements\XF\Entity\User), Object(XF\Mvc\Entity\ArrayCollection))
#8 src/XF/Job/Manager.php(258): ThemeHouse\Monetize\Job\SendCommunication->run(8)
#9 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 8)
#10 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 8)
#11 job.php(43): XF\Job\Manager->runQueue(false, 8)
#12 {main}

Code:
Request state
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(55) "https://examplehomepage/forums/free-examples/page-20"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

Anyone an idea what those errors are and how to solve it ?
Forum also didnt send any emails out. Thats my second problem but another story to tell i think.
 

0p!umzz

Registered
the second errors i get like crazy are this one here:
Email to [email protected] failed: Call to undefined function proc_open()

My forum didnt send any emails.. There is a major problem with that since a long time.
Configured is the basic PHP in the xf email settings.
Host has no blocks or something else.. When i try to send a email manually via gmail to my support website mail,
then i recive it so the xenforo forum has a major problem with outgoing mails and not the mail account or cpanel settings..
The problem is very hard for me because there are absolutely no outgoing mails from my forum.. That means:

-No passoword reset mails
-No Payment recipes
-No Newslaters
-Nothing..
That sucks !
This one here is a error from a payment that has ben made by a user. I changed the email and name for example..
But there are several similar errors with all the same " email to .... failed: undefined function proc_open()"
Hope someone can help me out with those errors..


Code:
Email to [email protected] failed: Call to undefined function proc_open() src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291

Code:
Stack trace
#0 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php(54): Swift_Transport_StreamBuffer->establishProcessConnection()
#1 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SendmailTransport.php(117): Swift_Transport_StreamBuffer->initialize(Array)
#2 src/XF/Mail/Mailer.php(304): Swift_Transport_SendmailTransport->send(Object(Swift_Message), Array)
#3 src/XF/Mail/Mail.php(432): XF\Mail\Mailer->send(Object(Swift_Message), Object(Swift_SendmailTransport), NULL, true)
#4 src/addons/OzzModz/RegistrationInvites/Purchasable/Invite.php(286): XF\Mail\Mail->send()
#5 src/XF/Payment/AbstractProvider.php(184): OzzModz\RegistrationInvites\Purchasable\Invite->sendPaymentReceipt(Object(XF\Payment\CallbackState))
#6 payment_callback.php(63): XF\Payment\AbstractProvider->completeTransaction(Object(XF\Payment\CallbackState))
#7 {main}

Code:
Request state
array(4) {
  ["url"] => string(40) "/payment_callback.php?_xfProvider=paypal"
  ["referrer"] => bool(false)
  ["_GET"] => array(1) {
    ["_xfProvider"] => string(6) "paypal"
  }
  ["_POST"] => array(42) {
    ["mc_gross"] => string(4) "3.00"
    ["protection_eligibility"] => string(8) "Eligible"
    ["address_status"] => string(9) "confirmed"
    ["payer_id"] => string(13) "HFTEU3DG289A1"
    ["address_street"] => string(24) "ExampleCity6483 USA"
    ["payment_date"] => string(25) "06:37:22 Dec 07, 2022 PST"
    ["payment_status"] => string(9) "Completed"
    ["charset"] => string(12) "windows-1252"
    ["address_zip"] => string(6) "550000"
    ["first_name"] => string(4) "Peterson"
    ["mc_fee"] => string(4) "0.46"
    ["address_country_code"] => string(2) "US"
    ["address_name"] => string(21) "Peterson Petersonsen"
    ["notify_version"] => string(3) "3.9"
    ["custom"] => string(32) "p3VV8YOz8y-choy2-GTYZpzbO5nLUx3_"
    ["payer_status"] => string(8) "verified"
    ["business"] => string(23) "[email protected]"
Etc etc etc.
.
.
.
  }
 
  • Tags
    monetize server error
  • Back
    Top Bottom