Error in display of track

0
When selecting a track from the component front end, by clicking on the album coer picture, the cover pciture is shown in a new screen with the player beneath it to play the song. Underneath the player is the tracklisting, in my example consisting of 1 track. Next to the traxk's download track and add to playlist buttons, there is an erroneous display:

trigger('onDisplaySongAlbum', array ($song->id)); ?>


a plugin is not doing what it's supposed to do ?

Best regards,

Erik
Responses (2)
  • Accepted Answer

    Monday, June 09 2014, 07:12 PM - #Permalink
    -1
    hi,
    this usually means that your PHP variable short_open_tag is set to OFF and should be ON (see our installation instructions about this)
    The reply is currently minimized Show
  • Accepted Answer

    Monday, June 09 2014, 11:15 PM - #Permalink
    0
    Setting short_open_tag to ON solved it. Thanks Erik
    The reply is currently minimized Show
Your Reply