Notice (8): Undefined index: SubGenre [APP/Model/Chart.php, line 96]Code Context $model->recursive = -1;
$name = $model->findBySlug($chart_slug);
return $name['SubGenre']['name'];
$category = 'sub_genre'
$chart_slug = 'aaa'
$model = object(SubGenre) {
name => 'SubGenre'
displayField => 'name'
validate => array(
'genre_id' => array(
[maximum depth reached]
),
'name' => array(
[maximum depth reached]
)
)
belongsTo => array(
'Genre' => array(
[maximum depth reached]
)
)
hasMany => array(
'Article' => array(
[maximum depth reached]
),
'Review' => array(
[maximum depth reached]
),
'Song' => array(
[maximum depth reached]
),
'ChartsAs' => array(
[maximum depth reached]
)
)
hasAndBelongsToMany => array(
'Album' => array(
[maximum depth reached]
),
'Band' => array(
[maximum depth reached]
),
'RadioStation' => array(
[maximum depth reached]
),
'StaffMember' => array(
[maximum depth reached]
)
)
Echo => array(
'key' => 'B1IJ4UHC3UBZSCP63',
'consumer' => '75620342639f27690d058cce56d57281',
'secret' => 'FuYGgTH1Th2GD6Nzhjv9Nw'
)
seven => array(
'key' => '7dkka2tbdj9s',
'consumer' => 'dp7bb22weybw2v4d'
)
lastfm => array(
'key' => '110ab9e5abf91e571135c49da253f6ef',
'secret' => 'b8bbb71d672712ed290a5026c562cdab'
)
rovi => array(
'key' => 'neevbjpygqb7mjsvfy7thaea',
'secret' => 'P8D448VNZ4'
)
bitly => array(
'key' => '33e78a0ef19298099adcc167657ab96f2b81ee18'
)
useDbConfig => 'default'
useTable => 'sub_genres'
id => false
data => array()
schemaName => 'rootsmus_database'
table => 'sub_genres'
primaryKey => 'id'
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => null
alias => 'SubGenre'
tableToModel => array(
'sub_genres' => 'SubGenre'
)
cacheQueries => false
hasOne => array()
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => true
findQueryType => null
recursive => (int) -1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _schema => array(
'id' => array(
[maximum depth reached]
),
'genre_id' => array(
[maximum depth reached]
),
'name' => array(
[maximum depth reached]
),
'slug' => array(
[maximum depth reached]
),
'chart' => array(
[maximum depth reached]
),
'default' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => null
}
$name = array()
Chart::getChartName() - APP/Model/Chart.php, line 96
ChartsController::view() - APP/Controller/ChartsController.php, line 27
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 123
Notice (8): Undefined index: SubGenre [APP/Controller/ChartsController.php, line 62]Code Context
$sub_genre = $this->SubGenre->findBySlug($chart_slug);
if($sub_genre['SubGenre']['slug'] === $sub_genre['Genre']['slug']){
$type = 'song'
$category = 'sub_genre'
$chart_slug = 'aaa'
$term = 'weekly'
$start = '2020-05-23'
$finish = '2020-05-23'
$chart = array(
(int) 0 => array(
'SongRanking' => array(
'id' => '1491427',
'song_id' => '246899',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '1',
'lw_rank' => '1',
'movement' => '-'
),
'Song' => array(
'id' => '246899',
'band_id' => '954',
'sub_genre_id' => '244',
'name' => 'Subplots',
'slug' => 'subplots',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2017-09-08',
'itunes_url' => 'https://itunes.apple.com/album/subplots/id1256653006?i=1256653008&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is2.mzstatic.com/image/thumb/Music117/v4/a2/27/0a/a2270ad2-a2e8-b3fa-ac24-08432603bf7d/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1256653008',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-08-07 00:49:17',
'modified' => '2017-08-07 00:49:17',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 1 => array(
'SongRanking' => array(
'id' => '1491428',
'song_id' => '287127',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '2',
'lw_rank' => '2',
'movement' => '-'
),
'Song' => array(
'id' => '287127',
'band_id' => '15636',
'sub_genre_id' => '244',
'name' => 'Take Your Time',
'slug' => 'take-your-time',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2018-02-23',
'itunes_url' => 'https://itunes.apple.com/album/take-your-time/1325861276?i=1325861283&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/2d/3a/75/2d3a75af-f866-25b5-1112-e57af9703d21/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1325861283',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2018-02-18 17:07:36',
'modified' => '2018-02-18 17:07:36',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 2 => array(
'SongRanking' => array(
'id' => '1491429',
'song_id' => '109269',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '3',
'lw_rank' => '3',
'movement' => '-'
),
'Song' => array(
'id' => '109269',
'band_id' => '13619',
'sub_genre_id' => '244',
'name' => 'Need the Sun to Break',
'slug' => 'need-the-sun-to-break',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '13570380000',
'release_date' => '2015-03-23',
'itunes_url' => 'https://music.apple.com/album/need-the-sun-to-break/1440840103?i=1440840663&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'https://is1-ssl.mzstatic.com/image/thumb/Music115/v4/fb/64/0a/fb640a31-440e-6855-7bf9-8368648bb74d/14UMGIM60062.rgb.jpg/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview112/v4/75/f4/8c/75f48ce2-b651-3ae8-7039-650b512cad0d/mzaf_16001102901499551398.plus.aac.p.m4a',
'itunes_id' => '1440840663',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2015-09-21 14:43:53',
'modified' => '2024-11-02 13:58:03',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 3 => array(
'SongRanking' => array(
'id' => '1491430',
'song_id' => '133771',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '4',
'lw_rank' => '4',
'movement' => '-'
),
'Song' => array(
'id' => '133771',
'band_id' => '14545',
'sub_genre_id' => '244',
'name' => 'Spirits',
'slug' => 'spirits',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-01-11',
'itunes_url' => 'https://itunes.apple.com/album/spirits/id1072894201?i=1072894635&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music49/v4/c4/0a/43/c40a4380-b4ee-48af-a3bf-ee22cfd035aa/source/100x100bb.jpg',
'itunes_preview' => 'http://a1120.phobos.apple.com/us/r1000/138/Music49/v4/c7/cc/41/c7cc4169-418f-5840-5639-dbe26e1c30b0/mzaf_5553722949926417086.plus.aac.p.m4a',
'itunes_id' => '1072894635',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-01-19 20:22:40',
'modified' => '2016-01-19 20:22:40',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
'SongRanking' => array(
'id' => '1491431',
'song_id' => '238217',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '5',
'lw_rank' => '5',
'movement' => '-'
),
'Song' => array(
'id' => '238217',
'band_id' => '974',
'sub_genre_id' => '244',
'name' => 'Boy With a Coin',
'slug' => 'boy-with-a-coin',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2007-07-10',
'itunes_url' => 'https://itunes.apple.com/album/boy-with-a-coin/id669617227?i=669617569&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music4/v4/46/ed/04/46ed046c-5846-db27-40a5-18adb1418573/source/100x100bb.jpg',
'itunes_preview' => 'http://audio.itunes.apple.com/apple-assets-us-std-000001/AudioPreview71/v4/e0/a0/4b/e0a04b0a-d472-bc38-f8cd-55bf555b8b05/mzaf_223611532997628039.plus.aac.p.m4a',
'itunes_id' => '669617569',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-06-19 03:56:16',
'modified' => '2017-06-19 03:56:16',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
'SongRanking' => array(
'id' => '1491432',
'song_id' => '287125',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '6',
'lw_rank' => '6',
'movement' => '-'
),
'Song' => array(
'id' => '287125',
'band_id' => '15636',
'sub_genre_id' => '244',
'name' => 'We're Going Home',
'slug' => 'were-going-home',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2018-02-23',
'itunes_url' => 'https://itunes.apple.com/album/were-going-home/1325861276?i=1325861280&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/2d/3a/75/2d3a75af-f866-25b5-1112-e57af9703d21/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview118/v4/94/8f/1e/948f1e5d-b718-b915-04fa-6f3a42090916/mzaf_2631978545993655457.plus.aac.p.m4a',
'itunes_id' => '1325861280',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2018-02-18 17:07:33',
'modified' => '2018-02-18 17:07:33',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
'SongRanking' => array(
'id' => '1491433',
'song_id' => '226852',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '7',
'lw_rank' => '15',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '226852',
'band_id' => '989',
'sub_genre_id' => '244',
'name' => 'Keep On',
'slug' => 'keep-on',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '0',
'release_date' => '2017-06-16',
'itunes_url' => 'https://itunes.apple.com/album/keep-on/id1229315038?i=1229315142&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music82/v4/51/5d/70/515d7032-12bb-3f2a-97b9-567e5797ad1e/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1229315142',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-04-30 01:40:20',
'modified' => '2017-04-30 01:40:20',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 7 => array(
'SongRanking' => array(
'id' => '1491434',
'song_id' => '192697',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '8',
'lw_rank' => '7',
'movement' => '<span class='red'>▼</span>'
),
'Song' => array(
'id' => '192697',
'band_id' => '39525',
'sub_genre_id' => '244',
'name' => 'Apollo's Mood',
'slug' => 'apollos-mood',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-28',
'itunes_url' => 'https://itunes.apple.com/album/apollos-mood/1138950914?i=1138951431&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music18/v4/e0/72/69/e0726951-9866-ec3d-5ce7-51a65607d237/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview60/v4/0e/30/a3/0e30a34c-e687-26ab-bd64-a041c0c3da28/mzaf_86981589194646796.plus.aac.p.m4a',
'itunes_id' => '1138951431',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-11-16 20:46:44',
'modified' => '2017-12-04 01:56:21',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 8 => array(
'SongRanking' => array(
'id' => '1491435',
'song_id' => '194062',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '9',
'lw_rank' => '8',
'movement' => '<span class='red'>▼</span>'
),
'Song' => array(
'id' => '194062',
'band_id' => '39519',
'sub_genre_id' => '244',
'name' => 'Raised by Wolves',
'slug' => 'raised-by-wolves',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-07',
'itunes_url' => 'https://itunes.apple.com/album/raised-by-wolves/1131724064?i=1131724480&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'https://is2-ssl.mzstatic.com/image/thumb/Music60/v4/04/70/e3/0470e394-4698-674b-ffed-0d00b6cb3693/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview60/v4/3b/64/f1/3b64f1c3-dd99-1584-ad42-dc2075eac485/mzaf_3895574258108252476.plus.aac.p.m4a',
'itunes_id' => '1131724480',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-11-22 19:59:42',
'modified' => '2019-03-24 18:28:57',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 9 => array(
'SongRanking' => array(
'id' => '1491436',
'song_id' => '149872',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '10',
'lw_rank' => '13',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '149872',
'band_id' => '29416',
'sub_genre_id' => '244',
'name' => 'Don't Talk to Me',
'slug' => 'dont-talk-to-me',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-03-04',
'itunes_url' => 'https://itunes.apple.com/album/dont-talk-to-me/id1069565752?i=1069566049&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music49/v4/19/5b/c7/195bc738-b76c-1440-b94c-0375a0336427/source/100x100bb.jpg',
'itunes_preview' => 'http://a489.phobos.apple.com/us/r30/Music49/v4/a5/b0/7e/a5b07e2c-97f6-e485-545d-eea649e763d4/mzaf_7011898768527366483.plus.aac.p.m4a',
'itunes_id' => '1069566049',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-04-05 18:29:07',
'modified' => '2016-04-05 18:29:07',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 10 => array(
'SongRanking' => array(
'id' => '1491437',
'song_id' => '164352',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '11',
'lw_rank' => '14',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '164352',
'band_id' => '3744',
'sub_genre_id' => '244',
'name' => 'No River',
'slug' => 'no-river',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-06-10',
'itunes_url' => 'https://itunes.apple.com/album/no-river/id1091047602?i=1091047608&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is1.mzstatic.com/image/thumb/Music49/v4/4a/be/57/4abe57f2-cd54-67cd-1e1b-1358f3561807/source/100x100bb.jpg',
'itunes_preview' => 'http://a989.phobos.apple.com/us/r30/Music49/v4/82/41/c5/8241c5df-7380-1508-1752-0638f4c30f7c/mzaf_8257406471071679539.plus.aac.p.m4a',
'itunes_id' => '1091047608',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-06-25 14:39:46',
'modified' => '2016-07-05 19:44:02',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 11 => array(
'SongRanking' => array(
'id' => '1491438',
'song_id' => '242459',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '12',
'lw_rank' => '-',
'movement' => '<span style='font-size:30%;'><b class='red'>*</b>NEW<b class='red'>*</b></span>'
),
'Song' => array(
'id' => '242459',
'band_id' => '32392',
'sub_genre_id' => '244',
'name' => 'Back in the High Life Again',
'slug' => 'back-in-the-high-life-again',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2017-09-01',
'itunes_url' => 'https://itunes.apple.com/album/back-in-the-high-life-again/id1247764420?i=1247765248&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music117/v4/d6/b9/ca/d6b9ca36-a020-adf5-5c0b-db191480bfed/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1247765248',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-07-09 01:14:57',
'modified' => '2017-07-09 01:14:57',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 12 => array(
'SongRanking' => array(
'id' => '1491439',
'song_id' => '263411',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '13',
'lw_rank' => '26',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '263411',
'band_id' => '52606',
'sub_genre_id' => '244',
'name' => 'She Taught Me How to Fly',
'slug' => 'she-taught-me-how-to-fly',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '0',
'release_date' => '2017-11-24',
'itunes_url' => 'https://itunes.apple.com/album/she-taught-me-how-to-fly/id1287590149?i=1287590790&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/c4/a9/12/c4a912a9-abb8-43f8-6e66-bfec3c37daa9/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1287590790',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-11-06 02:08:22',
'modified' => '2017-11-06 02:08:22',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 13 => array(
'SongRanking' => array(
'id' => '1491440',
'song_id' => '263413',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '14',
'lw_rank' => '27',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '263413',
'band_id' => '52606',
'sub_genre_id' => '244',
'name' => 'Black & White Sunshine',
'slug' => 'black-and-white-sunshine',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '0',
'release_date' => '2017-11-24',
'itunes_url' => 'https://itunes.apple.com/album/black-white-sunshine/id1287590149?i=1287590792&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/c4/a9/12/c4a912a9-abb8-43f8-6e66-bfec3c37daa9/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1287590792',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-11-06 02:08:24',
'modified' => '2017-11-06 02:08:24',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 14 => array(
'SongRanking' => array(
'id' => '1491441',
'song_id' => '271404',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '15',
'lw_rank' => '28',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '271404',
'band_id' => '39525',
'sub_genre_id' => '244',
'name' => 'Mercury's Odyssey',
'slug' => 'mercurys-odyssey',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-28',
'itunes_url' => 'https://itunes.apple.com/album/mercurys-odyssey/1138950914?i=1138951637&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music18/v4/e0/72/69/e0726951-9866-ec3d-5ce7-51a65607d237/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview60/v4/7b/a0/4d/7ba04d35-15fc-4271-b028-379a3a1b3d90/mzaf_850958023477188959.plus.aac.p.m4a',
'itunes_id' => '1138951637',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-12-04 01:56:24',
'modified' => '2017-12-04 01:56:24',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 15 => array(
'SongRanking' => array(
'id' => '1491442',
'song_id' => '311380',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '16',
'lw_rank' => '29',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '311380',
'band_id' => '39519',
'sub_genre_id' => '244',
'name' => 'Into the Avalanche',
'slug' => 'into-the-avalanche',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-07',
'itunes_url' => 'https://itunes.apple.com/album/into-the-avalanche/1131724064?i=1131724412&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'https://is2-ssl.mzstatic.com/image/thumb/Music60/v4/04/70/e3/0470e394-4698-674b-ffed-0d00b6cb3693/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview20/v4/81/a5/07/81a50793-daa9-3f1f-53a8-8b406246e375/mzaf_6156605209405027988.plus.aac.p.m4a',
'itunes_id' => '1131724412',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2018-06-27 16:09:31',
'modified' => '2019-03-24 18:28:55',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
)
)
$chart_group = null
$title = ' Top 50 Song Chart'
$subtitle = 'for the Week of May 23, 2020'
$facebook = array(
'title' => 'Roots Music Report: Top 50 Song Chart',
'image' => 'http://www.rootsmusicreport.com/img/rmr.icon.png',
'description' => ' Top 50 Song Chart for the Week of May 23, 2020'
)
$conditions = array()
$sub_genre = array()
ChartsController::view() - APP/Controller/ChartsController.php, line 62
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 123
Notice (8): Undefined index: Genre [APP/Controller/ChartsController.php, line 62]Code Context
$sub_genre = $this->SubGenre->findBySlug($chart_slug);
if($sub_genre['SubGenre']['slug'] === $sub_genre['Genre']['slug']){
$type = 'song'
$category = 'sub_genre'
$chart_slug = 'aaa'
$term = 'weekly'
$start = '2020-05-23'
$finish = '2020-05-23'
$chart = array(
(int) 0 => array(
'SongRanking' => array(
'id' => '1491427',
'song_id' => '246899',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '1',
'lw_rank' => '1',
'movement' => '-'
),
'Song' => array(
'id' => '246899',
'band_id' => '954',
'sub_genre_id' => '244',
'name' => 'Subplots',
'slug' => 'subplots',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2017-09-08',
'itunes_url' => 'https://itunes.apple.com/album/subplots/id1256653006?i=1256653008&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is2.mzstatic.com/image/thumb/Music117/v4/a2/27/0a/a2270ad2-a2e8-b3fa-ac24-08432603bf7d/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1256653008',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-08-07 00:49:17',
'modified' => '2017-08-07 00:49:17',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 1 => array(
'SongRanking' => array(
'id' => '1491428',
'song_id' => '287127',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '2',
'lw_rank' => '2',
'movement' => '-'
),
'Song' => array(
'id' => '287127',
'band_id' => '15636',
'sub_genre_id' => '244',
'name' => 'Take Your Time',
'slug' => 'take-your-time',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2018-02-23',
'itunes_url' => 'https://itunes.apple.com/album/take-your-time/1325861276?i=1325861283&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/2d/3a/75/2d3a75af-f866-25b5-1112-e57af9703d21/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1325861283',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2018-02-18 17:07:36',
'modified' => '2018-02-18 17:07:36',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 2 => array(
'SongRanking' => array(
'id' => '1491429',
'song_id' => '109269',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '3',
'lw_rank' => '3',
'movement' => '-'
),
'Song' => array(
'id' => '109269',
'band_id' => '13619',
'sub_genre_id' => '244',
'name' => 'Need the Sun to Break',
'slug' => 'need-the-sun-to-break',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '13570380000',
'release_date' => '2015-03-23',
'itunes_url' => 'https://music.apple.com/album/need-the-sun-to-break/1440840103?i=1440840663&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'https://is1-ssl.mzstatic.com/image/thumb/Music115/v4/fb/64/0a/fb640a31-440e-6855-7bf9-8368648bb74d/14UMGIM60062.rgb.jpg/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/itunes-assets/AudioPreview112/v4/75/f4/8c/75f48ce2-b651-3ae8-7039-650b512cad0d/mzaf_16001102901499551398.plus.aac.p.m4a',
'itunes_id' => '1440840663',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2015-09-21 14:43:53',
'modified' => '2024-11-02 13:58:03',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 3 => array(
'SongRanking' => array(
'id' => '1491430',
'song_id' => '133771',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '4',
'lw_rank' => '4',
'movement' => '-'
),
'Song' => array(
'id' => '133771',
'band_id' => '14545',
'sub_genre_id' => '244',
'name' => 'Spirits',
'slug' => 'spirits',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-01-11',
'itunes_url' => 'https://itunes.apple.com/album/spirits/id1072894201?i=1072894635&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music49/v4/c4/0a/43/c40a4380-b4ee-48af-a3bf-ee22cfd035aa/source/100x100bb.jpg',
'itunes_preview' => 'http://a1120.phobos.apple.com/us/r1000/138/Music49/v4/c7/cc/41/c7cc4169-418f-5840-5639-dbe26e1c30b0/mzaf_5553722949926417086.plus.aac.p.m4a',
'itunes_id' => '1072894635',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-01-19 20:22:40',
'modified' => '2016-01-19 20:22:40',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 4 => array(
'SongRanking' => array(
'id' => '1491431',
'song_id' => '238217',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '5',
'lw_rank' => '5',
'movement' => '-'
),
'Song' => array(
'id' => '238217',
'band_id' => '974',
'sub_genre_id' => '244',
'name' => 'Boy With a Coin',
'slug' => 'boy-with-a-coin',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2007-07-10',
'itunes_url' => 'https://itunes.apple.com/album/boy-with-a-coin/id669617227?i=669617569&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music4/v4/46/ed/04/46ed046c-5846-db27-40a5-18adb1418573/source/100x100bb.jpg',
'itunes_preview' => 'http://audio.itunes.apple.com/apple-assets-us-std-000001/AudioPreview71/v4/e0/a0/4b/e0a04b0a-d472-bc38-f8cd-55bf555b8b05/mzaf_223611532997628039.plus.aac.p.m4a',
'itunes_id' => '669617569',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-06-19 03:56:16',
'modified' => '2017-06-19 03:56:16',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 5 => array(
'SongRanking' => array(
'id' => '1491432',
'song_id' => '287125',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '6',
'lw_rank' => '6',
'movement' => '-'
),
'Song' => array(
'id' => '287125',
'band_id' => '15636',
'sub_genre_id' => '244',
'name' => 'We're Going Home',
'slug' => 'were-going-home',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2018-02-23',
'itunes_url' => 'https://itunes.apple.com/album/were-going-home/1325861276?i=1325861280&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/2d/3a/75/2d3a75af-f866-25b5-1112-e57af9703d21/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview118/v4/94/8f/1e/948f1e5d-b718-b915-04fa-6f3a42090916/mzaf_2631978545993655457.plus.aac.p.m4a',
'itunes_id' => '1325861280',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2018-02-18 17:07:33',
'modified' => '2018-02-18 17:07:33',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 6 => array(
'SongRanking' => array(
'id' => '1491433',
'song_id' => '226852',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '7',
'lw_rank' => '15',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '226852',
'band_id' => '989',
'sub_genre_id' => '244',
'name' => 'Keep On',
'slug' => 'keep-on',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '0',
'release_date' => '2017-06-16',
'itunes_url' => 'https://itunes.apple.com/album/keep-on/id1229315038?i=1229315142&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music82/v4/51/5d/70/515d7032-12bb-3f2a-97b9-567e5797ad1e/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1229315142',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-04-30 01:40:20',
'modified' => '2017-04-30 01:40:20',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 7 => array(
'SongRanking' => array(
'id' => '1491434',
'song_id' => '192697',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '8',
'lw_rank' => '7',
'movement' => '<span class='red'>▼</span>'
),
'Song' => array(
'id' => '192697',
'band_id' => '39525',
'sub_genre_id' => '244',
'name' => 'Apollo's Mood',
'slug' => 'apollos-mood',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-28',
'itunes_url' => 'https://itunes.apple.com/album/apollos-mood/1138950914?i=1138951431&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music18/v4/e0/72/69/e0726951-9866-ec3d-5ce7-51a65607d237/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview60/v4/0e/30/a3/0e30a34c-e687-26ab-bd64-a041c0c3da28/mzaf_86981589194646796.plus.aac.p.m4a',
'itunes_id' => '1138951431',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-11-16 20:46:44',
'modified' => '2017-12-04 01:56:21',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 8 => array(
'SongRanking' => array(
'id' => '1491435',
'song_id' => '194062',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '9',
'lw_rank' => '8',
'movement' => '<span class='red'>▼</span>'
),
'Song' => array(
'id' => '194062',
'band_id' => '39519',
'sub_genre_id' => '244',
'name' => 'Raised by Wolves',
'slug' => 'raised-by-wolves',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-07',
'itunes_url' => 'https://itunes.apple.com/album/raised-by-wolves/1131724064?i=1131724480&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'https://is2-ssl.mzstatic.com/image/thumb/Music60/v4/04/70/e3/0470e394-4698-674b-ffed-0d00b6cb3693/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview60/v4/3b/64/f1/3b64f1c3-dd99-1584-ad42-dc2075eac485/mzaf_3895574258108252476.plus.aac.p.m4a',
'itunes_id' => '1131724480',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-11-22 19:59:42',
'modified' => '2019-03-24 18:28:57',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 9 => array(
'SongRanking' => array(
'id' => '1491436',
'song_id' => '149872',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '10',
'lw_rank' => '13',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '149872',
'band_id' => '29416',
'sub_genre_id' => '244',
'name' => 'Don't Talk to Me',
'slug' => 'dont-talk-to-me',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-03-04',
'itunes_url' => 'https://itunes.apple.com/album/dont-talk-to-me/id1069565752?i=1069566049&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music49/v4/19/5b/c7/195bc738-b76c-1440-b94c-0375a0336427/source/100x100bb.jpg',
'itunes_preview' => 'http://a489.phobos.apple.com/us/r30/Music49/v4/a5/b0/7e/a5b07e2c-97f6-e485-545d-eea649e763d4/mzaf_7011898768527366483.plus.aac.p.m4a',
'itunes_id' => '1069566049',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-04-05 18:29:07',
'modified' => '2016-04-05 18:29:07',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 10 => array(
'SongRanking' => array(
'id' => '1491437',
'song_id' => '164352',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '11',
'lw_rank' => '14',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '164352',
'band_id' => '3744',
'sub_genre_id' => '244',
'name' => 'No River',
'slug' => 'no-river',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-06-10',
'itunes_url' => 'https://itunes.apple.com/album/no-river/id1091047602?i=1091047608&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is1.mzstatic.com/image/thumb/Music49/v4/4a/be/57/4abe57f2-cd54-67cd-1e1b-1358f3561807/source/100x100bb.jpg',
'itunes_preview' => 'http://a989.phobos.apple.com/us/r30/Music49/v4/82/41/c5/8241c5df-7380-1508-1752-0638f4c30f7c/mzaf_8257406471071679539.plus.aac.p.m4a',
'itunes_id' => '1091047608',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2016-06-25 14:39:46',
'modified' => '2016-07-05 19:44:02',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 11 => array(
'SongRanking' => array(
'id' => '1491438',
'song_id' => '242459',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '12',
'lw_rank' => '-',
'movement' => '<span style='font-size:30%;'><b class='red'>*</b>NEW<b class='red'>*</b></span>'
),
'Song' => array(
'id' => '242459',
'band_id' => '32392',
'sub_genre_id' => '244',
'name' => 'Back in the High Life Again',
'slug' => 'back-in-the-high-life-again',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2017-09-01',
'itunes_url' => 'https://itunes.apple.com/album/back-in-the-high-life-again/id1247764420?i=1247765248&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music117/v4/d6/b9/ca/d6b9ca36-a020-adf5-5c0b-db191480bfed/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1247765248',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-07-09 01:14:57',
'modified' => '2017-07-09 01:14:57',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 12 => array(
'SongRanking' => array(
'id' => '1491439',
'song_id' => '263411',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '13',
'lw_rank' => '26',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '263411',
'band_id' => '52606',
'sub_genre_id' => '244',
'name' => 'She Taught Me How to Fly',
'slug' => 'she-taught-me-how-to-fly',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '0',
'release_date' => '2017-11-24',
'itunes_url' => 'https://itunes.apple.com/album/she-taught-me-how-to-fly/id1287590149?i=1287590790&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/c4/a9/12/c4a912a9-abb8-43f8-6e66-bfec3c37daa9/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1287590790',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-11-06 02:08:22',
'modified' => '2017-11-06 02:08:22',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 13 => array(
'SongRanking' => array(
'id' => '1491440',
'song_id' => '263413',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '14',
'lw_rank' => '27',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '263413',
'band_id' => '52606',
'sub_genre_id' => '244',
'name' => 'Black & White Sunshine',
'slug' => 'black-and-white-sunshine',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '0',
'release_date' => '2017-11-24',
'itunes_url' => 'https://itunes.apple.com/album/black-white-sunshine/id1287590149?i=1287590792&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is5.mzstatic.com/image/thumb/Music118/v4/c4/a9/12/c4a912a9-abb8-43f8-6e66-bfec3c37daa9/source/100x100bb.jpg',
'itunes_preview' => '',
'itunes_id' => '1287590792',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-11-06 02:08:24',
'modified' => '2017-11-06 02:08:24',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 14 => array(
'SongRanking' => array(
'id' => '1491441',
'song_id' => '271404',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '15',
'lw_rank' => '28',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '271404',
'band_id' => '39525',
'sub_genre_id' => '244',
'name' => 'Mercury's Odyssey',
'slug' => 'mercurys-odyssey',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-28',
'itunes_url' => 'https://itunes.apple.com/album/mercurys-odyssey/1138950914?i=1138951637&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'http://is4.mzstatic.com/image/thumb/Music18/v4/e0/72/69/e0726951-9866-ec3d-5ce7-51a65607d237/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview60/v4/7b/a0/4d/7ba04d35-15fc-4271-b028-379a3a1b3d90/mzaf_850958023477188959.plus.aac.p.m4a',
'itunes_id' => '1138951637',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2017-12-04 01:56:24',
'modified' => '2017-12-04 01:56:24',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
),
(int) 15 => array(
'SongRanking' => array(
'id' => '1491442',
'song_id' => '311380',
'category' => 'sub_genre',
'chart_slug' => 'aaa',
'term' => 'weekly',
'limit' => '100',
'start' => '2020-05-23',
'finish' => '2020-05-23',
'rank' => '16',
'lw_rank' => '29',
'movement' => '<span class='green'>▲</span>'
),
'Song' => array(
'id' => '311380',
'band_id' => '39519',
'sub_genre_id' => '244',
'name' => 'Into the Avalanche',
'slug' => 'into-the-avalanche',
'lyrics' => '',
'lyrics_writer' => '',
'music_writer' => '',
'license' => '',
'publisher' => '',
'length' => '4294967295',
'release_date' => '2016-10-07',
'itunes_url' => 'https://itunes.apple.com/album/into-the-avalanche/1131724064?i=1131724412&uo=4&at=1l3v7ze&ct=website',
'itunes_img' => 'https://is2-ssl.mzstatic.com/image/thumb/Music60/v4/04/70/e3/0470e394-4698-674b-ffed-0d00b6cb3693/source/100x100bb.jpg',
'itunes_preview' => 'https://audio-ssl.itunes.apple.com/apple-assets-us-std-000001/AudioPreview20/v4/81/a5/07/81a50793-daa9-3f1f-53a8-8b406246e375/mzaf_6156605209405027988.plus.aac.p.m4a',
'itunes_id' => '1131724412',
'rovi_id' => '',
'echo_id' => '',
'verified' => true,
'verified_by' => '0',
'approved' => true,
'approved_by' => '0',
'created' => '2018-06-27 16:09:31',
'modified' => '2019-03-24 18:28:55',
'Band' => array(
[maximum depth reached]
),
'SubGenre' => array(
[maximum depth reached]
),
'Album' => array(
[maximum depth reached]
)
)
)
)
$chart_group = null
$title = ' Top 50 Song Chart'
$subtitle = 'for the Week of May 23, 2020'
$facebook = array(
'title' => 'Roots Music Report: Top 50 Song Chart',
'image' => 'http://www.rootsmusicreport.com/img/rmr.icon.png',
'description' => ' Top 50 Song Chart for the Week of May 23, 2020'
)
$conditions = array()
$sub_genre = array()
ChartsController::view() - APP/Controller/ChartsController.php, line 62
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 486
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 123