Args
Exception: Bad datetime format from http://updates.browserproject.com/version-date.asp
#0 /home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php(425): Browscap->_getRemoteMTime()
#1 /home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php(306): Browscap->_getRemoteIniFile('http://browsers...', '/home/warr11/.h...')
#2 /home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php(228): Browscap->updateCache()
#3 /home/warr11/public_html/hitconvert/lib/classes/UserAgent.class.php(219): Browscap->getBrowser()
#4 /home/warr11/public_html/hitconvert/app/includes/functions.php(39): HitUserAgent->__construct()
#5 /home/warr11/public_html/hitconvert/log_request.php(67): log_request()
#6 {main}
File
hitconvert/lib/views/elements/exception.php:3
| 1 |
<h2>Exception Encountered</h2> |
| 2 |
<?php |
| 3 |
dump($Exception); |
Back Trace
array(4) {
["file"]=>
string(43) "hitconvert/lib/views/elements/exception.php"
["line"]=>
int(3)
["function"]=>
string(4) "dump"
["args"]=>
array(1) {
[0]=>
object(Browscap_Exception)#4 (6) {
["message:protected"]=>
string(75) "Bad datetime format from http://updates.browserproject.com/version-date.asp"
["string:private"]=>
string(0) ""
["code:protected"]=>
int(0)
["file:protected"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line:protected"]=>
int(474)
["trace:private"]=>
array(6) {
[0]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(425)
["function"]=>
string(15) "_getRemoteMTime"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[1]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(306)
["function"]=>
string(17) "_getRemoteIniFile"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(2) {
[0]=>
string(52) "http://browsers.garykeith.com/stream.asp?BrowsCapINI"
[1]=>
string(39) "/home/warr11/.hit-root/tmp/browscap.ini"
}
}
[2]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(228)
["function"]=>
string(11) "updateCache"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[3]=>
array(6) {
["file"]=>
string(67) "/home/warr11/public_html/hitconvert/lib/classes/UserAgent.class.php"
["line"]=>
int(219)
["function"]=>
string(10) "getBrowser"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[4]=>
array(6) {
["file"]=>
string(62) "/home/warr11/public_html/hitconvert/app/includes/functions.php"
["line"]=>
int(39)
["function"]=>
string(11) "__construct"
["class"]=>
string(12) "HitUserAgent"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[5]=>
array(4) {
["file"]=>
string(51) "/home/warr11/public_html/hitconvert/log_request.php"
["line"]=>
int(67)
["function"]=>
string(11) "log_request"
["args"]=>
array(0) {
}
}
}
}
}
}
Args
'exception'array (
'Exception' =>
Browscap_Exception::__set_state(array(
'message' => 'Bad datetime format from http://updates.browserproject.com/version-date.asp',
'string' => '',
'code' => 0,
'file' => '/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php',
'line' => 474,
'trace' =>
array (
0 =>
array (
'file' => '/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php',
'line' => 425,
'function' => '_getRemoteMTime',
'class' => 'Browscap',
'type' => '->',
'args' =>
array (
),
),
1 =>
array (
'file' => '/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php',
'line' => 306,
'function' => '_getRemoteIniFile',
'class' => 'Browscap',
'type' => '->',
'args' =>
array (
0 => 'http://browsers.garykeith.com/stream.asp?BrowsCapINI',
1 => '/home/warr11/.hit-root/tmp/browscap.ini',
),
),
2 =>
array (
'file' => '/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php',
'line' => 228,
'function' => 'updateCache',
'class' => 'Browscap',
'type' => '->',
'args' =>
array (
),
),
3 =>
array (
'file' => '/home/warr11/public_html/hitconvert/lib/classes/UserAgent.class.php',
'line' => 219,
'function' => 'getBrowser',
'class' => 'Browscap',
'type' => '->',
'args' =>
array (
),
),
4 =>
array (
'file' => '/home/warr11/public_html/hitconvert/app/includes/functions.php',
'line' => 39,
'function' => '__construct',
'class' => 'HitUserAgent',
'type' => '->',
'args' =>
array (
),
),
5 =>
array (
'file' => '/home/warr11/public_html/hitconvert/log_request.php',
'line' => 67,
'function' => 'log_request',
'args' =>
array (
),
),
),
)),
)
File
hitconvert/app/includes/functions.php:5
| 1 |
<?php |
| 2 |
|
| 3 |
function DefaultExceptionHandler($Exception){ |
| 4 |
if(APP_DEVELOPER_MODE === true){ |
| 5 |
RenderElement('exception', compact('Exception')); |
| 6 |
} else { |
| 7 |
Render('main/pages/404.html'); |
| 8 |
} |
| 9 |
} |
| 10 |
|
| 11 |
/** |
| 12 |
|
Back Trace
array(4) {
["file"]=>
string(37) "hitconvert/app/includes/functions.php"
["line"]=>
int(5)
["function"]=>
string(13) "RenderElement"
["args"]=>
array(2) {
[0]=>
&string(9) "exception"
[1]=>
&array(1) {
["Exception"]=>
object(Browscap_Exception)#4 (6) {
["message:protected"]=>
string(75) "Bad datetime format from http://updates.browserproject.com/version-date.asp"
["string:private"]=>
string(0) ""
["code:protected"]=>
int(0)
["file:protected"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line:protected"]=>
int(474)
["trace:private"]=>
array(6) {
[0]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(425)
["function"]=>
string(15) "_getRemoteMTime"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[1]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(306)
["function"]=>
string(17) "_getRemoteIniFile"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(2) {
[0]=>
string(52) "http://browsers.garykeith.com/stream.asp?BrowsCapINI"
[1]=>
string(39) "/home/warr11/.hit-root/tmp/browscap.ini"
}
}
[2]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(228)
["function"]=>
string(11) "updateCache"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[3]=>
array(6) {
["file"]=>
string(67) "/home/warr11/public_html/hitconvert/lib/classes/UserAgent.class.php"
["line"]=>
int(219)
["function"]=>
string(10) "getBrowser"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[4]=>
array(6) {
["file"]=>
string(62) "/home/warr11/public_html/hitconvert/app/includes/functions.php"
["line"]=>
int(39)
["function"]=>
string(11) "__construct"
["class"]=>
string(12) "HitUserAgent"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[5]=>
array(4) {
["file"]=>
string(51) "/home/warr11/public_html/hitconvert/log_request.php"
["line"]=>
int(67)
["function"]=>
string(11) "log_request"
["args"]=>
array(0) {
}
}
}
}
}
}
}
Args
Exception: Bad datetime format from http://updates.browserproject.com/version-date.asp
#0 /home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php(425): Browscap->_getRemoteMTime()
#1 /home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php(306): Browscap->_getRemoteIniFile('http://browsers...', '/home/warr11/.h...')
#2 /home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php(228): Browscap->updateCache()
#3 /home/warr11/public_html/hitconvert/lib/classes/UserAgent.class.php(219): Browscap->getBrowser()
#4 /home/warr11/public_html/hitconvert/app/includes/functions.php(39): HitUserAgent->__construct()
#5 /home/warr11/public_html/hitconvert/log_request.php(67): log_request()
#6 {main}
Back Trace
array(2) {
["function"]=>
string(23) "DefaultExceptionHandler"
["args"]=>
array(1) {
[0]=>
object(Browscap_Exception)#4 (6) {
["message:protected"]=>
string(75) "Bad datetime format from http://updates.browserproject.com/version-date.asp"
["string:private"]=>
string(0) ""
["code:protected"]=>
int(0)
["file:protected"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line:protected"]=>
int(474)
["trace:private"]=>
array(6) {
[0]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(425)
["function"]=>
string(15) "_getRemoteMTime"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[1]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(306)
["function"]=>
string(17) "_getRemoteIniFile"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(2) {
[0]=>
string(52) "http://browsers.garykeith.com/stream.asp?BrowsCapINI"
[1]=>
string(39) "/home/warr11/.hit-root/tmp/browscap.ini"
}
}
[2]=>
array(6) {
["file"]=>
string(66) "/home/warr11/public_html/hitconvert/lib/classes/Browscap.class.php"
["line"]=>
int(228)
["function"]=>
string(11) "updateCache"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[3]=>
array(6) {
["file"]=>
string(67) "/home/warr11/public_html/hitconvert/lib/classes/UserAgent.class.php"
["line"]=>
int(219)
["function"]=>
string(10) "getBrowser"
["class"]=>
string(8) "Browscap"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[4]=>
array(6) {
["file"]=>
string(62) "/home/warr11/public_html/hitconvert/app/includes/functions.php"
["line"]=>
int(39)
["function"]=>
string(11) "__construct"
["class"]=>
string(12) "HitUserAgent"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[5]=>
array(4) {
["file"]=>
string(51) "/home/warr11/public_html/hitconvert/log_request.php"
["line"]=>
int(67)
["function"]=>
string(11) "log_request"
["args"]=>
array(0) {
}
}
}
}
}
}