[Elgg 1.5-1.12 & 2.X - 4.X: Tidypics] v1.8.0 rc1

Release Notes

Updated for Elgg 1.8

Thanks to Brett for significant contributions. Make sure you run the upgrade script.

This is a release candidate which means there is not going to be any significant development before the final 1.8 release. Changes will be bug fixes.

Please make useful bug reports (report browser information if browser related, report server information if server related).

  • Found the way to do it. You can add photos in your group by creating an album. After that, wow!, incredible plugin. Thanks for that!

  • 1. ac-130 theme and probably facebook theme allows to post comments in the activity stream BUT they do not show up under a specific photo post post - they show in the activity stream but NOT under the specific photo.

    2.Any one can  tag or mark directly on a photo - how to limit tagging to myself for my photos?

  •  FastCGI sent in stderr: "PHP message: PHP Fatal error:  Call to a member function getURL() on a non-object in /mysite/mod/tidypics/views/default/river/object/image/create.php on line 27" while reading response header from upstream, client: xx.xx.xx.xx, server: www.mysite.com, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "www.mysite.com"

    this relates to:

    $album_link = elgg_view('output/url', array(
        'href' => $image->getContainerEntity()->getURL(),
        'text' => $image->getContainerEntity()->getTitle(),
        'is_trusted' => true,
    ));

    no idea what the cause is presently.. i have had to disable tidypics until this is resolved. :(

  • Hi team.

    i got same error during the uploading of the album image . the image was upload but the error to show i check in firebug they show the below
    json is null
    image     

    var url = elgg.normalize_url('photos/edit/' + json.batch_guid)

    and i got the issue from the batch id it's not in the metastring table.


    i try the basic uploader it working good. how can resolve this issue ?

     

  • Is it possible to make this plugin upload archives with other extension like .zip or .doc for example?

  • Tidypics plugin = for uploading images.

    Bundled file plugin of Elgg = general files section for various types of files including archive files.

  • Can somebody tell me what must be changed to take off the white borders around the images on the photo album? Thank you!

  • this does not work to use the newest version of elgg

  • does not work on elgg 1.88 version

  • Flash uploader still churns out HTTP errors. It works fine with the basic uploader, though.

  • hi @Tidypics Team,

    i am using ur plugin it great.i need to know one thing currently ur plugin uses uploadify.v2.1.1

    and the latest version is uploadify-3.1 ,is there will be a update for this super plugin or any reson y no upgrades for the lates version..

     

    Thanks Guys....




  • Awesome job!  Thank you for creating this.

  • help! when i upload de photos, it doesnt show,is like the link is broken.

    sorry for my written english

  • @kathe That's right :(

    After updating Elgg to 1.8.15 :

     

    1. getimagesize(): failed to open stream: No such file or directory" in file /lib/resize.php (line 95),
    2. "TidyPics warning: failed to create thumbnails - GD" in file /classes/PicsImage.php (line 287),
    3. "exif_read_data(): Unable to open file" in file /lib/exif.php (line 26),
    4. "mkdir(): Permission denied" in file /classes/PicsImage.php (line 208),
    5. "move_uploaded_file(): failed to open stream: No such file or directory" in file /classes/PicsImage.php (line 214),
    6. "filesize(): stat failed for ong.jpg" in file engine/classes/ElggDiskFilestore.php (line 192),
    7.  "file_get_contents(ong.jpg): failed to open stream: No such file or directory" in file /engine/classes/ElggDiskFilestore.php (line 233),

     

     

  • Temporary i've retuned old code in ElggDiskFilestore class:

    commented lines 217-223 and returned line 224:

    //$filename = $file->getFilename();
       //     if (!$filename) {
        //        return '';
       //     }

       //     return $this->dir_root . $this->makeFileMatrix($owner_guid) . $filename;

    return $this->dir_root . $this->makefileMatrix($owner_guid) . $file->getFilename();

     

    And

    commented lines 245-247

    //if (!$file->getFilename()) {
      //          return false;
       //     }

     

    It's work as temporary solution.

    Now I'll see in TidyPics: what need to edit

  • http://community.elgg.org/plugins/1194049/1.8.1beta5/elgg-18-tidypics

    Works for me also in Elgg 1.8.15 without changing any code. With the version of Tidypics here it can happen that the upload fails for some reason (for example image filesize too large but also other reasons) and a faulty new entry missing the image is created nonetheless. This not only happens in Elgg 1.8.15. As the link to this faulty entry including all thumbnails is not working it's not easy to get rid of this entry additionally. I hope I managed to fix this problem also in my version of Tidypics, i.e. if the upload fails for some reasons there's no entry created.

  • Hi, Love the plugin, but i am having trouble uploading large images, is there a limit on the size of an image? I am trying to upload an image that is 10mb and dimensions of  5616x3744, the file seems to get onto the server but the thumbnail does not get created and i can not see it in the gallery

  • Hey, after host my site in arvixe, every album created do not show the photos.But my files are shown correctly, just dont when i upload images to an album.Any Idea?I'm using Elgg 1.8.14

  • @Phill, do you have "Access" set to "public" and not something like "limited" or "logged in"?  I saw an issue where the photos did not show at all when they were supposed to when set in that way.

  • @all: this version of Tidypics will fail to work in Elgg 1.8.15. You can try this upgraded version: http://community.elgg.org/plugins/1194049/1.8.1beta6/elgg-18-tidypics. Apart from the fix for Elgg 1.8.15 there are other changes/improvements included as well. If in doubt, test this version on a test installation before upgrading your prodoctuve site.

  • Bonjour,j'ai activé cette dernière version dans elgg 1.8.15, elle s'installe correctement mais lorsque j'insère des images alors l'image est correctement chargé mais elle ne s'affiche pas, c'est toujours l'image par defaut qui s'affiche, qu'elle peut-être le source de ce problème? 

  • @Alain: I don't speak French. But seeing version 1.8.15 of Elgg mentioned in your posting I guess you don't get Tidypics to work. Problem is that this version of Tidypics does not work in Elgg 1.8.15 anymore.

    Try this updated version of Tidypics: http://community.elgg.org/plugins/1194049/1.8.1beta6/elgg-18-tidypics

  • Hello,

    I have a problem with this plugin. 

    [Wed May 22 15:50:02 2013] [error] [client ::1] PHP WARNING: 2013-05-22 15:50:02 (CEST): "mkdir() [<a href='function.mkdir'>function.mkdir</a>]: Permission denied" in file /Users/david/Desarrollo/Elgg/Hibritur/elgg/mod/tidypics/classes/TidypicsImage.php (line 208), referer: http://plataforma.hibriturselva.local/photos/upload/69/basic
    [Wed May 22 15:50:03 2013] [error] [client ::1] PHP WARNING: 2013-05-22 15:50:03 (CEST): "move_uploaded_file(/Users/david/Desarrollo/Elgg/Hibritur/data/2013/05/14/47/image/69/13692306022013-05-22 11.36.20.png) [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: failed to open stream: No such file or directory" in file /Users/david/Desarrollo/Elgg/Hibritur/elgg/mod/tidypics/classes/TidypicsImage.php (line 214), referer: http://plataforma.hibriturselva.local/photos/upload/69/basic
    [Wed May 22 15:50:03 2013] [error] [client ::1] PHP WARNING: 2013-05-22 15:50:03 (CEST): "move_uploaded_file() [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move '/private/var/tmp/phpLMGnmR' to '/Users/david/Desarrollo/Elgg/Hibritur/data/2013/05/14/47/image/69/13692306022013-05-22 11.36.20.png'" in file /Users/david/Desarrollo/Elgg/Hibritur/elgg/mod/tidypics/classes/TidypicsImage.php (line 214), referer: http://plataforma.hibriturselva.local/photos/upload/69/basic
    [Wed May 22 15:50:03 2013] [error] [client ::1] PHP WARNING: 2013-05-22 15:50:03 (CEST): "getimagesize(/Users/david/Desarrollo/Elgg/Hibritur/data/2013/05/14/47/image/69/13692306022013-05-22 11.36.20.png) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: No such file or directory" in file /Users/david/Desarrollo/Elgg/Hibritur/elgg/mod/tidypics/lib/resize.php (line 101), referer: http://plataforma.hibriturselva.local/photos/upload/69/basic
    [Wed May 22 15:50:03 2013] [error] [client ::1] PHP WARNING: 2013-05-22 15:50:03 (CEST): "Tidypics warning: failed to create thumbnails - GD" in file /Users/david/Desarrollo/Elgg/Hibritur/elgg/mod/tidypics/classes/TidypicsImage.php (line 287), referer: http://plataforma.hibriturselva.local/photos/upload/69/basic

    Could you help me, please? Permissions of my elgg data directory are set to drwxrwxrwx

  • Try this version which has a fix for working with the latest versions of Elgg: https://github.com/cash/Tidypics/archive/master.zip

Stats

  • Category: Photos and Images
  • License: GNU General Public License (GPL) version 2
  • Updated: 2022-10-10
  • Downloads: 145192
  • Recommendations: 231

Other Projects

View iionly's plugins