Server Error Log /help

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

I have spottet hundrets and hundrets of error logs from the same type.
And i dont know how to solve the problem. Only thing i see is that its something with "ThemeHouse\Monetize"

The request state window is showing a specific url in every error log and thats where i noticed -
that its creating the error logs on every action that happen on the website.

It can be a url from a resource, from a thread, from a login or even when someone downloads something.

Every new page load will create those error logs..
I have hundrets and hundrets of them...

Screenshot 2022-11-22 140626.jpg





(For example i have chanced the url in the request state window)
Code:
TypeError: XF\Service\Conversation\Creator::__construct(): Argument #2 ($starter) must be of type XF\Entity\User, null given, called in /home/assetle1/public_html/src/XF/Container.php on line 270
src/XF/Service/Conversation/Creator.php:36

Generated by: Unknown account
Nov 22, 2022 at 1:48 PM

Code:
#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://exampleurl.com/login/login"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

next error have request state like that with same stuff above
So you see it happens on all pages..
Code:
Request state
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(99) "https://exampleurl.com/forum/computer.1549//"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

i have opened the mentioned /public_html/src/XF/Container.php on line 270
But as i say.. i dont know what all those means and what to do now with all this error logs.

Screenshot 2022-11-22 141342.png
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
612
Points
73

Reputation:

have you checked your php version? or have you seen the admin setting minimum requirements of xenforo
 

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

No i have not checked my php version why ?
Can you tell me how to to that quickly.

I use cpanel

And im running XF v2.2.6 Patch 1
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

No i have not checked my php version why ?
Can you tell me how to to that quickly.

I use cpanel

And im running XF v2.2.6 Patch 1
rigarus99Disable addon ThemeHouse\Monetize
 

shqawe

Well-known member
Registered
Joined
Jun 30, 2019
Messages
63
Points
28

Reputation:

If you have this addon EAEaddons Contacts try to disable it and check if the error gone or not.
 

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

EAE Contacts is not installed.

Today i have no errors anymore like that :/ Very weird.


But i have other error that makes me crazy.
My forum has a critical problem with emails.

When a member request password reset, he doesnt get any mail.
When a member buys something, he doesnt get any mail and so on..

1.png


Code:
Error: Email to [email protected] failed: Call to undefined function proc_open() src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Generated by: Unknown account Nov 24, 2022 at 2:53 PM

Code:
#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/Queue.php(138): XF\Mail\Mailer->send(Object(Swift_Message), Object(Swift_SendmailTransport), Array)
#4 src/XF/Job/MailQueue.php(12): XF\Mail\Queue->run(7.88406)
#5 src/XF/Job/Manager.php(258): XF\Job\MailQueue->run(7.88406)
#6 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 7.88406)
#7 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 7.88406)
#8 job.php(43): XF\Job\Manager->runQueue(false, 8)
#9 {main}

Code:
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(56) "https://examplewebsite.com/conversations/question.5304/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

EAE Contacts is not installed.

Today i have no errors anymore like that :/ Very weird.


But i have other error that makes me crazy.
My forum has a critical problem with emails.

When a member request password reset, he doesnt get any mail.
When a member buys something, he doesnt get any mail and so on..

View attachment 31665

Code:
Error: Email to [email protected] failed: Call to undefined function proc_open() src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
Generated by: Unknown account Nov 24, 2022 at 2:53 PM

Code:
#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/Queue.php(138): XF\Mail\Mailer->send(Object(Swift_Message), Object(Swift_SendmailTransport), Array)
#4 src/XF/Job/MailQueue.php(12): XF\Mail\Queue->run(7.88406)
#5 src/XF/Job/Manager.php(258): XF\Job\MailQueue->run(7.88406)
#6 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 7.88406)
#7 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 7.88406)
#8 job.php(43): XF\Job\Manager->runQueue(false, 8)
#9 {main}

Code:
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(56) "https://examplewebsite.com/conversations/question.5304/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
rigarus99undefined function proc_open()

Open it on php.ini
 

rigarus99

Well-known member
Registered
Joined
Sep 13, 2021
Messages
192
Points
53

Reputation:

undefined function proc_open()

Open it on php.ini
thomsaokay thank you very much !
As i say i use cpanel. I dont know how to access the php.ini file from the server :/
I just found a MultiPHP INI Editor but when i open it, i just have a blank list to put code in.

2.png
 
Top