OK so this log is the following actions:
1. Test sendmail using PHP Mailer
2. Change to SMTP and send test mail (this hung for a good while, produced this error:
An error has occurred while fetching the JSON data: HTTP 0 status code.
3. Change settings to PHP Mailer and save (takes a very long time for some reason after saving SMTP settings first)
4. Change settings to SMTP and save
5. Send third test mail using SMTP (again this hangs and produces the error)
----------------------------------------------------------
LOGS BELOW:
#Date: 2024-03-05 08:39:21 UTC
#Software: Joomla! 4.4.2 Stable [ Pamoja ] 9-January-2024 16:00 GMT
#Fields: datetimepriority clientipcategorymessage
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Sending with mail()
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Sendmail path: /usr/sbin/sendmail -t -i
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Envelope sender:
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: To: xxxxxxxxx <xxxxxxxxxx>
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Subject: Test mail from xxxxxxxx
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Headers: Date: Tue, 5 Mar 2024 08:39:21 +0000
From: xxxxxx <xxxxx>
Reply-To: xxxxxxx <xxxxxxx>
Message-ID: <vjeyS2e5XJtKFN3qB0bVKZgB0Fw2Z0p4DLg1S5UmRQ@xxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2024-03-05T08:39:28+00:00ERROR 103.190.18.23mailError in Mail API: Result: true
2024-03-05T08:39:53+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
2024-03-05T08:41:24+00:00CRITICAL 47.128.98.45errorUncaught Throwable of type Error thrown with message "Call to undefined method EventbookingHelper::needToShowModule()". Stack trace: #0 [ROOT]/libraries/src/Dispatcher/ModuleDispatcher.php(52): include()
#1 [ROOT]/libraries/src/Dispatcher/ModuleDispatcher.php(55): Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}()
#2 [ROOT]/administrator/cache/t4core/ModuleHelper.php(281): Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
#3 [ROOT]/administrator/cache/t4core/ModuleHelper.php(161): Joomla\CMS\Helper\_JModuleHelper::renderRawModule()
#4 [ROOT]/libraries/src/Document/Renderer/Html/ModuleRenderer.php(99): Joomla\CMS\Helper\_JModuleHelper::renderModule()
#5 [ROOT]/libraries/src/Document/Renderer/Html/ModulesRenderer.php(50): Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render()
#6 [ROOT]/libraries/src/Document/HtmlDocument.php(556): Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render()
#7 [ROOT]/libraries/src/Document/HtmlDocument.php(833): Joomla\CMS\Document\HtmlDocument->getBuffer()
#8 [ROOT]/libraries/src/Document/HtmlDocument.php(637): Joomla\CMS\Document\HtmlDocument->_renderTemplate()
#9 [ROOT]/libraries/src/Application/CMSApplication.php(1025): Joomla\CMS\Document\HtmlDocument->render()
#10 [ROOT]/libraries/src/Application/SiteApplication.php(724): Joomla\CMS\Application\CMSApplication->render()
#11 [ROOT]/libraries/src/Application/CMSApplication.php(298): Joomla\CMS\Application\SiteApplication->render()
#12 [ROOT]/includes/app.php(61): Joomla\CMS\Application\CMSApplication->execute()
#13 [ROOT]/index.php(32): require_once('/home/cu0q6cv9p...')
#14 {main}
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: Connection failed. Error #2: stream_socket_client(): Unable to connect to smtp.office365.com:587 (Network is unreachable) [[ROOT]/libraries/vendor/phpmailer/phpmailer/src/SMTP.php line 397]
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: SMTP ERROR: Failed to connect to server: Network is unreachable (101)
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: SMTP Error: Could not connect to SMTP host. Failed to connect to server
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Sending with mail()
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Sendmail path: /usr/sbin/sendmail -t -i
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Envelope sender:
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: To: "xxxxxxxx" <xxxxxxxx>
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Subject: Latest User Actions
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Headers: Date: Tue, 5 Mar 2024 08:44:22 +0000
From: xxxxxxxx <xxxxxxx>
Reply-To: xxxxxxxx <xxxxxxxxx>
Message-ID: <uqmmMrukiRwAyuNH2Pn1NF4sYFyDKzVM79SFPm237F0@xxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2024-03-05T08:44:30+00:00ERROR 103.190.18.23mailError in Mail API: Result: true
2024-03-05T08:44:53+00:00CRITICAL 103.190.18.23errorUncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Page not found". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(746): Joomla\CMS\Router\Router->parse()
#1 [ROOT]/libraries/src/Application/SiteApplication.php(232): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(293): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(61): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('/home/cu0q6cv9p...')
#5 {main}
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Sending with mail()
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Sendmail path: /usr/sbin/sendmail -t -i
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Envelope sender:
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: To: "xxxxxxxxx" <xxxxxxxxx>
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Subject: Latest User Actions
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Headers: Date: Tue, 5 Mar 2024 08:45:13 +0000
From: xxxxxxxx <xxxxxxxxx>
Reply-To: xxxxxxxx <xxxxxxxxx>
Message-ID: <Pkwx2Ot7WU30JoWeNHaLuHxsy3sduvRPrxxXXeYNBQ@xxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2024-03-05T08:45:22+00:00ERROR 103.190.18.23mailError in Mail API: Result: true
2024-03-05T08:45:26+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
2024-03-05T08:47:20+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
1. Test sendmail using PHP Mailer
2. Change to SMTP and send test mail (this hung for a good while, produced this error:
An error has occurred while fetching the JSON data: HTTP 0 status code.
3. Change settings to PHP Mailer and save (takes a very long time for some reason after saving SMTP settings first)
4. Change settings to SMTP and save
5. Send third test mail using SMTP (again this hangs and produces the error)
----------------------------------------------------------
LOGS BELOW:
#Date: 2024-03-05 08:39:21 UTC
#Software: Joomla! 4.4.2 Stable [ Pamoja ] 9-January-2024 16:00 GMT
#Fields: datetimepriority clientipcategorymessage
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Sending with mail()
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Sendmail path: /usr/sbin/sendmail -t -i
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Envelope sender:
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: To: xxxxxxxxx <xxxxxxxxxx>
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Subject: Test mail from xxxxxxxx
2024-03-05T08:39:21+00:00ERROR 103.190.18.23mailError in Mail API: Headers: Date: Tue, 5 Mar 2024 08:39:21 +0000
From: xxxxxx <xxxxx>
Reply-To: xxxxxxx <xxxxxxx>
Message-ID: <vjeyS2e5XJtKFN3qB0bVKZgB0Fw2Z0p4DLg1S5UmRQ@xxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2024-03-05T08:39:28+00:00ERROR 103.190.18.23mailError in Mail API: Result: true
2024-03-05T08:39:53+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
2024-03-05T08:41:24+00:00CRITICAL 47.128.98.45errorUncaught Throwable of type Error thrown with message "Call to undefined method EventbookingHelper::needToShowModule()". Stack trace: #0 [ROOT]/libraries/src/Dispatcher/ModuleDispatcher.php(52): include()
#1 [ROOT]/libraries/src/Dispatcher/ModuleDispatcher.php(55): Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}()
#2 [ROOT]/administrator/cache/t4core/ModuleHelper.php(281): Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
#3 [ROOT]/administrator/cache/t4core/ModuleHelper.php(161): Joomla\CMS\Helper\_JModuleHelper::renderRawModule()
#4 [ROOT]/libraries/src/Document/Renderer/Html/ModuleRenderer.php(99): Joomla\CMS\Helper\_JModuleHelper::renderModule()
#5 [ROOT]/libraries/src/Document/Renderer/Html/ModulesRenderer.php(50): Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render()
#6 [ROOT]/libraries/src/Document/HtmlDocument.php(556): Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render()
#7 [ROOT]/libraries/src/Document/HtmlDocument.php(833): Joomla\CMS\Document\HtmlDocument->getBuffer()
#8 [ROOT]/libraries/src/Document/HtmlDocument.php(637): Joomla\CMS\Document\HtmlDocument->_renderTemplate()
#9 [ROOT]/libraries/src/Application/CMSApplication.php(1025): Joomla\CMS\Document\HtmlDocument->render()
#10 [ROOT]/libraries/src/Application/SiteApplication.php(724): Joomla\CMS\Application\CMSApplication->render()
#11 [ROOT]/libraries/src/Application/CMSApplication.php(298): Joomla\CMS\Application\SiteApplication->render()
#12 [ROOT]/includes/app.php(61): Joomla\CMS\Application\CMSApplication->execute()
#13 [ROOT]/index.php(32): require_once('/home/cu0q6cv9p...')
#14 {main}
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: Connection failed. Error #2: stream_socket_client(): Unable to connect to smtp.office365.com:587 (Network is unreachable) [[ROOT]/libraries/vendor/phpmailer/phpmailer/src/SMTP.php line 397]
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: SMTP ERROR: Failed to connect to server: Network is unreachable (101)
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: SMTP Error: Could not connect to SMTP host. Failed to connect to server
2024-03-05T08:44:05+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Sending with mail()
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Sendmail path: /usr/sbin/sendmail -t -i
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Envelope sender:
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: To: "xxxxxxxx" <xxxxxxxx>
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Subject: Latest User Actions
2024-03-05T08:44:22+00:00ERROR 103.190.18.23mailError in Mail API: Headers: Date: Tue, 5 Mar 2024 08:44:22 +0000
From: xxxxxxxx <xxxxxxx>
Reply-To: xxxxxxxx <xxxxxxxxx>
Message-ID: <uqmmMrukiRwAyuNH2Pn1NF4sYFyDKzVM79SFPm237F0@xxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2024-03-05T08:44:30+00:00ERROR 103.190.18.23mailError in Mail API: Result: true
2024-03-05T08:44:53+00:00CRITICAL 103.190.18.23errorUncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Page not found". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(746): Joomla\CMS\Router\Router->parse()
#1 [ROOT]/libraries/src/Application/SiteApplication.php(232): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(293): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(61): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('/home/cu0q6cv9p...')
#5 {main}
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Sending with mail()
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Sendmail path: /usr/sbin/sendmail -t -i
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Envelope sender:
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: To: "xxxxxxxxx" <xxxxxxxxx>
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Subject: Latest User Actions
2024-03-05T08:45:13+00:00ERROR 103.190.18.23mailError in Mail API: Headers: Date: Tue, 5 Mar 2024 08:45:13 +0000
From: xxxxxxxx <xxxxxxxxx>
Reply-To: xxxxxxxx <xxxxxxxxx>
Message-ID: <Pkwx2Ot7WU30JoWeNHaLuHxsy3sduvRPrxxXXeYNBQ@xxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2024-03-05T08:45:22+00:00ERROR 103.190.18.23mailError in Mail API: Result: true
2024-03-05T08:45:26+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
2024-03-05T08:47:20+00:00ERROR 103.190.18.23mailError in Mail API: Connection: opening to smtp.office365.com:587, timeout=300, options=array()
Statistics: Posted by adamrayhelppls — Tue Mar 05, 2024 8:59 am