Warning (2): session_start(): open(/var/portal-test/app/tmp/sessions/sess_f8fqnqlm2ult0dmusfuteqkuk4, O_RDWR) failed: No such file or directory (2) [APP/Plugin/Facebook/Vendor/Facebook.php, line 60]Code Contextif ((function_exists('session_status')&& session_status() !== PHP_SESSION_ACTIVE) || !session_id()) {session_start();$config = array( 'appId' => '1425169117747808', 'apiKey' => '1425169117747808', 'secret' => 'be784f22b1b90baf0368442595c808b9', 'cookie' => false, 'locale' => 'pl_PL' )session_start - [internal], line ?? Facebook::__construct() - APP/Plugin/Facebook/Vendor/Facebook.php, line 60 FB::__initInstance() - APP/Plugin/Facebook/Lib/FB.php, line 29 FB::__construct() - APP/Plugin/Facebook/Lib/FB.php, line 21 ConnectComponent::initialize() - APP/Plugin/Facebook/Controller/Component/ConnectComponent.php, line 91 ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 129 call_user_func - [internal], line ?? CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 674 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165 [main] - APP/webroot/index.php, line 108
Art'n'Media Fujarska spółka komandytowo - akcyjna realizuje projekt: „Interaktywna aplikacja do automatycznego tworzenia e-ramówki kanału telewizyjnego nadawanego w technologii IPTV w sieciach ISP, TVK, Smart TV, mobilnych oraz innych IP." Program Operacyjny Innowacyjna Gospodarka Oś priorytetowa 8. Społeczeństwo Informacyjne - zwiększenie innowacyjności gospodarki Działanie 8.1. Wspieranie działalności gospodarczej w dziedzinie gospodarki elektornicznej Umowa nr: UDA-POIG.08.01.00-24-253/13-00 z dnia: 05-12-2013r. Projekt dofinansowany z Europejskiego Funduszu Rozwoju Regionalnego. Dotacje na innowacje. Inwestujemy w Waszą przyszłość.
No post data.
| Query | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|
| SELECT `Partner`.`id`, `Partner`.`name`, `Partner`.`url` FROM `twojatv_test`.`partners` AS `Partner` WHERE 1 = 1 ORDER BY `id` desc | 12 | 12 | 0 | |
| SELECT `BrwImage`.`id`, `BrwImage`.`name`, `BrwImage`.`record_id`, `BrwImage`.`model`, `BrwImage`.`description`, `BrwImage`.`category_code`, `BrwImage`.`created`, `BrwImage`.`modified` FROM `twojatv_test`.`brw_images` AS `BrwImage` WHERE `BrwImage`.`model` = 'Partner' AND `BrwImage`.`record_id` IN (12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) | 12 | 12 | 0 | |
| Select Video.*, Creator.* from videos as Video inner join users as Creator on Video.creator = Creator.id inner join video_categories on Video.id = video_categories.video_id where Creator.user_type_id <> 3 and Video.del=0 and Video.status=10 and Video.blocked=0 and video_categories.category_id <> 20 group by Video.id order by Video.created desc limit 100 | 100 | 100 | 10 | maybe slow |
| Select Video.*, Creator.* from videos as Video inner join users as Creator on Video.creator = Creator.id inner join video_categories on Video.id = video_categories.video_id where Creator.user_type_id <> 3 and Video.del=0 and Video.status=10 and Video.blocked=0 and video_categories.category_id <> 20 group by Video.id order by (Video.points_like - Video.points_notlike) desc limit 100 | 100 | 100 | 10 | maybe slow |
| Select Video.*, Creator.* from videos as Video inner join users as Creator on Video.creator = Creator.id inner join video_categories on Video.id = video_categories.video_id where Creator.user_type_id <> 3 and Video.del=0 and Video.status=10 and Video.blocked=0 and video_categories.category_id <> 20 group by Video.id order by Video.visits desc limit 100 | 100 | 100 | 9 | maybe slow |
| Select Video.*, Creator.* from videos as Video inner join users as Creator on Video.creator = Creator.id inner join video_categories on Video.id = video_categories.video_id where Creator.user_type_id <> 3 and Video.del=0 and Video.status=10 and Video.blocked=0 and video_categories.category_id <> 20 group by Video.id order by Video.comment_count desc limit 100 | 100 | 100 | 10 | maybe slow |
| select Video.*, Creator.*, ViewerAgeLimit.*, Category.*, Teaser.*, (if((points_like = 0 and points_notlike = 0),0.01, (points_like - points_notlike)) * TIME_TO_SEC(TIMEDIFF(NOW(),ifnull(t.emission_time,Video.created)))) as wsp from videos AS Video left join (select Video.filename,max(ifnull(e.emission_time,Video.created)) as emission_time, Video.id from videos AS Video left join emission_logs e on e.video_id = Video.id where e.emmited_in='tv' group by Video.id) as t on t.id = Video.id inner join viewer_age_limits AS ViewerAgeLimit on ViewerAgeLimit.id=Video.viewer_age_limit_id inner join users AS Creator on Creator.id=Video.creator inner join video_categories on video_categories.video_id = Video.id inner join categories AS Category on Category.id=video_categories.category_id left join teasers AS Teaser on Category.id=Teaser.category_id where (points_like - points_notlike) >= 0 and Video.del = 0 and Video.status=10 and Category.id <> 20 and if((ViewerAgeLimit.age = 18),TIME(NOW()) BETWEEN '22:00:00' AND '06:00:00',1) and if((ViewerAgeLimit.age = 16),TIME(NOW()) BETWEEN '20:00:00' AND '06:00:00',1) group by Video.id order by wsp desc LIMIT 50; | 50 | 50 | 100 | maybe slow |
Peak Memory Use 22.16 MB
| Message | Memory use |
|---|---|
| Component initialization | 4.50 MB |
| Controller action start | 8.18 MB |
| Controller render start | 14.97 MB |
| View render complete | 19.06 MB |
Total Request Time: 728 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 28.49 | |
| Event: Controller.initialize | 225.45 | |
| Event: Controller.startup | 0.61 | |
| Controller action | 160.68 | |
| Event: Controller.beforeRender | 1.61 | |
| » Processing toolbar data | 1.49 | |
| Rendering View | 297.49 | |
| » Event: View.beforeRender | 0.04 | |
| » Rendering APP/View/Welcome/index.ctp | 283.37 | |
| » » Rendering APP/View/Elements/VideoPlayer/video_player.ctp | 2.20 | |
| » » » Rendering APP/View/Elements/VideoPlayer/TVChannelPlayer/player_bar.ctp | 0.30 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp | 32.07 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #2 | 61.20 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #3 | 61.58 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #4 | 62.46 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #5 | 62.27 | |
| » Event: View.afterRender | 0.03 | |
| » Event: View.beforeLayout | 0.03 | |
| » Rendering APP/View/Layouts/base.ctp | 12.49 | |
| » » Rendering APP/View/Elements/ga.ctp | 0.25 | |
| » » Rendering APP/View/Elements/Layouts/Common/browsehappy.ctp | 0.19 | |
| » » Rendering APP/View/Elements/Layouts/Base/Sidebar/logged_out.ctp | 7.07 | |
| » » » Rendering APP/View/Elements/Layouts/Base/Forms/search_form.ctp | 5.54 | |
| » » Rendering APP/View/Elements/Layouts/Base/NavbarTop/logged_out.ctp #2 | 1.20 | |
| » » » Rendering APP/View/Elements/Layouts/Base/Forms/search_form.ctp #2 | 0.55 | |
| » » Rendering APP/View/Elements/Layouts/Base/Footer/footer.ctp | 2.14 | |
| » » » Rendering APP/View/Elements/Layouts/Base/Footer/additional_links_for_not_logged_users.ctp | 0.93 | |
| » » Rendering APP/View/Elements/Layouts/Common/scripts_bottom.ctp | 0.33 | |
| Event: View.afterLayout | 0.00 |
| Time | Message |
|---|---|
| 2026-04-04 05:46:33 | ==== |
| 2026-04-04 05:46:33 | WelcomeController |
| 2026-04-04 05:46:33 | ==== |
| Constant | Value |
|---|---|
| HTMLPURIFIER_PREFIX | /var/portal-test/app/Plugin/HtmlPurifier/Vendor/HtmlPurifier/library |
| Constant | Value |
|---|---|
| APP | /var/portal-test/app/ |
| APP_DIR | app |
| APPLIBS | /var/portal-test/app/Lib/ |
| CACHE | /var/portal-test/app/tmp/cache/ |
| CAKE | /var/portal-test/lib/Cake/ |
| CAKE_CORE_INCLUDE_PATH | /var/portal-test/lib |
| CORE_PATH | /var/portal-test/lib/ |
| CAKE_VERSION | 2.5.1 |
| CSS | /var/portal-test/app/webroot/css/ |
| CSS_URL | css/ |
| DS | / |
| FULL_BASE_URL | http://test.twoja.tv |
| IMAGES | /var/portal-test/app/webroot/img/ |
| IMAGES_URL | img/ |
| JS | /var/portal-test/app/webroot/js/ |
| JS_URL | js/ |
| LOGS | /var/portal-test/app/tmp/logs/ |
| ROOT | /var/portal-test |
| TESTS | /var/portal-test/app/Test/ |
| TMP | /var/portal-test/app/tmp/ |
| VENDORS | /var/portal-test/vendors/ |
| WEBROOT_DIR | webroot |
| WWW_ROOT | /var/portal-test/app/webroot/ |
| Environment Variable | Value |
|---|---|
| Php Version | 5.4.35-0+deb7u2 |
| User | nginx |
| Home | /nonexistent |
| Fcgi Role | RESPONDER |
| Query String | url=welcome |
| Request Method | GET |
| Content Type | |
| Content Length | |
| Script Name | /index.php |
| Request Uri | /welcome |
| Document Uri | /index.php |
| Document Root | /var/portal-test/app/webroot |
| Server Protocol | HTTP/1.1 |
| Gateway Interface | CGI/1.1 |
| Server Software | nginx/1.6.2 |
| Remote Addr | 216.73.216.162 |
| Remote Port | 58852 |
| Server Addr | 217.117.134.228 |
| Server Port | 80 |
| Server Name | test.twoja.tv |
| Redirect Status | 200 |
| Script Filename | /var/portal-test/app/webroot/index.php |
| Http Accept | */* |
| Http User Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Http Accept Encoding | gzip, br, zstd, deflate |
| Http Host | test.twoja.tv |
| Http Via | 1.1 squid-proxy-5b5d847c96-bg4x8 (squid/6.10) |
| Http X Forwarded For | 10.9.52.202 |
| Http Cache Control | max-age=259200 |
| Http Connection | keep-alive |
| Php Self | /index.php |
| Request Time Float | 1775274393.7379 |
| Request Time | 1775274393 |
Warning (2): Unknown: open(/var/portal-test/app/tmp/sessions/sess_f8fqnqlm2ult0dmusfuteqkuk4, O_RDWR) failed: No such file or directory (2) [Unknown, line 0]Code Context$_GET = array( 'url' => 'welcome' ) $_POST = array() $_COOKIE = array() $_FILES = array() $_SERVER = array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=welcome', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/welcome', 'DOCUMENT_URI' => '/index.php', 'DOCUMENT_ROOT' => '/var/portal-test/app/webroot', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_SOFTWARE' => 'nginx/1.6.2', 'REMOTE_ADDR' => '216.73.216.162', 'REMOTE_PORT' => '58852', 'SERVER_ADDR' => '217.117.134.228', 'SERVER_PORT' => '80', 'SERVER_NAME' => 'test.twoja.tv', 'REDIRECT_STATUS' => '200', 'SCRIPT_FILENAME' => '/var/portal-test/app/webroot/index.php', 'HTTP_ACCEPT' => '*/*', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'test.twoja.tv', 'HTTP_VIA' => '1.1 squid-proxy-5b5d847c96-bg4x8 (squid/6.10)', 'HTTP_X_FORWARDED_FOR' => '10.9.52.202', 'HTTP_CACHE_CONTROL' => 'max-age=259200', 'HTTP_CONNECTION' => 'keep-alive', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => (float) 1775274393.7379, 'REQUEST_TIME' => (int) 1775274393 ) $_ENV = array() $encoding = 'UTF-8' $Dispatcher = object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} } $GLOBALS = array( '_GET' => array( 'url' => 'welcome' ), '_POST' => array(), '_COOKIE' => array(), '_FILES' => array(), '_SERVER' => array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=welcome', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/welcome', 'DOCUMENT_URI' => '/index.php', 'DOCUMENT_ROOT' => '/var/portal-test/app/webroot', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_SOFTWARE' => 'nginx/1.6.2', 'REMOTE_ADDR' => '216.73.216.162', 'REMOTE_PORT' => '58852', 'SERVER_ADDR' => '217.117.134.228', 'SERVER_PORT' => '80', 'SERVER_NAME' => 'test.twoja.tv', 'REDIRECT_STATUS' => '200', 'SCRIPT_FILENAME' => '/var/portal-test/app/webroot/index.php', 'HTTP_ACCEPT' => '*/*', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'test.twoja.tv', 'HTTP_VIA' => '1.1 squid-proxy-5b5d847c96-bg4x8 (squid/6.10)', 'HTTP_X_FORWARDED_FOR' => '10.9.52.202', 'HTTP_CACHE_CONTROL' => 'max-age=259200', 'HTTP_CONNECTION' => 'keep-alive', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => (float) 1775274393.7379, 'REQUEST_TIME' => (int) 1775274393 ), '_ENV' => array(), 'encoding' => 'UTF-8', 'Dispatcher' => object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} }, 'GLOBALS' => [recursion], '_REQUEST' => array( 'url' => 'welcome' ), '_SESSION' => array( 'FB' => array( 'Me' => null ) ) ) $_REQUEST = array( 'url' => 'welcome' ) $_SESSION = array( 'FB' => array( 'Me' => null ) )session_write_close - [internal], line ?? [main] - [internal], line ??
Warning (2): Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/portal-test/app/tmp/sessions) [Unknown, line 0]Code Context$_GET = array( 'url' => 'welcome' ) $_POST = array() $_COOKIE = array() $_FILES = array() $_SERVER = array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=welcome', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/welcome', 'DOCUMENT_URI' => '/index.php', 'DOCUMENT_ROOT' => '/var/portal-test/app/webroot', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_SOFTWARE' => 'nginx/1.6.2', 'REMOTE_ADDR' => '216.73.216.162', 'REMOTE_PORT' => '58852', 'SERVER_ADDR' => '217.117.134.228', 'SERVER_PORT' => '80', 'SERVER_NAME' => 'test.twoja.tv', 'REDIRECT_STATUS' => '200', 'SCRIPT_FILENAME' => '/var/portal-test/app/webroot/index.php', 'HTTP_ACCEPT' => '*/*', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'test.twoja.tv', 'HTTP_VIA' => '1.1 squid-proxy-5b5d847c96-bg4x8 (squid/6.10)', 'HTTP_X_FORWARDED_FOR' => '10.9.52.202', 'HTTP_CACHE_CONTROL' => 'max-age=259200', 'HTTP_CONNECTION' => 'keep-alive', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => (float) 1775274393.7379, 'REQUEST_TIME' => (int) 1775274393 ) $_ENV = array() $encoding = 'UTF-8' $Dispatcher = object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} } $GLOBALS = array( '_GET' => array( 'url' => 'welcome' ), '_POST' => array(), '_COOKIE' => array(), '_FILES' => array(), '_SERVER' => array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=welcome', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/welcome', 'DOCUMENT_URI' => '/index.php', 'DOCUMENT_ROOT' => '/var/portal-test/app/webroot', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_SOFTWARE' => 'nginx/1.6.2', 'REMOTE_ADDR' => '216.73.216.162', 'REMOTE_PORT' => '58852', 'SERVER_ADDR' => '217.117.134.228', 'SERVER_PORT' => '80', 'SERVER_NAME' => 'test.twoja.tv', 'REDIRECT_STATUS' => '200', 'SCRIPT_FILENAME' => '/var/portal-test/app/webroot/index.php', 'HTTP_ACCEPT' => '*/*', 'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate', 'HTTP_HOST' => 'test.twoja.tv', 'HTTP_VIA' => '1.1 squid-proxy-5b5d847c96-bg4x8 (squid/6.10)', 'HTTP_X_FORWARDED_FOR' => '10.9.52.202', 'HTTP_CACHE_CONTROL' => 'max-age=259200', 'HTTP_CONNECTION' => 'keep-alive', 'PHP_SELF' => '/index.php', 'REQUEST_TIME_FLOAT' => (float) 1775274393.7379, 'REQUEST_TIME' => (int) 1775274393 ), '_ENV' => array(), 'encoding' => 'UTF-8', 'Dispatcher' => object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} }, 'GLOBALS' => [recursion], '_REQUEST' => array( 'url' => 'welcome' ), '_SESSION' => array( 'FB' => array( 'Me' => null ) ) ) $_REQUEST = array( 'url' => 'welcome' ) $_SESSION = array( 'FB' => array( 'Me' => null ) )session_write_close - [internal], line ?? [main] - [internal], line ??