0
I have 2 issues to be resolved

1. I published the Recently added Artists module but when I refreshed my browser, this is what shown
......................................
artist_name; ?>
: num_albums; ?>
num_songs){ $link_songs = JRoute::_( 'index.php?option=com_muscol&view=songs&id='. $artist->id . $itemid); $songs = "".JText::_('Songs').""; } else $songs = JText::_('Songs'); ?> : num_songs; ?>
albums as $album){ //$link_album = JRoute::_( 'index.php?option=com_muscol&view=album&id='. $album->id . $itemid); $link_album = MusColHelper::routeAlbum($album->id); //$image_album = JHTML::image('images/albums/thumbs_40/' . $album->image, $album->name, array("title" => $album->name)); $image_album = MusColHelper::createThumbnail($album->image, $album->name, 40, array("title" => $album->name)); ?>
Top viewed songs
...........................................

2. When I published the Featured artist module, the website shown error page like 404 page.
Responses (1)
  • Accepted Answer

    Sunday, April 24 2016, 11:06 AM - #Permalink
    0
    Please make sure that the PHP setting "short_open_tag" is set to ON.
    The reply is currently minimized Show
Your Reply