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
Do you use the Conversation plugin?

Call this function on your host
I have send them the error but we have first place attention to the mail delivery issues.
He also answered that i need to try SMTP so i will try.

And yes i use conversation addons.
I use "[EAE] Conversation Tools 1.4.2"
 

0p!umzz

Registered
Your first issue is add-on related and the other one can be solved by setting up a proper SMTP.
okay so that means it can be solved by an update or some other solutions ?
I use the "[TH] Monetize 1.1.1 Patch Level 1" and im not able to update to the 1.1.2 because im getting error...
1670855405763.png
 

0p!umzz

Registered
Error log after that monetize update try is that:
Code:
ErrorException: [E_WARNING] Trying to access array offset on value of type null src/XF/Service/AddOnArchive/Validator.php:90

Code:
Stack trace
#0 src/XF/Service/AddOnArchive/Validator.php(90): XF::handlePhpError(2, '[E_WARNING] Try...', '/home/webexpl/...', 90)
#1 src/XF/Service/AddOnArchive/InstallBatchCreator.php(76): XF\Service\AddOnArchive\Validator->validate(NULL)
#2 src/XF/Service/AddOnArchive/InstallBatchCreator.php(62): XF\Service\AddOnArchive\InstallBatchCreator->setupAddOnZip('/tmp/phpRsPVKo', NULL)
#3 src/XF/Service/AddOnArchive/InstallBatchCreator.php(46): XF\Service\AddOnArchive\InstallBatchCreator->addArchive('/tmp/phpRsPVKo', 'Monetize-1.1.2....')
#4 src/XF/Admin/Controller/AddOn.php(452): XF\Service\AddOnArchive\InstallBatchCreator->addUpload(Object(XF\Http\Upload))
#5 src/XF/Admin/Controller/AddOn.php(475): XF\Admin\Controller\AddOn->getBatchCreatorService(Array)
#6 src/XF/Mvc/Dispatcher.php(350): XF\Admin\Controller\AddOn->actionInstallFromArchive(Object(XF\Mvc\ParameterBag))
#7 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:AddOn', 'InstallFromArch...', Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\AddOn), NULL)
#8 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\AddOn), NULL)
#9 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#10 src/XF/App.php(2344): XF\Mvc\Dispatcher->run()
#11 src/XF.php(512): XF\App->run()
#12 admin.php(13): XF::runApp('XF\\Admin\\App')
#13 {main}

Code:
Request state
array(4) {
  ["url"] => string(39) "/admin.php?add-ons/install-from-archive"
  ["referrer"] => string(42) "https://example/admin.php?add-ons/"
  ["_GET"] => array(1) {
    ["add-ons/install-from-archive"] => string(0) ""
  }
  ["_POST"] => array(1) {
    ["_xfToken"] => string(8) "********"
  }
}
(for example i changed the pathsname and the url)
 
  • Tags
    monetize server error
  • Back
    Top Bottom