album search bar error 500

sohfrance
sohfrance
Offline
0
Hello,
It seems that my album search bar doesn't work, no matter what I search for,I'm redirected to the page error 500.
site link where you can make a try:
http://www.sohfrance.org/index.php/shenghuo/dianbo

Thank you
Responses (4)
  • Accepted Answer

    Wednesday, June 13 2012, 02:23 PM - #Permalink
    0
    try to set up your Default ITEMID parameter on Music Collection configuration.
    you have to set it to the ID of the menu item that you're using for Music Collection
    The reply is currently minimized Show
  • Accepted Answer

    stefania
    stefania
    Offline
    Monday, August 27 2012, 01:47 PM - #Permalink
    0
    I have the same problem but with this type of error (I already tried to enter the item id) and the system don't display the search bar:

    get('filter_titles')) echo "".JText::_('Format')."". $options['separator']; echo MusColHelper::format_dropdown() . $options['separator'];} ?> get('filter_titles')) echo "".JText::_('Genre')."". $options['separator']; echo MusColHelper::genre_dropdown($genre_list) . $options['separator'];} ?> get('filter_titles')) echo "".JText::_('Type')."". $options['separator']; echo MusColHelper::type_dropdown() . $options['separator'];} ?> get('filter_titles')) echo "".JText::_('Tag')."". $options['separator']; echo MusColHelper::tag_dropdown() . $options['separator'];} ?>
    get('filter_titles')) echo "".JText::_('Artist')."". $options['separator']; echo MusColHelper::artist_dropdown() . $options['separator'];} ?> get('filter_titles')) echo "".JText::_('Genre')."". $options['separator']; echo MusColHelper::genre_dropdown($genre_list) . $options['separator'];} ?>
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, August 28 2012, 08:31 AM - #Permalink
    0
    you have to put PHP variable short_open_tags to ON
    The reply is currently minimized Show
  • Accepted Answer

    stefania
    stefania
    Offline
    Wednesday, August 29 2012, 01:51 PM - #Permalink
    0
    now it works! thanks!!!!!
    ;)
    The reply is currently minimized Show
Your Reply