Warning (2): session_start(): open(/var/portal-test/app/tmp/sessions/sess_cphub8m1a2v9nc8tebb1kepqt1, O_RDWR) failed: No such file or directory (2) [CORE/Cake/Model/Datasource/CakeSession.php, line 660]Code Context// For IE<=8session_cache_limiter("must-revalidate");session_start();session_start - [internal], line ?? CakeSession::_startSession() - CORE/Cake/Model/Datasource/CakeSession.php, line 660 CakeSession::start() - CORE/Cake/Model/Datasource/CakeSession.php, line 204 CakeSession::read() - CORE/Cake/Model/Datasource/CakeSession.php, line 383 SessionComponent::read() - CORE/Cake/Controller/Component/SessionComponent.php, line 69 ToolbarComponent::__construct() - APP/Plugin/DebugKit/Controller/Component/ToolbarComponent.php, line 161 ComponentCollection::load() - CORE/Cake/Controller/ComponentCollection.php, line 116 ComponentCollection::init() - CORE/Cake/Controller/ComponentCollection.php, line 53 Controller::constructClasses() - CORE/Cake/Controller/Controller.php, line 643 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 186 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 | 21 | 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 | 106 | maybe slow |
Peak Memory Use 16.88 MB
| Message | Memory use |
|---|---|
| Component initialization | 2.11 MB |
| Controller action start | 3.86 MB |
| Controller render start | 10.49 MB |
| View render complete | 13.78 MB |
Total Request Time: 880 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 11.63 | |
| Event: Controller.initialize | 201.10 | |
| Event: Controller.startup | 0.31 | |
| Controller action | 175.34 | |
| Event: Controller.beforeRender | 1.61 | |
| » Processing toolbar data | 1.49 | |
| Rendering View | 472.54 | |
| » Event: View.beforeRender | 0.03 | |
| » Rendering APP/View/Welcome/index.ctp | 455.57 | |
| » » Rendering APP/View/Elements/VideoPlayer/video_player.ctp | 1.16 | |
| » » » Rendering APP/View/Elements/VideoPlayer/TVChannelPlayer/player_bar.ctp | 0.33 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp | 32.49 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #2 | 96.09 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #3 | 110.40 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #4 | 85.37 | |
| » » Rendering APP/View/Elements/Welcome/grid_videos.ctp #5 | 120.15 | |
| » Event: View.afterRender | 0.03 | |
| » Event: View.beforeLayout | 0.03 | |
| » Rendering APP/View/Layouts/base.ctp | 15.62 | |
| » » Rendering APP/View/Elements/ga.ctp | 0.21 | |
| » » Rendering APP/View/Elements/Layouts/Common/browsehappy.ctp | 0.16 | |
| » » Rendering APP/View/Elements/Layouts/Base/Sidebar/logged_out.ctp | 2.60 | |
| » » » Rendering APP/View/Elements/Layouts/Base/Forms/search_form.ctp | 1.41 | |
| » » Rendering APP/View/Elements/Layouts/Base/NavbarTop/logged_out.ctp #2 | 0.93 | |
| » » » Rendering APP/View/Elements/Layouts/Base/Forms/search_form.ctp #2 | 0.47 | |
| » » Rendering APP/View/Elements/Layouts/Base/Footer/footer.ctp | 2.15 | |
| » » » 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 | 8.33 | |
| Event: View.afterLayout | 0.00 |
| Time | Message |
|---|---|
| 2026-04-04 07:20:42 | ==== |
| 2026-04-04 07:20:42 | WelcomeController |
| 2026-04-04 07:20:42 | ==== |
| 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=ttv |
| Request Method | GET |
| Content Type | |
| Content Length | |
| Script Name | /index.php |
| Request Uri | /ttv |
| 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 | 28318 |
| 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 Cookie | TwojaTV=cphub8m1a2v9nc8tebb1kepqt1 |
| 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 | 1775280042.4227 |
| Request Time | 1775280042 |
Warning (2): Unknown: open(/var/portal-test/app/tmp/sessions/sess_cphub8m1a2v9nc8tebb1kepqt1, O_RDWR) failed: No such file or directory (2) [Unknown, line 0]Code Context$_GET = array( 'url' => 'ttv' ) $_POST = array() $_COOKIE = array( 'TwojaTV' => 'cphub8m1a2v9nc8tebb1kepqt1' ) $_FILES = array() $_SERVER = array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=ttv', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/ttv', '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' => '28318', '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_COOKIE' => 'TwojaTV=cphub8m1a2v9nc8tebb1kepqt1', '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) 1775280042.4227, 'REQUEST_TIME' => (int) 1775280042 ) $_ENV = array() $encoding = 'UTF-8' $Dispatcher = object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} } $_SESSION = array( 'Config' => array( 'userAgent' => '743a95fd61bbe702d0006525b160ea75', 'time' => (int) 1775294442, 'countdown' => (int) 10 ), 'FB' => array( 'Me' => null ) ) $GLOBALS = array( '_GET' => array( 'url' => 'ttv' ), '_POST' => array(), '_COOKIE' => array( 'TwojaTV' => 'cphub8m1a2v9nc8tebb1kepqt1' ), '_FILES' => array(), '_SERVER' => array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=ttv', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/ttv', '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' => '28318', '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_COOKIE' => 'TwojaTV=cphub8m1a2v9nc8tebb1kepqt1', '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) 1775280042.4227, 'REQUEST_TIME' => (int) 1775280042 ), '_ENV' => array(), 'encoding' => 'UTF-8', 'Dispatcher' => object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} }, '_SESSION' => array( 'Config' => array( 'userAgent' => '743a95fd61bbe702d0006525b160ea75', 'time' => (int) 1775294442, 'countdown' => (int) 10 ), 'FB' => array( 'Me' => null ) ), 'GLOBALS' => [recursion], '_REQUEST' => array( 'url' => 'ttv' ) ) $_REQUEST = array( 'url' => 'ttv' )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' => 'ttv' ) $_POST = array() $_COOKIE = array( 'TwojaTV' => 'cphub8m1a2v9nc8tebb1kepqt1' ) $_FILES = array() $_SERVER = array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=ttv', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/ttv', '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' => '28318', '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_COOKIE' => 'TwojaTV=cphub8m1a2v9nc8tebb1kepqt1', '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) 1775280042.4227, 'REQUEST_TIME' => (int) 1775280042 ) $_ENV = array() $encoding = 'UTF-8' $Dispatcher = object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} } $_SESSION = array( 'Config' => array( 'userAgent' => '743a95fd61bbe702d0006525b160ea75', 'time' => (int) 1775294442, 'countdown' => (int) 10 ), 'FB' => array( 'Me' => null ) ) $GLOBALS = array( '_GET' => array( 'url' => 'ttv' ), '_POST' => array(), '_COOKIE' => array( 'TwojaTV' => 'cphub8m1a2v9nc8tebb1kepqt1' ), '_FILES' => array(), '_SERVER' => array( 'USER' => 'nginx', 'HOME' => '/nonexistent', 'FCGI_ROLE' => 'RESPONDER', 'QUERY_STRING' => 'url=ttv', 'REQUEST_METHOD' => 'GET', 'CONTENT_TYPE' => '', 'CONTENT_LENGTH' => '', 'SCRIPT_NAME' => '/index.php', 'REQUEST_URI' => '/ttv', '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' => '28318', '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_COOKIE' => 'TwojaTV=cphub8m1a2v9nc8tebb1kepqt1', '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) 1775280042.4227, 'REQUEST_TIME' => (int) 1775280042 ), '_ENV' => array(), 'encoding' => 'UTF-8', 'Dispatcher' => object(Dispatcher) { [protected] _eventManager => object(CakeEventManager) {} }, '_SESSION' => array( 'Config' => array( 'userAgent' => '743a95fd61bbe702d0006525b160ea75', 'time' => (int) 1775294442, 'countdown' => (int) 10 ), 'FB' => array( 'Me' => null ) ), 'GLOBALS' => [recursion], '_REQUEST' => array( 'url' => 'ttv' ) ) $_REQUEST = array( 'url' => 'ttv' )session_write_close - [internal], line ?? [main] - [internal], line ??