Code snippets on artist profile

Manqoba
Manqoba
Offline
0
Hi Germi,

I'm getting various code snippets displayed on some of my extensions, mainly the artist profile. One example is:
trigger('onDisplaySongAlbum', array ($song->id)); ?>

Similar code on the header of the profile, the comments and above the album data.

Any idea on what I need to do to correct this?
Responses (3)
  • Accepted Answer

    Monday, November 05 2012, 11:34 AM - #Permalink
    0
    hello

    the problem is that you have the SHORT_OPEN_TAGS set to OFF in your server and needs to be ON. can you turn it ON?

    (this is said on the installation instructions! :)
    The reply is currently minimized Show
  • Accepted Answer

    Manqoba
    Manqoba
    Offline
    Tuesday, November 06 2012, 07:25 AM - #Permalink
    0
    Hi Germi,

    I'm on a shared server so unable to set it to ON, however, previously I had taken your suggestion and replaced the tags with [?php which had fixed most of my modules.

    Perhaps I didn't do this properly on the extension, I'll attempt it again.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 06 2012, 09:34 AM - #Permalink
    0
    oh! well that is an opion too, of course.

    in this case, simply be dure to replace them in the main component, yes, but also on the MODULES (that is, all the modules in folder /modules which name beggins with /mod_muscol_.......
    The reply is currently minimized Show
Your Reply