Call to undefined function onionCMS\Modules\Piwik\Controllers\curl_init()
/mnt/devel/Atrium/atriumstudio/vendor/onionCMS/Modules/Piwik/Controllers/PiwikController.php
http://www.atriumarchitekti.loc/admin/piwik (GET)
Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0
6566 if (empty($this->app->configuration['piwik.base.url']) === true) {67 $url = $this->app->request->baseUrl;68 $url .= '/piwik/?';69 } else {70 $url = $this->app->configuration['piwik.base.url'].'?';71 }72 $url .= http_build_query($parameters);7374 $data = $this->services->cache->fetch($url, 'piwik');7576 if ($data !== false) {77 return $data;78 }7980 $data = @file_get_contents($url);81 $data = @unserialize($data);8283 if ($data === false) {84 $curl = curl_init();85 curl_setopt($curl, CURLOPT_URL, $url);86 curl_setopt($curl, CURLOPT_HEADER, 0);87 curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);88 $data = curl_exec($curl);89 curl_close($curl);90 $data = @unserialize($data);91 }9293 if ($data !== false) {94 $this->services->cache->store($url, $data, 'piwik');
151152 if ($this->actionName === null) {153 $this->actionName = $this->currentRoute->action;154 }155 preg_match('/([A-Za-z0-9]+)Controller/', $this->controllerName, $match);156 if (isset($match[1]) === true) {157 $view->setTemplate(APP_DIR.'/Templates/'.$match[1].'.html');158 }159160 $this->controller = new $this->controllerName($this->container);161162 $parameters = $this->currentRoute->getResource();163164 $this->runHooks('system.hooks.afterCreateController');165166 call_user_func_array(array($this->controller, 'before'), $parameters);167168 $this->runHooks('system.hooks.beforeControllerRun');169170 call_user_func_array(array($this->controller, $this->actionName), $parameters);171172 $this->runHooks('system.hooks.afterControllerRun');173174 call_user_func_array(array($this->controller, 'after'), $parameters);175176 if (is_object($this->controller->view) === true) {177 $view['flash'] = $this->flash['current'];178179 $this->runHooks('system.hooks.beforeRenderView');180
array ( 0 => array ( 0 => 'object (onionCMS\\Modules\\Piwik\\Controllers\\PiwikController)', 1 => 'index', ), 1 => array ( ), )
132 WWW_DIR.'/js/vendor/cookie.js',133 WWW_DIR.'/js/vendor/scroll-top.js',134 ),135 'less' => array(136 )137 ),138 'after' => array(139 'js' => array(140 WWW_DIR.'/js/main.js',141 ),142 'less' => array(143 WWW_DIR.'/less/main.less'144 )145 )146 )147 );148149 $app = new \Onion\Application($configuration);150151 $app->run();152 exit;
array ( )
13 // absolute filesystem path to the libraries14 define('LIBS_DIR', realpath(WWW_DIR.'/../vendor'));1516 // absolute filesystem path to the web root17 define('ONION_DIR', LIBS_DIR.'/Onion');1819 // absolute filesystem path to the application root20 define('APP_DIR', WWW_DIR.'/../app');2122 // absolute filesystem path to the temporary files23 define('TEMP_DIR', realpath(WWW_DIR.'/../temp'));2425 // absolute filesystem path to the cache26 define('CACHE_DIR', realpath(WWW_DIR.'/../cache'));2728 define('ONIONCMS_DIR', realpath(ONION_DIR.'/../onionCMS'));2930 // load bootstrap file31 if ($_SERVER["SERVER_ADDR"] === "127.0.0.1") {32 require ONIONCMS_DIR.'/bootstrap.dev.php';33 } else {34 require ONIONCMS_DIR.'/bootstrap.php';35 }
array ( 0 => '/mnt/devel/Atrium/atriumstudio/vendor/onionCMS/bootstrap.dev.php', )
array ( 'REDIRECT_STATUS' => '200', 'HTTP_HOST' => 'www.atriumarchitekti.loc', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8', 'HTTP_ACCEPT_LANGUAGE' => 'sk,cs;q=0.8,en-US;q=0.5,en;q=0.3', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate', 'HTTP_REFERER' => 'http://www.atriumarchitekti.loc/admin', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_COOKIE' => 'consent_cookie=%7B%22preferences%22%3Atrue%2C%22statistics%22%3Atrue%7D; qazfdrtygdfxsw=outhfenba49ljfeqcc05nvunt4i2qpdqhom32dmut48fim6pnn2bhmni03p9ljha3bbipldvmjdaauj4k6kq4698amahp3hdafk79l2; language=sk; ws56trt87dfgxzaq=UExuWGxXSkZCdGVJaEJuMmRtUnVtaDVWU0J3d2F0RTg2ZENqR3JITUtPQ2NDZzNmb21wcklyWGVobkpoeWRvTVR5c3ROMTJJWUNncHpZd2ZOTW1vQ1RXV1k0dWJWUmxKekE2aS9DVVM1M2lwWWVmVW9VUisyWjNyc0RLdTRVZnlmOVp5Zm1oNmo5ZnRXTnZSZS9XTEZkd2UxN1ZXS3VGdm5xOThaaVQrdHd1akxQZ3VFRERPOWhkZzRkWmY4aXNTYmJYYnkwMEVEU213cDY3dFgwb0tSQUkrNDBTTnRYMm9oQXBHVEd0b01MMm42RHYydXNqZ3lEaFVFVXI1dWtkR1c1Q3FkdGZuZGxJPTMxYWE2MjA4', 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1', 'HTTP_PRIORITY' => 'u=0, i', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.25 (Debian) Server at www.atriumarchitekti.loc Port 80</address> ', 'SERVER_SOFTWARE' => 'Apache/2.4.25 (Debian)', 'SERVER_NAME' => 'www.atriumarchitekti.loc', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/mnt/devel/Atrium/atriumstudio/www_root', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/mnt/devel/Atrium/atriumstudio/www_root', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/mnt/devel/Atrium/atriumstudio/www_root/index.php', 'REMOTE_PORT' => '53642', 'REDIRECT_URL' => '/admin/piwik', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/admin/piwik', 'SCRIPT_NAME' => '/index.php', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => 1728596503.9630001, 'REQUEST_TIME' => 1728596503, )
array ( )