Marketing-Börse PLUS - Fachbeiträge zu Marketing und Digitalisierung
print logo

Companies in Egypt

association/construction/steel/it-telecom/internet-software/industry/environment/industry/health_catalog_description

association/construction/steel/it-telecom/internet-software/industry/environment/industry/health_catalog_description_2_h2

association/construction/steel/it-telecom/internet-software/industry/environment/industry/health_catalog_description_2_text

association/construction/steel/it-telecom/internet-software/industry/environment/industry/health_catalog_description_3_h2

association/construction/steel/it-telecom/internet-software/industry/environment/industry/health_catalog_description_3_text

association/construction/steel/it-telecom/internet-software/industry/environment/industry/health_catalog_description_4_h2

association/construction/steel/it-telecom/internet-software/industry/environment/industry/health_catalog_description_4_text
 
RuntimeException

RuntimeException

Failed to connect to matomo.marketing-boerse.info port 443: Connection refused

/home/httpd/vhosts/egypt-business.com/20231113-164526/protected/vendors/matomo-php-client/MatomoTracker.php(1716)

1704             }
1705 
1706             $ch = curl_init();
1707             curl_setopt_array($ch, $options);
1708             ob_start();
1709             $response = @curl_exec($ch);
1710             ob_end_clean();
1711             
1712             $header = '';
1713             $content = '';
1714 
1715             if ($response === false) {
1716                 throw new \RuntimeException(curl_error($ch));
1717             }
1718 
1719             if (!empty($response)) {
1720                 // extract header
1721                 $headerSize = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
1722                 $header = substr($response, 0, $headerSize);
1723 
1724                 // extract content
1725                 $content = substr($response, $headerSize);
1726             }
1727 
1728             $this->parseIncomingCookies(explode("\r\n", $header));

Stack Trace

#0
+
 /home/httpd/vhosts/egypt-business.com/20231113-164526/protected/vendors/matomo-php-client/MatomoTracker.php(644): MatomoTracker->sendRequest()
639     {
640         $this->generateNewPageviewId();
641 
642         $url = $this->getUrlTrackPageView($documentTitle);
643 
644         return $this->sendRequest($url);
645     }
646 
647     private function generateNewPageviewId()
648     {
649         $this->idPageview = substr(md5(uniqid(rand(), true)), 0, 6);
#1
+
 /home/httpd/vhosts/egypt-business.com/20231113-164526/maboyii/index.php(105): MatomoTracker->doTrackPageView()
100     set_include_path(get_include_path() . PATH_SEPARATOR . '../protected/vendors/matomo-php-client/');
101     require_once('../protected/vendors/matomo-php-client/MatomoTracker.php');
102     $matomoTracker = new MatomoTracker((int)Yii::app()->params['matomo']['id'], Yii::app()->params['matomo']['url']);
103     $matomoTracker->setTokenAuth(Yii::app()->params['matomo']['token']);
104     $matomoPageTitle = "";              // The title of the page
105     $matomoTracker->doTrackPageView($matomoPageTitle);
106 }
107 //*/
2024-05-12 21:10:41 nginx/1.18.0 Yii Framework/1.1.28