[2] ErrorException in 41a8f070153c210b3a43f4543d3f785d.php line 256

Illegal string offset 'group'

  1. <div class="row clearfix song_list">
  2. <span class="col-sm-5 col-xs-8">
  3. <span class="ls_num <?php if($i < '11'): ?>ls_num_top<?php endif; ?>"><?php echo $i; ?></span>
  4. <a class="text-ellipsis" target="_play" href="<?php echo $v['url']; ?>"><?php echo $v['name']; ?></a>
  5. </span>
  6. <span class="col-sm-2 col-xs-2 p_hr_0">
  7. <a class="text-ellipsis singer" target="_sing" href="<?php echo $v['genre_url']; ?>"><?php echo $v['genre_name']; ?></a>
  8. </span>
  9. <span class="col-sm-1 ls_listen hidden-xs"><?php echo number_format($v['listens']); ?></span>
  10. <span class="col-sm-2 ls_listen hidden-xs"><?php if($v['coin'] > 0): ?><?php echo $v['coin']; ?>金币<?php elseif($v['extend']['down_rule']['group']['0'] == '1'): ?>免费<?php elseif($v['extend']['down_rule']['group']['0'] == '2'): ?>VIP会员<?php elseif($v['extend']['down_rule']['group']['0'] == '3'): ?>超级VIP<?php endif; ?></span>
  11. <span class="col-sm-2 col-xs-2 ls_btns">
  12. <a class="hidden-xs " target="_down" href="<?php echo $v['down_url']; ?>"><i class="jy jy-cloud-down-f"></i></a>
  13. <a class="music-action-btn hidden-xs" data-id="<?php echo $v['id']; ?>" data-action="fav" href="javascript:;"><i class="jy jy-like"></i></a>
  14. <a class="jp-play-me" data-id="<?php echo $v['id']; ?>" href="javascript:;"><i class="jy jy-play"></i></a>
  15. </span>
  16. </div>
  17. <hr class="l_hr">
  18. </div>
  19. <?php endforeach; endif; else: echo "" ;endif; ?>

Call Stack

  1. in 41a8f070153c210b3a43f4543d3f785d.php line 256
  2. at Error::appError(2, 'Illegal string offse...', '/www/wwwroot/djsanma...', 256, ['cacheFile' => '/www/wwwroot/djsanma...', 'vars' => ['meta_title' => '...', 'meta_keywords' => '...', 'meta_description' => '...', ...], 'meta_title' => '...', ...]) in 41a8f070153c210b3a43f4543d3f785d.php line 256
  3. at include('/www/wwwroot/djsanma...') in File.php line 50
  4. at File->read('/www/wwwroot/djsanma...', ['meta_title' => '...', 'meta_keywords' => '...', 'meta_description' => '...', ...]) in Template.php line 200
  5. at Template->fetch('/www/wwwroot/djsanma...', ['meta_title' => '...', 'meta_keywords' => '...', 'meta_description' => '...', ...], []) in Think.php line 84
  6. at Think->fetch('detail', ['meta_title' => '...', 'meta_keywords' => '...', 'meta_description' => '...', ...], []) in View.php line 163
  7. at View->fetch('detail', ['data' => object(Album)], [], []) in BaseController.php line 224
  8. at BaseController->fetch('detail', ['data' => object(Album)]) in AlbumController.php line 42
  9. at AlbumController->read('18')
  10. at ReflectionMethod->invokeArgs(object(AlbumController), ['18']) in App.php line 343
  11. at App::invokeMethod([object(AlbumController), 'read'], []) in App.php line 595
  12. at App::module(['home', 'Album', 'read'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 457
  13. at App::exec(['type' => 'module', 'module' => ['home', 'Album', 'read'], 'convert' => false], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  14. at App::run() in index.php line 46