Resized images are not visible...why?!
I can upload and display images, but resized images are not shown (as thumbs or with fixed size parameter). I have all image directories set to read/write (777), GD library version 2.x installed and the following settings in "LocalSettings.php":
$wgEnableUploads = true; $wgUseImageResize = true; # $wgUseImageMagick = true; # $wgImageMagickConvertCommand = "/usr/bin/convert";
$wgHashedUploadDirectory = false;
Anything wrong with this? Or what else can be missing?
Thanks for all help with this! Mike
Is GD definitely working, you aught to check phpinfo() to make sure.
Try $wgUseImageMagick = false; The default settings file has this as false already but it might have been changed
Does it display empty image placeholders where the thumbnails should be? Do the full size versions work when you click on the image?
Arthur
arthur@astarsolutions.co.uk -----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Michael Bartos Sent: 29 June 2005 15:55 To: 'MediaWiki' Subject: [Mediawiki-l] Resized image problem
Resized images are not visible...why?!
I can upload and display images, but resized images are not shown (as thumbs or with fixed size parameter). I have all image directories set to read/write (777), GD library version 2.x installed and the following settings in "LocalSettings.php":
$wgEnableUploads = true; $wgUseImageResize = true; # $wgUseImageMagick = true; # $wgImageMagickConvertCommand = "/usr/bin/convert";
$wgHashedUploadDirectory = false;
Anything wrong with this? Or what else can be missing?
Thanks for all help with this! Mike
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
'a star solutions' disclaimer The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you are not the intended recipient of this message you are hereby notified that any use, review, retransmission, dissemination, distribution, reproduction or any action taken in reliance upon this message is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of the company. We believe that this communication is free from viruses and other potentially dangerous programmes, but the recipient opens this communication at their own risk. We assume no responsibility for any loss or damage arising from the receipt or use of this communication
Is GD definitely working, you aught to check phpinfo() to make sure.
Yes, definetely. (Also checked gd_info() successfully.)
Try $wgUseImageMagick = false; The default settings file has this as false already but it might have been changed
Done. No effect :-(
Does it display empty image placeholders where the thumbnails should be?
IE: empty image (red "X") Firefox: nothing to see
Do the full size versions work when you click on the image?
Yes.
I am not sure what to try next, I had a similar problem a while back when I tried to use ImageMagick, when I moved back to GD it worked.
In your images folder there is a folder named thumb, when thumbnails are displayed the images are created and placed here. The system should create the folder for you; you could try and create the folder yourself making sure it is writeable by your web server.
Arthur
arthur@astarsolutions.co.uk
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Michael Bartos Sent: 29 June 2005 16:21 To: 'MediaWiki announcements and site admin list' Subject: RE: [Mediawiki-l] Resized image problem
Is GD definitely working, you aught to check phpinfo() to make sure.
Yes, definetely. (Also checked gd_info() successfully.)
Try $wgUseImageMagick = false; The default settings file has this as false already but it might have been changed
Done. No effect :-(
Does it display empty image placeholders where the thumbnails should be?
IE: empty image (red "X") Firefox: nothing to see
Do the full size versions work when you click on the image?
Yes.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
'a star solutions' disclaimer The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you are not the intended recipient of this message you are hereby notified that any use, review, retransmission, dissemination, distribution, reproduction or any action taken in reliance upon this message is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of the company. We believe that this communication is free from viruses and other potentially dangerous programmes, but the recipient opens this communication at their own risk. We assume no responsibility for any loss or damage arising from the receipt or use of this communication
-----Original Message----- From: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] On Behalf Of Arthur Guy Sent: Wednesday, June 29, 2005 6:05 PM To: 'MediaWiki announcements and site admin list' Subject: RE: [Mediawiki-l] Resized image problem
In your images folder there is a folder named thumb, when thumbnails are displayed the images are created and placed here. The system should create the folder for you; you could try and create the folder yourself making sure it is writeable by your web server.
All folders and subfolders are created correctly, but they don't contain any images (except "archive" and "images" folder itself).
What can I do? I'm completely lost...
Mike
mediawiki-l@lists.wikimedia.org