What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Fixed Fatal Error After Upgrade To 2.0.3 Version

Discussion in 'Bug Reports' started by antonio, Dec 21, 2013.

  1. antonio

    antonio Authorized Member Authorized

    Hi @sonnb
    i just upgraded to 2.0.3 version but i have fatal error in some photos
    When i click to some photos i have this fatal error:
    Code:
    Fatal error: Only variables can be passed by reference in /home/phototar/domains/macroforum.org/public_html/library/sonnb/XenGallery/ViewPublic/Helper.php on line 64
    Around line 64 the code is:
    Code:
    if (!empty($tag['children']))
                {
                    self::_processTags($tag['children']);
                }
    I have this error not in all photos
    Antonio
     
    Last edited: Dec 21, 2013
  2. antonio

    antonio Authorized Member Authorized

  3. antonio

    antonio Authorized Member Authorized

    For now i have found this fix for the problem:
    Code:
    /*
    if (!empty($tag['children']))
                {
                    self::_processTags($tag['children']);
                }
    */
     
  4. sonnb

    sonnb Administrator Staff Member

    Thanks for your report. I can see that.
     
    antonio likes this.

Share This Page