Notice (8): Undefined index: name [APP/views/helpers/dishola.php, line 227]
Code |
Context$User = array(
"Profile" => null
)
$size = "16"
$link_text = false
function user($User, $size='16', $link_text=false) {
if (!$link_text) {
$link_text = $User['name'];
DisholaHelper::user() - APP/views/helpers/dishola.php, line 227
include - APP/views/elements/user_profile_view.thtml, line 131
View::_render() - CORE/cake/libs/view/view.php, line 662
View::element() - CORE/cake/libs/view/view.php, line 343
View::renderElement() - CORE/cake/libs/view/view.php, line 919
include - APP/views/users/view.thtml, line 152
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 774
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 248
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 84
Notice (8): Undefined index: name [APP/views/helpers/dishola.php, line 231]
Code |
Context$User = array(
"Profile" => null
)
$size = "16"
$link_text = null
return '<span class="reviewer vcard">' .
'<a ' .
'href="/users/view/' . urlencode($User['name']) . '" ' .
DisholaHelper::user() - APP/views/helpers/dishola.php, line 231
include - APP/views/elements/user_profile_view.thtml, line 131
View::_render() - CORE/cake/libs/view/view.php, line 662
View::element() - CORE/cake/libs/view/view.php, line 343
View::renderElement() - CORE/cake/libs/view/view.php, line 919
include - APP/views/users/view.thtml, line 152
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 774
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 248
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 84
Notice (8): Undefined index: image_16 [APP/views/helpers/dishola.php, line 234]
Code |
Context$User = array(
"Profile" => null
)
$size = "16"
$link_text = null
'class="fn d-user-' . $size . '" ' .
'style="background-image:url(' .
$this->get_image_domain($User['image_' . $size]) . ')"' .
DisholaHelper::user() - APP/views/helpers/dishola.php, line 234
include - APP/views/elements/user_profile_view.thtml, line 131
View::_render() - CORE/cake/libs/view/view.php, line 662
View::element() - CORE/cake/libs/view/view.php, line 343
View::renderElement() - CORE/cake/libs/view/view.php, line 919
include - APP/views/users/view.thtml, line 152
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 774
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 248
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 211
[main] - APP/webroot/index.php, line 84