0
Firstly, i am having a problem with enabling the album grid module.
when i enable it, I get a 500 error in my browser - this is only on the pages i enable the module within.

Secondly, on the album view, above the album data, i get the following:
trigger('onDisplayAlbum', array ($this->album->id)); ?>

below the album data, just below the review field, i get the following:
trigger('onCommentsAlbum', array ($this->album->id)); ?>

anybody got any ideas?

Thanks

james

not sure which version it is - only bought it a few weeks ago....
Responses (6)
  • Accepted Answer

    Friday, November 01 2013, 09:59 AM - #Permalink
    0
    this looks like your PHP variable short_open_tag is OFF and it should be ON.. can you check this?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 01 2013, 10:16 AM - #Permalink
    0
    Which one do i need to change?:

    ; short_open_tag
    ; Default Value: On
    ; Development Value: Off
    ; Production Value: Off
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 01 2013, 11:11 AM - #Permalink
    0
    well, I changes the 2 off values to on:

    ; short_open_tag
    ; Default Value: On
    ; Development Value: on
    ; Production Value: on

    But still have the issues - please see screenshot attached.
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 01 2013, 05:04 PM - #Permalink
    0
    the ";" means it's not active.

    you have to put:

    short_open_tag = On

    (without the ";" )
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 01 2013, 08:41 PM - #Permalink
    0
    Hmm, not working.
    I have created a php.ini and a php5.ini file in my joomla root - please see attached.
    In the information page in the backend, the path to the ini file is odd - please see attached.

    Would this be the reason for all the code errors on the pages?
    Also, the music player below the album cover does not have the same icons as the demo - it looks odd - please also see attched.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 01 2013, 08:48 PM - #Permalink
    0
    ignore me, i'm an idiot, I was changing the wrong area.
    All fixed, thank you very much for your wonderful component!
    • Germinal Camps
      more than a month ago
      no problem :) I'm glad I could help!
    The reply is currently minimized Show
Your Reply