Dione Pape
Dione Pape
Offline
0
Hi,

I got this following php on my page:

params->get('showletternavigation')){ echo MusColHelper::letter_navigation($this->album->letter); } $itemid = $this->params->get('itemid'); if($itemid != "") $itemid = "&Itemid=" . $itemid; ?>

trigger('onCommentsAlbum', array ($this->album->id)); ?>

You will find attached an screen capture

Please someone help me.
Responses (5)
  • Accepted Answer

    Monday, May 20 2013, 10:50 PM - #Permalink
    0
    this means that your php short_open_tags is OFF, it needs to be ON, as specified on our installation instructions
    The reply is currently minimized Show
  • Accepted Answer

    Dione Pape
    Dione Pape
    Offline
    Tuesday, May 21 2013, 03:45 AM - #Permalink
    0
    I put my short_open_tag to On and I still have the same problem. Another idea?
    The reply is currently minimized Show
  • Accepted Answer

    Dione Pape
    Dione Pape
    Offline
    Tuesday, May 21 2013, 08:20 AM - #Permalink
    0
    Is there a menu for setting the short_open_tag? I just set it in my php.ini file.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 21 2013, 10:35 AM - #Permalink
    0
    it has to be in the php.ini file.
    and the problem is that one, I'm sure. are you sure the new setting is being loaded in PHP?
    what does your joomla backend (system information - php) say?
    The reply is currently minimized Show
  • Accepted Answer

    Dione Pape
    Dione Pape
    Offline
    Friday, May 24 2013, 02:38 PM - #Permalink
    0
    Thanks. I solved the problem. I modified a bad line which was on comment in the php.ini file. Thanks a lot.
    The reply is currently minimized Show
Your Reply