Loading...
 
Skip to main content

Category: Image Gallery

Image Gallery
Show subcategories objects

Name Type
Image galleries to file galleries migration script fails
On a site with image galleries, there is a button in page tiki-galleries.php which claims ''Migrate Images to File Gallery''

When I click on it, a new File gallery is created and named ''Migrated Image Galleries'' (that is perfect!)
For each image gallery, a file gallery with the same name as the image gallery is created as a child of ''Migrated Image Galleries'' (still perfect!)

__But__ no images are actually migrated to these new file galleries. The new file galleries are empty and the old image galleries are still there.

Using the command line version gives the same lack of result:

{CODE(theme="default")}php console.php gallery:migrate
All files migrated!
feedback: L'image a été réduite : %s x %s -> %s x %s
error: Duplicate file found as `Nouveau Fichier`. Upload rejected.
error: Duplicate file found as `Beatrice1.jpeg`. Upload rejected.
error: Duplicate file found as `kitty.jpg`. Upload rejected.
error: Duplicate file found as `160x55_INESSStccn.jpg`. Upload rejected.{CODE}
But nothing was actually migrated.

Files are stored on the file system, in case that makes a difference.

This prevents people from getting rid of deprecated ''image galleries'' feature.

See issue reproduced on: [http://jyhem-9952-7324.show2.tikiwiki.org/]
* Log in as admin
* Go to [http://jyhem-9952-7324.show2.tikiwiki.org/tiki-galleries.php] and click on ''Migrate Images to File Gallery''.
* See a new file gallery showed up in [http://jyhem-9952-7324.show2.tikiwiki.org/tiki-list_file_gallery.php] with sub-galleries with proper names. The new file galleries are empty instead of containing the migrated images.

This also creates the file galeries without migrating the files:
{CODE(theme="default")}root@seed22:/var/www/jyhem-9952-7324# php console.php gallery:migrate
Undefined index: show_filename on line 175 of /var/www/jyhem-9952-7324/lib/filegals/filegallib.php
Undefined index: show_filename on line 177 of /var/www/jyhem-9952-7324/lib/filegals/filegallib.php
Undefined offset: 31 on line 737 of /var/www/jyhem-9952-7324/lib/metadata/datatypes/exif.php
Undefined index: show_filename on line 175 of /var/www/jyhem-9952-7324/lib/filegals/filegallib.php
Undefined index: show_filename on line 177 of /var/www/jyhem-9952-7324/lib/filegals/filegallib.php
Undefined index: show_filename on line 175 of /var/www/jyhem-9952-7324/lib/filegals/filegallib.php
Undefined index: show_filename on line 177 of /var/www/jyhem-9952-7324/lib/filegals/filegallib.php
Undefined offset: 31 on line 737 of /var/www/jyhem-9952-7324/lib/metadata/datatypes/exif.php
All files migrated!{CODE}
tracker item
Image Gallery - Edit, Save "Undefined Index" Bug
Aftger saving an edit to a picture in the Image Gallery (e.g. a name change), the top border shows an error.

See a screen-cap here: http://g5mac.us/misc/tikieditscreen.png
(feel free to copy this image anywhere)

The complaint is about a missing "lon" or "lat" index.
tracker item
Image Gallery fails with Unknown column 'g.parentgallery' in 'on clause'
I am running Tiki 1.9.7 with MySQL on Linux.

I have gone through the tiki_mysql.sql file and have found no reference to the column listed in the error message:

---
Context:
File tiki-galleries.php
Url tiki-galleries.php
Query:
select g.*, a.`name` as parentgalleryName from `tiki_galleries` g left join `tiki_galleries` a on g.`parentgallery` = a.`galleryId` order by `name` desc
Values:
Message:
Error Message Unknown column 'g.parentgallery' in 'on clause'
---

This appears as soon as I click on "Image Galleries" folder from the Menu module, or "Galleries".

I also get the same error message when I try and click on "Upload Image":

---
Context:
File tiki-upload_image.php
Url tiki-upload_image.php
Query:
select g.*, a.`name` as parentgalleryName from `tiki_galleries` g left join `tiki_galleries` a on g.`parentgallery` = a.`galleryId` order by `lastModif` desc
Values:
Message:
Error Message Unknown column 'g.parentgallery' in 'on clause'
---

Apparently this column needs to exist, but I have no idea what the column settings should be. This is preventing me from even using the image gallery feature.
tracker item
Image gallery next image bug
{THUMB(id=12)}{THUMB}
tracker item
Image Gallery: Next image arrow error
{syntax type="tiki" editor="plain"}
Clicking on the next image arrow makes Tikiwiki jump 2 images ahead insted of jumping to the next image.
tracker item
Image gallery:make "Sort Images by [ Name | Date | Hits | User | Size ]" optional and off by default
Most people don't need this. The admin determines the sort mode. End of story.
tracker item
Image Manipulation (image cropping, color changing, watermark, etc.)
It is possible to make ((doc:Drawings)) and even use an image as a background, and draw over it.

But if you have an existing image, you need to modify it before you upload.

Related:
* [tiki-view_tracker_item.php?itemId=909|Integrating fotonotes or wikigraphe or DOM Image annotation to the Image gallery]
* http://ajaxorized.com/phototype-image-manipulation-with-javascript (but GPL)
* http://www.webappers.com/2008/03/11/javascript-image-cropper-ui-using-prototype-scriptaculous/




tracker item
Images and videos
Image gallery should be become a multimedia gallery: it should be possible to upload images and videos to the gallery, and the slideshow script should recognize the file format and show videos with a player.
tracker item
Images don't appear to some people when using GD on Windows server (weird)
This is a problem which is very difficult to debug because some people see the images and some don't. We have not yet been able to find a correlation of what causes the issue.

Doesn't work (for some people):
{img src=images/code.png}%%% {CODE()}
{img src="show_image.php?id=76" width=800 }
{CODE}

The source of the problem seems to be something between the GD image library, Windows and TikiWiki. I have never seen such a problem with Linux/GD/TikiWiki.

The alternate method we are now using is totally bypassing the GD image library (works for all):
{img src=images/code.png}%%% {CODE()}
{img src="img/wiki_up/Dashboard_Selection.jpg" width=800 }
{CODE}
tracker item
Images don't show when expanded to full view (copy)
Problem in image gallery browsing - images don't show - a javascript issue?

The default image set for the 'preview' image is an image called imagestest.gif I guess javascript fanciness is intended to replace this value with the real source value

If I'm right, this would be asking for bugs, compared to actually providing the value in the page contents - what if people don't have javascript?

This error can be seen in my original installation (assuming I don't fix it somehow) at http://cefn.com/cefntiki/tiki-browse_image.php?galleryId=5&sort_mode=created_desc&desp=0&offset=0&imageId=50

The images DO show when navigating them via the gallery (as thumbnails), if you include them as images in pages, or if you manually launch a slideshow by clicking on the Eye icon.
tracker item
Images don't show when expanded to full view.
Problem in image gallery browsing - images don't show - a javascript issue?

The default image set for the 'preview' image is an image called imagestest.gif I guess javascript fanciness is intended to replace this value with the real source value

If I'm right, this would be asking for bugs, compared to actually providing the value in the page contents - what if people don't have javascript?

This error can be seen in my original installation (assuming I don't fix it somehow) at http://cefn.com/cefntiki/tiki-browse_image.php?galleryId=5&sort_mode=created_desc&desp=0&offset=0&imageId=50

The images DO show when navigating them via the gallery (as thumbnails), if you include them as images in pages, or if you manually launch a slideshow by clicking on the Eye icon.
tracker item
Images get resized upon update, regardless of resizing options
When you update an image that is already contained in the file gallery (via the 'upload new version' property) you have the choice of having it resized or not. Just like with any image upload.

But unlike a regular upload, you don't have the actual choice: Regardless of whether you uncheck the option "Use Gallery default resize settings for images (No resize)" and set max width and height to 0, which means "no limits" or whether you leave it checked and default to "no resize", the uploaded image _will_ be resized to the exact dimensions of the original image.

This means you cannot update with a higher resolution.

The size of the image, however, indicates that the image does not get resized upon upload, but rather upon display.

Thanks
Hman
tracker item
images in categories does not respect default scale
categoriezed images - if you follow the link the image des not respect the default scale of the gallery for the immage.
tracker item
images system gallery perms >< group perms
Lately, all images inserted into wiki pages are taken by the "system gallery" system.

That is realy cool BUT can be very problematic.

My anonymous don't have to see gallery images cause this is restricted to registred or members peoples. But they could till now see pages with images in it, buttons, whatever.

With this new "system gallery" they can't see no image nowhere. That is not what it should be.

I tried to find the so called :"System gallery" to see if i can change individual permissions. On the list, logged as admin, i can't see it. When i click on the menu at "System gallery" (tiki-list_gallery.php?galleryId=0) this goes to an error (No gallery indicated)... I can't neither.

This is bad as my anonymous user see red x everywhere instead of pictures.
tracker item
Imagick Scale Image failure after upgrade, showing icon instead of picture
{syntax type="tiki" editor="plain"}
After upgrading from 3 to 6, resizing of images fail. I tracked it down to Imagick's scaleImage function resulting in broken image, hence all that is shown is the GIF icon. This is the case when using the {img tag with size set.
tracker item
Integrating fotonotes or wikigraphe or DOM Image Annotation to the Image gallery
http://fotonotes.net/
http://wikifarm.koumbit.net/wikigraphe
http://kryogenix.org/code/browser/annimg/annimg.html



A nice usage example:
http://flickr.com/photos/36381329@N00/2190723280/
tracker item
It's too difficult to re-use image gallery and file gallery content in wiki pages, trackers, etc
As reported here:
https://bugzilla.mozilla.org/show_bug.cgi?id=398767

{THUMB(image=>img/wiki_up/2008-01-17_low-tech-image_picker_TikiWiki.jpg,url=#)}{THUMB}
{THUMB(id=13,url="show_image.php?id=13")}{THUMB}
{THUMB(id=16,url="show_image.php?id=15")}{THUMB}


Some ideas of nice links to have:

Thumbnail with link:
{img src=images/code.png}%%% {CODE()}
{THUMB(id=13,url="show_image.php?id=13")}{THUMB}
{CODE}


[tiki-upload_image.php|You can test some experimental stuff here] (upload a pic and see the suggested wiki markup to copy in a ((test)) page.)


Nelson Ko and Marc Laporte were planning to work on tiki at ((tw:TikiFestToronto)) but something else came up so it's still on todo list :-)
tracker item
can't view all image
{syntax type="tiki" editor="plain"}
when we click on "all image" in Image Gallery.All image will be blank.Help me please!!
tracker item
picture upload impossible
in picture galleries upload is only possible, you have the right tiki_p_admin_galleries.
So all the other rights like tiki_p_upload_images are in vain.
tracker item
JavaScript zoom on images
http://www.synegg.co.uk/top-tips/8-great-javascript-zoom-scripts/
tracker item
kerrnel22 Kerrnel
This should be migrated to the community site, and handled with ((doc:Organic groups)) and ((doc:User Trackers))
tracker item
list gallery in tiki-browse_gallery.php
To reproduce, go to:
http://tikiwiki.org/tiki-browse_gallery.php?galleryId=18

and, as an anonymous user, click on "list gallery", you will be sent here:
http://tikiwiki.org/tiki-list_gallery.php?galleryId=18
"Permission denied you cannot access this gallery"


Should tiki-list_gallery.php use the same perms as tiki-browse_gallery.php? Right now, it seems to be only for admins.




tracker item
Cant upload pictures in 7.1
Ugraded this site to 7.1:

http://alaindesilets.org/MyPublicSite/tiki-view_blog.php?blogId=1

and now, I can't upload files to the Files gallery.

Here is what I do:

* tiki-upload_file.php
* click on Browse button
* Navigate my disk and select an image file
* Click UPload Files button
* Nothing happens.
tracker item
Categories does not restrict visibility on individual images
When assigning a catogory with restricted permission, the permission usually override the global permissons.

When assigning a category to an individual image, the visibility is however not restricted.
tracker item
categorized object table not updated when file or image gallery title/description updated
When an image or file gallery is categorized the title & description are added to the tiki_categorized_objects table BUT if the title or description is then edited and changed this change does not get made to the fields in the tiki_categorized_object table. This means that when the objects are shown in the Browse Category function (or using the Category Plugin) then the 'old' title and description are shown.

I think I've verified this in the 'clean install' area and by direct examination of my own databases using phpMyAdmin.
tracker item
Show PHP error messages