Code Context
$bandinfo_file = APP . "/data/bandinfo-json-v5/$id.json";
$bandinfo = file_get_contents($bandinfo_file);
$band_id = 'Gore'
$band = array(
'band_id' => 'Gore',
'name' => 'Gorefest',
'country_id' => 'nl',
'state_id' => '',
'city' => '',
'country_suffix' => '.',
'status' => 'D',
'alias_id' => '.',
'genre_ids' => 'E',
'page_status' => 'X',
'last_update' => ''
)
$id = 'gore'
$bandinfo_file = '/home/newbnrmetal/public_html/v5/app//data/bandinfo-json-v5/gore.json'
file_get_contents - [internal], line ??
BandController::band() - APP/Controller/BandController.php, line 53
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118