Warning (2): mysql_pconnect() [function.mysql-pconnect]: Too many connections [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 564]Code |
Context $config['connect'] = 'mysql_connect';
} else {
$this->connection = mysql_pconnect($config['host'] . ':' . $config['port'], $config['login'], $config['password']);
$config = array(
"persistent" => true,
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"port" => "*****",
"driver" => "mysql",
"connect" => "mysql_connect",
"prefix" => "*****"
)
mysql_pconnect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 564
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 144
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2863
Model::__construct() - CORE/cake/libs/model/model.php, line 478
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 150
CakeSession::__construct() - CORE/cake/libs/cake_session.php, line 180
SessionComponent::__construct() - CORE/cake/libs/controller/components/session.php, line 59
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 247
Component::init() - CORE/cake/libs/controller/component.php, line 78
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613]Code |
Context */
function _execute($sql) {
return mysql_query($sql, $this->connection);
$sql = "SELECT `User`.`email` FROM `users` AS `User` WHERE `id` = 1 LIMIT 1"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 254
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822
Model::find() - CORE/cake/libs/model/model.php, line 2153
Model::field() - CORE/cake/libs/model/model.php, line 1166
MailerComponent::_fillDefaultFields() - APP/controllers/components/mailer.php, line 23
MailerComponent::__construct() - APP/controllers/components/mailer.php, line 12
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250
Component::init() - CORE/cake/libs/controller/component.php, line 78
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 695]Code */
function lastError() {
if (mysql_errno($this->connection)) {
mysql_errno - [internal], line ??
DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 695
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 258
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 411
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 822
Model::find() - CORE/cake/libs/model/model.php, line 2153
Model::field() - CORE/cake/libs/model/model.php, line 1166
MailerComponent::_fillDefaultFields() - APP/controllers/components/mailer.php, line 23
MailerComponent::__construct() - APP/controllers/components/mailer.php, line 12
Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250
Component::init() - CORE/cake/libs/controller/component.php, line 78
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [CORE/plugins/facebook/vendors/facebook/src/facebook.php, line 37]Code |
Context public function __construct($config) {
if (!session_id()) {
session_start();
$config = array(
"appId" => "",
"apiKey" => "",
"secret" => "",
"cookie" => true,
"locale" => "it_IT"
)
session_start - [internal], line ??
Facebook::__construct() - CORE/plugins/facebook/vendors/facebook/src/facebook.php, line 37
FB::__construct() - CORE/plugins/facebook/libs/f_b.php, line 21
ConnectComponent::initialize() - CORE/plugins/facebook/controllers/components/connect.php, line 67
Component::initialize() - CORE/cake/libs/controller/component.php, line 98
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): mysql_real_escape_string() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 684]Code |
Context }
default:
return "'" . mysql_real_escape_string($data, $this->connection) . "'";
$data = "bne08098c4qc63ha18e2gktp65"
$column = "string"
$safe = false
$parent = null
mysql_real_escape_string - [internal], line ??
DboMysql::value() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 684
DboSource::__parseKey() - CORE/cake/libs/model/datasources/dbo_source.php, line 2289
DboSource::conditionKeysToString() - CORE/cake/libs/model/datasources/dbo_source.php, line 2231
DboSource::conditions() - CORE/cake/libs/model/datasources/dbo_source.php, line 2113
DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1474
DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1264
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 820
Model::find() - CORE/cake/libs/model/model.php, line 2153
CakeSession::__read() - CORE/cake/libs/cake_session.php, line 736
session_start - [internal], line ??
Facebook::__construct() - CORE/plugins/facebook/vendors/facebook/src/facebook.php, line 37
FB::__construct() - CORE/plugins/facebook/libs/f_b.php, line 21
ConnectComponent::initialize() - CORE/plugins/facebook/controllers/components/connect.php, line 67
Component::initialize() - CORE/cake/libs/controller/component.php, line 98
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
Warning (2): session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [CORE/plugins/facebook/vendors/facebook/src/facebook.php, line 37]Code |
Context public function __construct($config) {
if (!session_id()) {
session_start();
$config = array(
"appId" => "",
"apiKey" => "",
"secret" => "",
"cookie" => true,
"locale" => "it_IT"
)
session_start - [internal], line ??
Facebook::__construct() - CORE/plugins/facebook/vendors/facebook/src/facebook.php, line 37
FB::__construct() - CORE/plugins/facebook/libs/f_b.php, line 21
ConnectComponent::initialize() - CORE/plugins/facebook/controllers/components/connect.php, line 67
Component::initialize() - CORE/cake/libs/controller/component.php, line 98
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 521
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Invalid argument supplied for foreach() [APP/apis/menu/menu_api_controller.php, line 427]Code |
Context
if (!$breadcrumb) {
$_breadcrumb = $this->Menu->getPathByElement($this->_getCurrentMenuPosition($path));
$path = "/users/getavatar/19/17/17"
$currentPosition = null
$_paths = array(
"",
"users",
"getavatar",
"19",
"17",
"17"
)
$tmp = "/users/getavatar/19/17/17/"
$paths = false
$elements = array(
"",
"/users",
"/users/getavatar",
"/users/getavatar/19",
"/users/getavatar/19/17",
"/users/getavatar/19/17/17",
"/"
)
$item = "17"
$score = 0
$winner = 0
MenuApiController::_getCurrentMenuPosition() - APP/apis/menu/menu_api_controller.php, line 427
MenuApiController::getBreadcrumb() - APP/apis/menu/menu_api_controller.php, line 453
AppController::beforeFilter() - APP/app_controller.php, line 241
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Invalid argument supplied for foreach() [APP/models/menu.php, line 320]Code |
Context
if (!$breadcrumb) {
$_breadcrumb = $this->Menu->getPathByElement($this->_getCurrentMenuPosition($path));
$result = null
$node = stdClass
stdClass::$id = NULL
stdClass::$left = NULL
stdClass::$right = NULL
$path = false
Menu::getPathByElement() - APP/models/menu.php, line 320
MenuApiController::getBreadcrumb() - APP/apis/menu/menu_api_controller.php, line 453
AppController::beforeFilter() - APP/app_controller.php, line 241
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/apis/wikitool/wikitool_api_controller.php, line 133]Code |
Context }
setcookie("dokuCookie",base64_encode(Security::cipher("username=".$user.",uuid=".String::uuid().",gid=".$gid.",read_policy=".(($this->PrivacyApi->hasReadCookieProfiling())?"1":"0"),$this->key.$database['host'].$database['password'].$database['login'])), time()+ (Configure::read('Session.timeout') * $multiplier), "/",INI_Get('session.cookie_domain'));
$username = "anonymous~bpschool"
$user = "anonymous~bpschool"
$multiplier = 100
$database = array(
"driver" => "mysql",
"connect" => "mysql_connect",
"host" => "*****",
"login" => "*****",
"password" => "*****",
"database" => "*****",
"prefix" => "*****"
)
$gid = "ab215539b046f54dabe7fe55a10ea95b"
setcookie - [internal], line ??
WikitoolApiController::set_cookies() - APP/apis/wikitool/wikitool_api_controller.php, line 133
WikitoolApiController::addAnonymousCookie() - APP/apis/wikitool/wikitool_api_controller.php, line 234
ApiController::eventHandler() - APP/apis/core/api_controller.php, line 248
EventHandler::_notify() - APP/apis/core/event_classes.php, line 321
EventHandler::notify() - APP/apis/core/event_classes.php, line 206
AppController::notify() - APP/app_controller.php, line 589
AppController::beforeFilter() - APP/app_controller.php, line 292
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [CORE/cake/libs/controller/components/request_handler.php, line 763]Code |
Context */
function _header($header) {
header($header);
$header = "Content-type: text/html; charset=UTF-8"
header - [internal], line ??
RequestHandlerComponent::_header() - CORE/cake/libs/controller/components/request_handler.php, line 763
RequestHandlerComponent::respondAs() - CORE/cake/libs/controller/components/request_handler.php, line 747
RequestHandlerComponent::startup() - CORE/cake/libs/controller/components/request_handler.php, line 248
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2231]Code |
Context $etag='"' . md5($last_modified) . '"';
header("Content-Length: ".$fileSize);
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2231
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2232]Code |
Context
header("Content-Length: ".$fileSize);
header("Content-type: ".($fileType ? $fileType : "image/jpeg")); // if we really don't know the file type, assume jpeg
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2232
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2233]Code |
Context header("Content-Length: ".$fileSize);
header("Content-type: ".($fileType ? $fileType : "image/jpeg")); // if we really don't know the file type, assume jpeg
header("Cache-Control: no-cache");//header("Cache-Control: public, max-age=1800");
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2233
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2234]Code |
Context header("Content-type: ".($fileType ? $fileType : "image/jpeg")); // if we really don't know the file type, assume jpeg
header("Cache-Control: no-cache");//header("Cache-Control: public, max-age=1800");
header("Age: 15");
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2234
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2235]Code |
Context header("Cache-Control: no-cache");//header("Cache-Control: public, max-age=1800");
header("Age: 15");
header("Date: ".gmdate("D, d M Y H:i:s", time())." GMT");
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2235
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2236]Code |
Context header("Age: 15");
header("Date: ".gmdate("D, d M Y H:i:s", time())." GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s",$last_modified)." GMT");;
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2236
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2237]Code |
Context header("Date: ".gmdate("D, d M Y H:i:s", time())." GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s",$last_modified)." GMT");;
header("Expires: ".gmdate("D, d M Y H:i:s", time() + 1800)." GMT");
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2237
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
Warning (2): Cannot modify header information - headers already sent by (output started at /mnt/data/www/sites/dcn_sites/bpschool/home/cake/libs/debugger.php:686) [APP/controllers/users_controller.php, line 2238]Code |
Context header("Last-Modified: ".gmdate("D, d M Y H:i:s",$last_modified)." GMT");;
header("Expires: ".gmdate("D, d M Y H:i:s", time() + 1800)." GMT");
header("ETag: ".$etag);
$id = "19"
$width = "17"
$height = "17"
$user = false
$file = array(
"type" => "image/jpeg",
"size" => 1401,
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/images/no_avatar.jpg",
"width" => 85,
"height" => 85
)
$filePath = "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17"
$fileSize = 764
$fileType = null
$thumb = array(
"src" => "/mnt/data/www/sites/dcn_sites/bpschool/home/app/webroot/files/avatarfiles/thumbs/_17_17",
"type" => null,
"size" => 764
)
$last_modified = 1765003361
$etag = ""5b0ee59f97380b452731b2d9974bc0c4""
header - [internal], line ??
UsersController::getavatar() - APP/controllers/users_controller.php, line 2238
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 96
ÿØÿà JFIF ÿþ >CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality
ÿÛ C
$.' ",#(7),01444'9=82<.342ÿÛ C
2!!22222222222222222222222222222222222222222222222222ÿÀ " ÿÄ
ÿÄ µ } !1AQa"q2‘¡#B±ÁRÑð$3br‚
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ
ÿÄ µ w !1AQaq"2B‘¡±Á #3RðbrÑ
$4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ ? ÷Kû‰-âVŒ[=©Ö3½Å¾÷Æàq‘Þ¨j7&IL
ˆzúšŽÒòHSvbÝÈ=¨rŠ( zëþ>¥ÿ |Ô-÷OÒŠ(¥¢Š(ÿÙ