Wiki tag {img src=show_image.php?id= } stops working and does not load images from image gallery.
- Status
- Closed
- Subject
- Wiki tag {img src=show_image.php?id= } stops working and does not load images from image gallery.
- Version
- 1.9.x
- Category
- Error
- Feature
- Image Gallery
Wiki Syntax (text area, parser, external wiki, etc) - Resolution status
- Out of Date
- Submitted by
- lindon
- Lastmod by
- nyloth, lindon
- Rating
- Description
- Upload images to an image gallery, store in database
- create wiki page with tag
- the images show for a while, but suddenly they do not show anymore- Solution
Add \n to the header() calls in show_image.php. See below:
header ("Content-type: $type\n");
header ("Etag: ".$imagegallib->etag."\n");
header ("Content-Disposition: inline; filename=\"" . $imagegallib->filename."\"\n");
This won't be fixed in 1.9. Please test if the problem remains in 2.0.- Importance
- 8
- Priority
- 40
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1882
- Created
- Friday 18 July, 2008 08:35:50 UTC
by Unknown - LastModif
- Sunday 18 June, 2017 23:23:10 UTC