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 Find A Bug In Xengallery

Discussion in 'Bug Reports' started by majidam, Sep 18, 2013.

  1. majidam

    majidam Member

    please see photos ..

    9-18-2013 11-17-10 AM.jpg 9-18-2013 11-16-06 AM.jpg
     
  2. sonnb

    sonnb Administrator Staff Member

    Fixed for the next update.
     
  3. majidam

    majidam Member

    please fast next update ... thank you .
     
  4. majidam

    majidam Member

    not fixed this bug . in new verison

    9-19-2013 9-36-29 AM.jpg
    9-19-2013 9-38-09 AM.jpg
     
  5. sonnb

    sonnb Administrator Staff Member

    Can you give me your site URL again?
     
  6. sonnb

    sonnb Administrator Staff Member

    Strange. I fixed rebuild error but do not know why they are not here. Will send a fix soon.
     
  7. sonnb

    sonnb Administrator Staff Member

    I have resent the update.
     
  8. sonnb

    sonnb Administrator Staff Member

    For the widget. After rebuild the photo, it will gone.
     
  9. majidam

    majidam Member

  10. majidam

    majidam Member

    Yes, but not be able to rebuild. As is pointed out in the picture
     
  11. majidam

    majidam Member

    you send new version ... in updated .. but not fixed bug .
     
  12. sonnb

    sonnb Administrator Staff Member

    This is because the location's name contains invalid characters.

    To fix this:

    Open: sonnb_XenGallery_DataWriter_Photo
    Line: 820

    Replace:
    PHP:
    $locationData = array(
                    
    'location_name' => $this->get('photo_location'),
                    
    'location_lat' => '',
                    
    'location_lng' => ''
                
    );
    With:
    PHP:
    $locationData = array(
                    
    'location_name' => utf8_bad_replace($this->get('photo_location'), ''),
                    
    'location_lat' => '',
                    
    'location_lng' => ''
                
    );
     
  13. majidam

    majidam Member

    i not found . liberry -> sonnb -> xengallery -> datawriter -> photo - line 820 this code :

    Code:
                    sonnb_XenGallery_Model_Photo::$contentType,
                    $this->get('photo_id'),
                    $this->get('photo_location')
     
  14. sonnb

    sonnb Administrator Staff Member

    Please update the files I have sent via email few hours ago first.
     
  15. majidam

    majidam Member

    OK . i waiting ...
     
  16. sonnb

    sonnb Administrator Staff Member

    I have sent 1 hour ago. Please check it.
     
  17. Rob Fritz

    Rob Fritz New Member

    I clicked share and this is what the overlay looks like...

    sonnb-gallery.jpg

    tag and edit location looked fine. The transparency makes it hard to read.
     
  18. sonnb

    sonnb Administrator Staff Member

    It is not transparency. It is missing css. I will check and update it.
     
  19. majidam

    majidam Member

    i waiting ...
     
  20. sonnb

    sonnb Administrator Staff Member

    What are you waiting for?
     

Share This Page