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/

Sonnb - Xengallery (xenforo Gallery) [paid] 2.6.10

Modern Albums with Photos and Videos gallery for your XenForo

  1. sonnb

    sonnb Administrator Staff Member

    May I have URL? Have you on latest update?
     
  2. whynot

    whynot Authorized Member Authorized

    sonnb - XenGallery 2.1.0
    Going to PC the URL just now.
     
  3. resonansER

    resonansER Authorized Member Authorized

    Don't matter. On NEW photos don't work also. My version of PHP:
    Code:
    yaourt -Qi php
    Name           : php
    Version        : 5.5.11-1
    Description    : An HTML-embedded scripting language
    Architecture   : x86_64
    URL            : http://www.php.net
    Licenses       : PHP
    Groups         : None
    Provides       : None
    Depends On     : pcre  libxml2  bzip2  curl
    Optional Deps  : None
    Required By    : php-apache  php-cgi  php-embed  php-enchant  php-fpm  php-gd  php-imagick  php-intl  php-ldap  php-mcrypt  php-mssql  php-odbc
                     php-pear  php-pgsql  php-pspell  php-snmp  php-sqlite  php-tidy  php-xcache  php-xsl
    Optional For   : None
    Conflicts With : None
    Replaces       : None
    Installed Size : 15301.00 KiB
    Packager       : Pierre Schmitz <pierre@archlinux.de>
    Build Date     : Wed Apr 2 07:09:44 2014
    Install Date   : Fri Apr 4 03:22:55 2014
    Install Reason : Explicitly installed
    Install Script : No
    Validated By   : Signature
    
     
  4. whynot

    whynot Authorized Member Authorized

    I upgraded again, the Gallery works.
    Thank you!
     
  5. sonnb

    sonnb Administrator Staff Member

    Can I see your watermark setting? You can see that it works here: http://www.sonnb.com/gallery/albums/my-test-albums.119/
     
  6. resonansER

    resonansER Authorized Member Authorized

    Of course, yes:
    bandicam 2014-04-08 16-05-26-205.png
     
  7. sonnb

    sonnb Administrator Staff Member

    The image path is not correct. It should be absolute URL or relative to home or an URL, easiest way: {your_url}/{your_path_above}.

    I am adding function to check these values upon saving.
     
    resonansER likes this.
  8. resonansER

    resonansER Authorized Member Authorized

    @sonnb, YES! It works. Thank you! :) :) :)
     
    sonnb likes this.
  9. sonnb

    sonnb Administrator Staff Member

    sonnb updated sonnb - XenGallery (XenForo Gallery) with a new update entry:

    Implementations and bug fixes

    Read the rest of this update entry...
     
    resonansER likes this.
  10. creasy

    creasy New Member

    After updating to version 2.1.1 stopped working watermark :(
     
  11. resonansER

    resonansER Authorized Member Authorized

    After update 2.1.1 watermark still work excellent! :)
     
  12. Franklin Willis

    Franklin Willis Authorized Member Authorized

    I can confirm that the text watermark is not working now.

    Also, the uploading works now with resize enabled but no matter what, the width of the pic is always resized to 960px even if I set the max width smaller.
     
  13. creasy

    creasy New Member

    and for me does not work :(

    Code:
    ErrorException: substr() expects parameter 1 to be string, array given - library/sonnb/XenGallery/Model/ContentData.php:1243
    Generated By: John W.Creasy, przed chwilÄ…
    Stack Trace
    
    #0 [internal function]: XenForo_Application::handlePhpError(2, 'substr() expect...', '/home/kastak2/d...', 1243, Array)
    #1 /home/kastak2/domains/xxx.com/public_html/library/sonnb/XenGallery/Model/ContentData.php(1243): substr(Array, 1)
    #2 /home/kastak2/domains/xxx.com/public_html/library/sonnb/XenGallery/Model/ContentData.php(1088): sonnb_XenGallery_Model_ContentData->hex2rgb('#000')
    #3 /home/kastak2/domains/xxx.com/public_html/library/sonnb/XenGallery/Model/ContentData.php(735): sonnb_XenGallery_Model_ContentData->addWatermark('/home/kastak2/d...', 2)
    #4 /home/kastak2/domains/xxx/public_html/library/sonnb/XenGallery/Model/PhotoData.php(456): sonnb_XenGallery_Model_ContentData->createContentDataThumbnailFile('/tmp/phpJDDKwR', '/home/kastak2/d...', 2, 'large', true, Array)
    #5 /home/kastak2/domains/xxx.com/public_html/library/sonnb/XenGallery/ControllerPublic/XenGallery/Photo.php(420): sonnb_XenGallery_Model_PhotoData->insertUploadedPhotoData(Object(sonnb_XenGallery_Model_PhotoUpload), Array)
    #6 /home/kastak2/domains/xxx.com/public_html/library/XenForo/FrontController.php(347): sonnb_XenGallery_ControllerPublic_XenGallery_Photo->actionDoUpload()
    #7 /home/kastak2/domains/xxx.com/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
    #8 /home/kastak2/domains/xxx.com/public_html/index.php(13): XenForo_FrontController->run()
    #9 {main}
    
    Request State
    
    array(3) {
      ["url"] => string(115) "http://xxx.com/index.php?gallery/photos/do-upload.json&hash=fa6d5c786277d7a80af276f4d6e2cc4b&album_id=86"
      ["_GET"] => array(3) {
        ["gallery/photos/do-upload_json"] => string(0) ""
        ["hash"] => string(32) "fa6d5c786277d7a80af276f4d6e2cc4b"
        ["album_id"] => string(2) "86"
      }
      ["_POST"] => array(6) {
        ["Filename"] => string(6) "k1.jpg"
        ["_xfNoRedirect"] => string(1) "1"
        ["_xfToken"] => string(8) "********"
        ["_xfResponseType"] => string(4) "json"
        ["_xfSessionId"] => string(32) "09f1ada2345630aeb6dd57121b4ed40f"
        ["Upload"] => string(12) "Submit Query"
      }
    }
    Code:
    ErrorException: Undefined offset: 2 - library/sonnb/XenGallery/Model/Content.php:619
    Generated By: John W.Creasy, 3 minut temu
    Stack Trace
    
    #0 /home/kastak2/domains/xxx.com/public_html/library/sonnb/XenGallery/Model/Content.php(619): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/home/kastak2/d...', 619, Array)
    #1 /home/kastak2/domains/xxx.com/public_html/library/sonnb/XenGallery/ControllerPublic/XenGallery/Content.php(44): sonnb_XenGallery_Model_Content->getRelatedContents(Array, Array, 16, 'position', 'asc')
    #2 /home/kastak2/domains/xxx.com/public_html/library/XenForo/FrontController.php(347): sonnb_XenGallery_ControllerPublic_XenGallery_Content->actionIndex()
    #3 /home/kastak2/domains/xxx.com/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
    #4 /home/kastak2/domains/xxx.com/public_html/index.php(13): XenForo_FrontController->run()
    #5 {main}
    
    Request State
    
    array(3) {
      ["url"] => string(219) "http://xxx.com/index.php?gallery/photos/6838/&_xfRequestUri=%2Findex.php%3Fgallery%2Falbums%2Ftest.86%2F&_xfNoRedirect=1&_xfToken=1%2C1396991050%2Cff7f2ddde52785c3b4fa13ab4606b9d48896a4ed&_xfResponseType=json"
      ["_GET"] => array(5) {
        ["gallery/photos/6838/"] => string(0) ""
        ["_xfRequestUri"] => string(34) "/index.php?gallery/albums/test.86/"
        ["_xfNoRedirect"] => string(1) "1"
        ["_xfToken"] => string(53) "1,1396991050,ff7f2ddde52785c3b4fa13ab4606b9d48896a4ed"
        ["_xfResponseType"] => string(4) "json"
      }
      ["_POST"] => array(0) {
      }
    }
    
     
    Last edited: Apr 8, 2014
  14. Franklin Willis

    Franklin Willis Authorized Member Authorized

    With watermark enabled I get this.

    ErrorException: substr() expects parameter 1 to be string, array given - library/sonnb/XenGallery/Model/ContentData.php:1243
    Generated By: Erikjef24, Today at 5:45 PM
    Stack Trace
    #0 [internal function]: XenForo_Application::handlePhpError(2, 'substr() expect...', '/home/nascartr/...', 1243, Array)
    #1 /home/nascartr/public_html/community/library/sonnb/XenGallery/Model/ContentData.php(1243): substr(Array, 1)
    #2 /home/nascartr/public_html/community/library/sonnb/XenGallery/Model/ContentData.php(1093): sonnb_XenGallery_Model_ContentData->hex2rgb('#FFFFFF')
    #3 /home/nascartr/public_html/community/library/sonnb/XenGallery/Model/ContentData.php(735): sonnb_XenGallery_Model_ContentData->addWatermark('/home/nascartr/...', 2)
    #4 /home/nascartr/public_html/community/library/sonnb/XenGallery/Model/PhotoData.php(456): sonnb_XenGallery_Model_ContentData->createContentDataThumbnailFile('/tmp/phpEP3KW1', '/home/nascartr/...', 2, 'large', NULL, Array)
    #5 /home/nascartr/public_html/community/library/sonnb/XenGallery/ControllerPublic/XenGallery/Photo.php(420): sonnb_XenGallery_Model_PhotoData->insertUploadedPhotoData(Object(sonnb_XenGallery_Model_PhotoUpload), Array)
    #6 /home/nascartr/public_html/community/library/XenForo/FrontController.php(347): sonnb_XenGallery_ControllerPublic_XenGallery_Photo->actionDoUpload()
    #7 /home/nascartr/public_html/community/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
    #8 /home/nascartr/public_html/community/index.php(13): XenForo_FrontController->run()
    #9 {main}
    Request State
    array(3) {
    ["url"] => string(112) "http://diecastcrazy.com/community/g...h=b503ad126aad02df83dfbc8334ca582b&album_id=0"
    ["_GET"] => array(2) {
    ["hash"] => string(32) "b503ad126aad02df83dfbc8334ca582b"
    ["album_id"] => string(1) "0"
    }
    ["_POST"] => array(6) {
    ["Filename"] => string(12) "100_4040.jpg"
    ["_xfResponseType"] => string(4) "json"
    ["_xfSessionId"] => string(32) "0bd33025cdc84ea2a2e2595bbd054511"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["Upload"] => string(12) "Submit Query"
    }
    }

    Delete...Close
     
  15. sonnb

    sonnb Administrator Staff Member

    This is true and known. I will fix it.
    Yes, there is an issue with text watermark where I put the compatible with 5.2.x. Will fix it.
     
  16. creasy

    creasy New Member

    This will be corrected? Do we need to update the php version 5.2.x
     
  17. sonnb

    sonnb Administrator Staff Member

    A fix will be posted really soon.
     
    Franklin Willis likes this.
  18. antonio

    antonio Authorized Member Authorized

    Test Insert large photo
    Empusa pennata
     
  19. sonnb

    sonnb Administrator Staff Member

    sonnb updated sonnb - XenGallery (XenForo Gallery) with a new update entry:

    New implementations, improvements and bug fixes

    Read the rest of this update entry...
     
    resonansER likes this.
  20. creasy

    creasy New Member

    background does not work: transparent and Allow Users to Override these settings :(
     

Share This Page