Notice (8): Trying to get property of non-object [APP/Controller/UsersController.php, line 318]Code Context$video_details = $this->Videos->find('all')->where(['id' => $video_id])->first();
if ($video_details->video_of_week == '1') {
$video_id = 'instagram' $showcomment = null $video_details = nullApp\Controller\UsersController::videoDetails() - APP/Controller/UsersController.php, line 318 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 435 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 122 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92 [main] - ROOT/webroot/index.php, line 37
Notice (8): Trying to get property of non-object [APP/Controller/UsersController.php, line 324]Code Context}
$post_id = $video_details->post_id;
$video_id = 'instagram' $showcomment = null $video_details = nullApp\Controller\UsersController::videoDetails() - APP/Controller/UsersController.php, line 324 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 435 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 122 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92 [main] - ROOT/webroot/index.php, line 37
Notice (8): Trying to get property of non-object [APP/Controller/UsersController.php, line 325]Code Context
$post_id = $video_details->post_id;
$user_id = $video_details->user_id;
$video_id = 'instagram' $showcomment = null $video_details = null $post_id = nullApp\Controller\UsersController::videoDetails() - APP/Controller/UsersController.php, line 325 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 435 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 122 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92 [main] - ROOT/webroot/index.php, line 37
Warning (512): Unable to emit headers. Headers sent in file=/var/www/html/projectactionstar/vendor/cakephp/cakephp/src/Error/Debugger.php line=754 [CORE/src/Http/ResponseEmitter.php, line 48]Code Context$message = "Unable to emit headers. Headers sent in file=$file line=$line";
if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
$response = object(Zend\Diactoros\Response) { [protected] headers => [ 'Content-Type' => [ [maximum depth reached] ] ] [protected] headerNames => [ 'content-type' => 'Content-Type' ] [private] phrases => [ (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 102 => 'Processing', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 207 => 'Multi-status', (int) 208 => 'Already Reported', (int) 226 => 'IM used', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 306 => 'Switch Proxy', (int) 307 => 'Temporary Redirect', (int) 308 => 'Permanent Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 418 => 'I'm a teapot', (int) 421 => 'Misdirected Request', (int) 422 => 'Unprocessable Entity', (int) 423 => 'Locked', (int) 424 => 'Failed Dependency', (int) 425 => 'Unordered Collection', (int) 426 => 'Upgrade Required', (int) 428 => 'Precondition Required', (int) 429 => 'Too Many Requests', (int) 431 => 'Request Header Fields Too Large', (int) 444 => 'Connection Closed Without Response', (int) 451 => 'Unavailable For Legal Reasons', (int) 499 => 'Client Closed Request', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'HTTP Version not supported', (int) 506 => 'Variant Also Negotiates', (int) 507 => 'Insufficient Storage', (int) 508 => 'Loop Detected', (int) 510 => 'Not Extended', (int) 511 => 'Network Authentication Required', (int) 599 => 'Network Connect Timeout Error' ] [private] reasonPhrase => '' [private] statusCode => (int) 200 [private] protocol => '1.1' [private] stream => object(Zend\Diactoros\Stream) {} } $maxBufferLength = (int) 8192 $file = '/var/www/html/projectactionstar/vendor/cakephp/cakephp/src/Error/Debugger.php' $line = (int) 754 $message = 'Unable to emit headers. Headers sent in file=/var/www/html/projectactionstar/vendor/cakephp/cakephp/src/Error/Debugger.php line=754'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 118 [main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/projectactionstar/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php, line 145]Code Context$response->getProtocolVersion(),
$response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
$response = object(Zend\Diactoros\Response) { [protected] headers => [ 'Content-Type' => [ [maximum depth reached] ] ] [protected] headerNames => [ 'content-type' => 'Content-Type' ] [private] phrases => [ (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 102 => 'Processing', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 207 => 'Multi-status', (int) 208 => 'Already Reported', (int) 226 => 'IM used', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 306 => 'Switch Proxy', (int) 307 => 'Temporary Redirect', (int) 308 => 'Permanent Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 418 => 'I'm a teapot', (int) 421 => 'Misdirected Request', (int) 422 => 'Unprocessable Entity', (int) 423 => 'Locked', (int) 424 => 'Failed Dependency', (int) 425 => 'Unordered Collection', (int) 426 => 'Upgrade Required', (int) 428 => 'Precondition Required', (int) 429 => 'Too Many Requests', (int) 431 => 'Request Header Fields Too Large', (int) 444 => 'Connection Closed Without Response', (int) 451 => 'Unavailable For Legal Reasons', (int) 499 => 'Client Closed Request', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'HTTP Version not supported', (int) 506 => 'Variant Also Negotiates', (int) 507 => 'Insufficient Storage', (int) 508 => 'Loop Detected', (int) 510 => 'Not Extended', (int) 511 => 'Network Authentication Required', (int) 599 => 'Network Connect Timeout Error' ] [private] reasonPhrase => 'OK' [private] statusCode => (int) 200 [private] protocol => '1.1' [private] stream => object(Zend\Diactoros\Stream) {} } $reasonPhrase = 'OK'header - [internal], line ?? Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 145 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 118 [main] - ROOT/webroot/index.php, line 37
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/projectactionstar/vendor/cakephp/cakephp/src/Error/Debugger.php:754) [CORE/src/Http/ResponseEmitter.php, line 173]Code Context$name,
$value
), $first);
$response = object(Zend\Diactoros\Response) { [protected] headers => [ 'Content-Type' => [ [maximum depth reached] ] ] [protected] headerNames => [ 'content-type' => 'Content-Type' ] [private] phrases => [ (int) 100 => 'Continue', (int) 101 => 'Switching Protocols', (int) 102 => 'Processing', (int) 200 => 'OK', (int) 201 => 'Created', (int) 202 => 'Accepted', (int) 203 => 'Non-Authoritative Information', (int) 204 => 'No Content', (int) 205 => 'Reset Content', (int) 206 => 'Partial Content', (int) 207 => 'Multi-status', (int) 208 => 'Already Reported', (int) 226 => 'IM used', (int) 300 => 'Multiple Choices', (int) 301 => 'Moved Permanently', (int) 302 => 'Found', (int) 303 => 'See Other', (int) 304 => 'Not Modified', (int) 305 => 'Use Proxy', (int) 306 => 'Switch Proxy', (int) 307 => 'Temporary Redirect', (int) 308 => 'Permanent Redirect', (int) 400 => 'Bad Request', (int) 401 => 'Unauthorized', (int) 402 => 'Payment Required', (int) 403 => 'Forbidden', (int) 404 => 'Not Found', (int) 405 => 'Method Not Allowed', (int) 406 => 'Not Acceptable', (int) 407 => 'Proxy Authentication Required', (int) 408 => 'Request Time-out', (int) 409 => 'Conflict', (int) 410 => 'Gone', (int) 411 => 'Length Required', (int) 412 => 'Precondition Failed', (int) 413 => 'Request Entity Too Large', (int) 414 => 'Request-URI Too Large', (int) 415 => 'Unsupported Media Type', (int) 416 => 'Requested range not satisfiable', (int) 417 => 'Expectation Failed', (int) 418 => 'I'm a teapot', (int) 421 => 'Misdirected Request', (int) 422 => 'Unprocessable Entity', (int) 423 => 'Locked', (int) 424 => 'Failed Dependency', (int) 425 => 'Unordered Collection', (int) 426 => 'Upgrade Required', (int) 428 => 'Precondition Required', (int) 429 => 'Too Many Requests', (int) 431 => 'Request Header Fields Too Large', (int) 444 => 'Connection Closed Without Response', (int) 451 => 'Unavailable For Legal Reasons', (int) 499 => 'Client Closed Request', (int) 500 => 'Internal Server Error', (int) 501 => 'Not Implemented', (int) 502 => 'Bad Gateway', (int) 503 => 'Service Unavailable', (int) 504 => 'Gateway Time-out', (int) 505 => 'HTTP Version not supported', (int) 506 => 'Variant Also Negotiates', (int) 507 => 'Insufficient Storage', (int) 508 => 'Loop Detected', (int) 510 => 'Not Extended', (int) 511 => 'Network Authentication Required', (int) 599 => 'Network Connect Timeout Error' ] [private] reasonPhrase => 'OK' [private] statusCode => (int) 200 [private] protocol => '1.1' [private] stream => object(Zend\Diactoros\Stream) {} } $values = [ (int) 0 => 'text/html; charset=UTF-8' ] $name = 'Content-Type' $first = true $value = 'text/html; charset=UTF-8'header - [internal], line ?? Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 173 Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55 Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 118 [main] - ROOT/webroot/index.php, line 37
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 26]Code Context}
$video_id = $user_recent_video->id;
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = 'instagram' $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'include - APP/Template/Users/video_details.ctp, line 26 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 27]Code Context
$video_id = $user_recent_video->id;
$embed_url = $user_recent_video->embed_url;
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'include - APP/Template/Users/video_details.ctp, line 27 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 50]Code Context<div class="resize-on-scroll" style="height: 660px;">
<?php
$video = $user_recent_video->video;
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif'include - APP/Template/Users/video_details.ctp, line 50 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 51]Code Context<?php
$video = $user_recent_video->video;
$embed_url = $user_recent_video->embed_url;
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = nullinclude - APP/Template/Users/video_details.ctp, line 51 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 287]Code Context$VideoUrl = Configure::read('Site.VideoUrl');
$video = 'no_video.mp4';
if ($user_recent_video->video != '') {
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/'include - APP/Template/Users/video_details.ctp, line 287 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
</div>
</div>
<input type="hidden" id="video_id" value="<?php echo $user_recent_video->id;?>">
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/'
include - APP/Template/Users/video_details.ctp, line 359 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 364]Code Context<div class="row">
<div class="col-sm-9">
<h3 class="whiteText"><?php echo $user_recent_video->video_name; ?></h3>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/'include - APP/Template/Users/video_details.ctp, line 364 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 369]Code Context<?php
if($video_details->featured != 1 && $video_details->post_id != '0'){ ?>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/'include - APP/Template/Users/video_details.ctp, line 369 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 369]Code Context<?php
if($video_details->featured != 1 && $video_details->post_id != '0'){ ?>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/'include - APP/Template/Users/video_details.ctp, line 369 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
<div class="col-sm-6">
<a href="<?php echo Router::url('/').'users/view-profile/'.$user_recent_video->id;?>">
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/'
include - APP/Template/Users/video_details.ctp, line 374 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Undefined offset: 0 [APP/Template/Users/video_details.ctp, line 386]Code Context?>
<span class="vUserPic dynamicBg" style="background-image:url(<?php echo $ProfileUrl.$user_image; ?>)"></span>
<h4><?php echo $view_profile_details[0]->name; ?></h4>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg'include - APP/Template/Users/video_details.ctp, line 386 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 386]Code Context?>
<span class="vUserPic dynamicBg" style="background-image:url(<?php echo $ProfileUrl.$user_image; ?>)"></span>
<h4><?php echo $view_profile_details[0]->name; ?></h4>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg'include - APP/Template/Users/video_details.ctp, line 386 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Undefined offset: 0 [APP/Template/Users/video_details.ctp, line 387]Code Context<span class="vUserPic dynamicBg" style="background-image:url(<?php echo $ProfileUrl.$user_image; ?>)"></span>
<h4><?php echo $view_profile_details[0]->name; ?></h4>
<h6><?php echo $view_profile_details[0]->state.', '.$view_profile_details[0]->country; ?></h6>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg'include - APP/Template/Users/video_details.ctp, line 387 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 387]Code Context<span class="vUserPic dynamicBg" style="background-image:url(<?php echo $ProfileUrl.$user_image; ?>)"></span>
<h4><?php echo $view_profile_details[0]->name; ?></h4>
<h6><?php echo $view_profile_details[0]->state.', '.$view_profile_details[0]->country; ?></h6>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg'include - APP/Template/Users/video_details.ctp, line 387 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Undefined offset: 0 [APP/Template/Users/video_details.ctp, line 387]Code Context<span class="vUserPic dynamicBg" style="background-image:url(<?php echo $ProfileUrl.$user_image; ?>)"></span>
<h4><?php echo $view_profile_details[0]->name; ?></h4>
<h6><?php echo $view_profile_details[0]->state.', '.$view_profile_details[0]->country; ?></h6>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg'include - APP/Template/Users/video_details.ctp, line 387 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 387],Code Context<span class="vUserPic dynamicBg" style="background-image:url(<?php echo $ProfileUrl.$user_image; ?>)"></span>
<h4><?php echo $view_profile_details[0]->name; ?></h4>
<h6><?php echo $view_profile_details[0]->state.', '.$view_profile_details[0]->country; ?></h6>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg'include - APP/Template/Users/video_details.ctp, line 387 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 400]Code Context$checkRatingToday= $this->Common->checkRatingToday($video_id,$this->request->session()->read('Auth.User.id'));
}
if((Configure::read('SiteSettingsTbl')->stage == $video_details->stage_id && Configure::read('SiteSettingsTbl')->voting_status == '1' && Configure::read('SiteSettingsTbl')->vote_par_user > $checkRating) && (Configure::read('SiteSettingsTbl')->video_vote_par_user == 0 || Configure::read('SiteSettingsTbl')->video_vote_par_user > $checkRatingToday )){
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0include - APP/Template/Users/video_details.ctp, line 400 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 427]0 views Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 428]Code Context<?php
if(Configure::read('SiteSettingsTbl')->video_views == '1' ){
echo ($video_details->video_play_counter=='')?'0':$video_details->video_play_counter;?> views <?php } ?>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0include - APP/Template/Users/video_details.ctp, line 427 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
if(Configure::read('SiteSettingsTbl')->video_views == '1' ){
echo ($video_details->video_play_counter=='')?'0':$video_details->video_play_counter;?> views <?php } ?>
<img src="<?php echo $this->request->webroot; ?>img/<?php echo ($video_details->admin_rating=='' || $video_details->admin_rating=='0')?'reel-in-active.png':'reel-active.png';?>" alt="" width="46" height="25" >
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0
include - APP/Template/Users/video_details.ctp, line 428 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Undefined offset: 0 [APP/Template/Users/video_details.ctp, line 437]Code Context<div class="row">
<div class="col-sm-5">
<div class="submitingPostion">Submitting Position: <span><?php echo $view_profile_details[0]->position; ?></span></div>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0include - APP/Template/Users/video_details.ctp, line 437 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 437]Code Context<div class="row">
<div class="col-sm-5">
<div class="submitingPostion">Submitting Position: <span><?php echo $view_profile_details[0]->position; ?></span></div>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0include - APP/Template/Users/video_details.ctp, line 437 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 578]0.0Code Context</figure>
<?php
echo number_format($sportlight_rating->avg_rating,1);?>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0 $sportlight_ratings = (int) 0 $totalStarRat = (int) 0 $five_star = (float) 0 $four_star = (float) 0 $three_star = (float) 0 $two_star = (float) 0 $one_star = (float) 0include - APP/Template/Users/video_details.ctp, line 578 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Undefined offset: 0 [APP/Template/Users/video_details.ctp, line 588]Code Context<h4>Description:</h4>
<p><?php
if($view_profile_details[0]->description != ''){
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0 $sportlight_ratings = (int) 0 $totalStarRat = (int) 0 $five_star = (float) 0 $four_star = (float) 0 $three_star = (float) 0 $two_star = (float) 0 $one_star = (float) 0include - APP/Template/Users/video_details.ctp, line 588 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Notice (8): Trying to get property of non-object [APP/Template/Users/video_details.ctp, line 588]N/ACode Context<h4>Description:</h4>
<p><?php
if($view_profile_details[0]->description != ''){
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0 $sportlight_ratings = (int) 0 $totalStarRat = (int) 0 $five_star = (float) 0 $four_star = (float) 0 $three_star = (float) 0 $two_star = (float) 0 $one_star = (float) 0include - APP/Template/Users/video_details.ctp, line 588 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
N/A
<div class="followScoial">
<ul><?php $site_url= Configure::read('Site.url');?>
<li> <a target="_blank" href="https://twitter.com/home?status=<?php echo $site_url;?>users/video-details/<?php echo $user_recent_video->id;?>"><i class="fa fa-twitter" aria-hidden="true"></i></a> </li>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0 $sportlight_ratings = (int) 0 $totalStarRat = (int) 0 $five_star = (float) 0 $four_star = (float) 0 $three_star = (float) 0 $two_star = (float) 0 $one_star = (float) 0 $site_url = 'http://projectactionstar.com/'
include - APP/Template/Users/video_details.ctp, line 620 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
<li>
<a target="_blank" OnClick="window.open(this.href,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=250'); return false;" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $site_url;?>users%2Fvideo-details%2F<?php echo $user_recent_video->id;?>&src=sdkpreparse"><i class="fa fa-facebook" aria-hidden="true"></i></a>
$viewFile = '/var/www/html/projectactionstar/src/Template/Users/video_details.ctp' $dataForView = [ 'sportlight_rating' => null, 'videoScores' => null, 'video_id' => 'instagram', 'featured_video' => object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'video_of_week' => object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'Videos' }, 'user_recent_video' => null, 'total_comments' => object(Cake\ORM\ResultSet) { 'items' => [[maximum depth reached]] }, 'view_profile_details' => [], 'user_all_videos' => [], 'post_id' => null, 'video_details' => null, 'showcomment' => null, 'cookie' => null, 'categories' => [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ], 'follow_links' => object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ [maximum depth reached] ], 'defaultTypes' => [ [maximum depth reached] ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [[maximum depth reached]], 'matching' => [[maximum depth reached]], 'extraOptions' => [[maximum depth reached]], 'repository' => object(App\Model\Table\FollowLinksTable) {} } ] $sportlight_rating = null $videoScores = null $video_id = null $featured_video = object(Cake\ORM\Entity) { 'id' => (int) 104, 'post_id' => (int) 0, 'user_id' => (int) 1, 'video_type' => (int) 1, 'image' => '20190428150406.png', 'thumbnail' => '20190428150341.png', 'video_name' => 'New Trailer: Cut Throat City- Director RZA', 'embed_url' => 'https://youtu.be/vEQgM3gLfBE', 'video' => '', 'video_play_counter' => (int) 28, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1556463850vEQgM3gLfBE.jpg', 'image_gif_small' => '1556463850vEQgM3gLfBE_1.jpg', 'stage_id' => (int) 0, 'tags' => '', 'status' => (int) 1, 'featured' => (int) 1, 'featured_home' => (int) 1, 'approved' => (int) 0, 'video_of_week' => (int) 0, 'video_of_week_date' => null, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $video_of_week = object(Cake\ORM\Entity) { 'id' => (int) 105, 'post_id' => (int) 3, 'user_id' => (int) 212, 'video_type' => (int) 1, 'image' => '20190814034219.png', 'thumbnail' => '20190814034157.png', 'video_name' => 'Dolemite Is My Name', 'embed_url' => 'https://www.youtube.com/watch?v=Ws1YIKsuTjQ', 'video' => '', 'video_play_counter' => (int) 243, 'avg_rating' => (float) 0, 'admin_rating' => (int) 0, 'image_gif_large' => '1565754153Ws1YIKsuTjQ.jpg', 'image_gif_small' => '1565754153Ws1YIKsuTjQ_1.jpg', 'stage_id' => (int) 1, 'tags' => 'Dolemite,Wesley Snipes,Eddie Murphy', 'status' => (int) 1, 'featured' => (int) 0, 'featured_home' => (int) 0, 'approved' => (int) 0, 'video_of_week' => (int) 1, 'video_of_week_date' => object(Cake\I18n\FrozenDate) {}, 'one_star' => (int) 0, 'two_star' => (int) 0, 'three_star' => (int) 0, 'four_star' => (int) 0, 'five_star' => (int) 0, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'post' => object(Cake\ORM\Entity) {}, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'Videos' } $user_recent_video = null $total_comments = object(Cake\ORM\ResultSet) { 'items' => [] } $view_profile_details = [] $user_all_videos = [] $post_id = null $video_details = null $showcomment = null $cookie = null $categories = [ (int) 15 => 'Apparel', (int) 13 => 'Cameras & VR', (int) 7 => 'Training Equipments', (int) 11 => 'Tech Gadgets', (int) 12 => 'Collectable Items', (int) 18 => 'PAS Gear', (int) 21 => 'Books', (int) 24 => 'Films', (int) 28 => 'Music For Actions' ] $follow_links = object(Cake\ORM\Query) { '(help)' => 'This is a Query object, to get the results execute or iterate it.', 'sql' => 'SELECT `FollowLinks`.`id` AS `FollowLinks__id`, `FollowLinks`.`name` AS `FollowLinks__name`, `FollowLinks`.`url` AS `FollowLinks__url`, `FollowLinks`.`status` AS `FollowLinks__status`, `FollowLinks`.`image` AS `FollowLinks__image` FROM `follow_links` `FollowLinks` WHERE `status` = :c0', 'params' => [ ':c0' => [ [maximum depth reached] ] ], 'defaultTypes' => [ 'FollowLinks__id' => 'integer', 'FollowLinks.id' => 'integer', 'id' => 'integer', 'FollowLinks__name' => 'string', 'FollowLinks.name' => 'string', 'name' => 'string', 'FollowLinks__url' => 'text', 'FollowLinks.url' => 'text', 'url' => 'text', 'FollowLinks__status' => 'integer', 'FollowLinks.status' => 'integer', 'status' => 'integer', 'FollowLinks__image' => 'string', 'FollowLinks.image' => 'string', 'image' => 'string' ], 'decorators' => (int) 0, 'executed' => false, 'hydrate' => true, 'buffered' => true, 'formatters' => (int) 0, 'mapReducers' => (int) 0, 'contain' => [], 'matching' => [], 'extraOptions' => [], 'repository' => object(App\Model\Table\FollowLinksTable) {} } $disciplinesdropdowns = [ (int) 0 => object(Cake\ORM\Entity) { 'id' => (int) 1, 'name' => 'Martial Arts', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 1 => object(Cake\ORM\Entity) { 'id' => (int) 2, 'name' => 'Boxing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 2 => object(Cake\ORM\Entity) { 'id' => (int) 3, 'name' => 'Stage Fighting', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 3 => object(Cake\ORM\Entity) { 'id' => (int) 4, 'name' => 'Stunt Choreography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 4 => object(Cake\ORM\Entity) { 'id' => (int) 5, 'name' => 'Gymnastics', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 5 => object(Cake\ORM\Entity) { 'id' => (int) 6, 'name' => 'Dance', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 6 => object(Cake\ORM\Entity) { 'id' => (int) 7, 'name' => 'Parkour', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 7 => object(Cake\ORM\Entity) { 'id' => (int) 8, 'name' => 'X-Games', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 8 => object(Cake\ORM\Entity) { 'id' => (int) 9, 'name' => 'Driving', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 9 => object(Cake\ORM\Entity) { 'id' => (int) 10, 'name' => 'Cinematography', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 10 => object(Cake\ORM\Entity) { 'id' => (int) 11, 'name' => 'Directing', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' }, (int) 11 => object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ [maximum depth reached] ], '[dirty]' => [[maximum depth reached]], '[original]' => [[maximum depth reached]], '[virtual]' => [[maximum depth reached]], '[errors]' => [[maximum depth reached]], '[invalid]' => [[maximum depth reached]], '[repository]' => 'disciplines' } ] $temArray = [ (int) 1 => 'Martial Arts', (int) 2 => 'Boxing', (int) 3 => 'Stage Fighting', (int) 4 => 'Stunt Choreography', (int) 5 => 'Gymnastics', (int) 6 => 'Dance', (int) 7 => 'Parkour', (int) 8 => 'X-Games', (int) 9 => 'Driving', (int) 10 => 'Cinematography', (int) 11 => 'Directing', (int) 12 => 'Special Skills' ] $disciplinesdropdown = object(Cake\ORM\Entity) { 'id' => (int) 12, 'name' => 'Special Skills', 'image' => '', 'status' => (int) 1, 'created' => null, 'modified' => null, '[new]' => false, '[accessible]' => [ '*' => true ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[errors]' => [], '[invalid]' => [], '[repository]' => 'disciplines' } $id = (int) 12 $play_icon_enable = '0' $useragent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' $embed_url = null $SponsorUrl = 'http://projectactionstar.com/uploads/sponsor/' $video_image = 'no_image.gif' $video = 'no_video.mp4' $VideoUrl = 'http://projectactionstar.com/uploads/videos/' $ProfileUrl = 'http://projectactionstar.com/uploads/users/' $user_image = 'avatar.jpg' $checkRating = (int) 0 $checkRatingToday = (int) 0 $sportlight_ratings = (int) 0 $totalStarRat = (int) 0 $five_star = (float) 0 $four_star = (float) 0 $three_star = (float) 0 $two_star = (float) 0 $one_star = (float) 0 $site_url = 'http://projectactionstar.com/'
include - APP/Template/Users/video_details.ctp, line 623 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1016 Cake\View\View::_render() - CORE/src/View/View.php, line 975 Cake\View\View::render() - CORE/src/View/View.php, line 599 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 617 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 128 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 96 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 83 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 62 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 81 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Cake\Http\Server::run() - CORE/src/Http/Server.php, line 92
Already a user? LOG IN
By clicking submit, you agree to the terms of use and privacy policy.
haven’t recieved ? RESEND
comments