Notice (8): Undefined offset: 1 [APP/views/helpers/project.php, line 29]
Code |
Context$date = null
$conversion = "F j, Y"
$array_date = array(
"3000-01-01" => "Immediate",
"3000-02-01" => "1 week after end of project bidding",
"3000-03-01" => "2 weeks after end of project bidding",
"3000-04-01" => "1 month after end of project bidding",
"3000-05-01" => "2 months after end of project bidding"
)
$matches = array()
$ex = array(
""
)
}
$ex = explode( '-', $date );
return date( $conversion, mktime( 0, 0, 0, $ex[1], substr( $ex[2], 0, 2 ), $ex[0] ) );
ProjectHelper::dateConvert() - APP/views/helpers/project.php, line 29
include - APP/views/projects/bid.ctp, line 295
View::_render() - CORE/cake/libs/view/view.php, line 662
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 799
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined offset: 2 [APP/views/helpers/project.php, line 29]
Code |
Context$date = null
$conversion = "F j, Y"
$array_date = array(
"3000-01-01" => "Immediate",
"3000-02-01" => "1 week after end of project bidding",
"3000-03-01" => "2 weeks after end of project bidding",
"3000-04-01" => "1 month after end of project bidding",
"3000-05-01" => "2 months after end of project bidding"
)
$matches = array()
$ex = array(
""
)
}
$ex = explode( '-', $date );
return date( $conversion, mktime( 0, 0, 0, $ex[1], substr( $ex[2], 0, 2 ), $ex[0] ) );
ProjectHelper::dateConvert() - APP/views/helpers/project.php, line 29
include - APP/views/projects/bid.ctp, line 295
View::_render() - CORE/cake/libs/view/view.php, line 662
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 799
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Warning (2): mktime() expects parameter 6 to be long, string given [APP/views/helpers/project.php, line 29]
Code |
Context$date = null
$conversion = "F j, Y"
$array_date = array(
"3000-01-01" => "Immediate",
"3000-02-01" => "1 week after end of project bidding",
"3000-03-01" => "2 weeks after end of project bidding",
"3000-04-01" => "1 month after end of project bidding",
"3000-05-01" => "2 months after end of project bidding"
)
$matches = array()
$ex = array(
""
)
mktime - [internal], line ??
ProjectHelper::dateConvert() - APP/views/helpers/project.php, line 29
include - APP/views/projects/bid.ctp, line 295
View::_render() - CORE/cake/libs/view/view.php, line 662
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 799
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 230
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
January 1, 1970