Hello everybody,
This is my first posting to this MediaWiki mailing list.
I am managing a MediaWIki site at http://www.bmk.no/wiki.
After having used Extension:ImportUsers, I discovered that the media files viewing faulted, using a strange file path.
I don't really know if the use of the extension caused it, but now I need to fix it somehow.
This is how it looks (partly translated from Norwegian) where the "Festivallogo" picture was supposed to appear:
Error creating miniature picture: convert unable to open image: convert: unable to open image
`/data/www/bmk.no/www/wiki/images/Festivallogo.jpg': No such file or directory. convert: missing an image filename `/data/www/bmk.no/www/wiki/images/thumb/Festivallogo.jpg/600px-Festivallogo. jpg'
Best regards,
Even Thorbergsen
User Event (or EvenT) at several Wikipedias.
From: Even Thorbergsen Sent: Monday, January 18, 2010 5:50 PM
This is how it looks (partly translated from Norwegian) where the "Festivallogo" picture was supposed to appear: Error creating miniature picture: convert unable to open image: convert: unable to open image `/data/www/bmk.no/www/wiki/images/Festivallogo.jpg': No such file or directory. convert: missing an image filename `/data/www/bmk.no/www/wiki/images/thumb/Festivallogo.jpg/600px-Festivallogo. jpg' Best regards, Even Thorbergsen
_______________________________________________
Hi Even,
Have you looked in your LocalSettings.php file for these variables? $wgUploadPath = "../images/default/images"; $wgUploadDirectory = "/images/default/images";
Those may be pointing to the wrong folders.
Good luck! -Courtney
Even Thorbergsen wrote:
Hello everybody,
This is my first posting to this MediaWiki mailing list.
I am managing a MediaWIki site at http://www.bmk.no/wiki.
After having used Extension:ImportUsers, I discovered that the media files viewing faulted, using a strange file path.
I don't really know if the use of the extension caused it, but now I need to fix it somehow.
This is how it looks (partly translated from Norwegian) where the "Festivallogo" picture was supposed to appear:
Error creating miniature picture: convert unable to open image: convert: unable to open image
`/data/www/bmk.no/www/wiki/images/Festivallogo.jpg': No such file or directory. convert: missing an image filename `/data/www/bmk.no/www/wiki/images/thumb/Festivallogo.jpg/600px-Festivallogo. jpg'
Best regards, Even Thorbergsen User Event (or EvenT) at several Wikipedias.
Your image is at http://www.bmk.no/wiki/images/4/47/Festivallogo.jpg You have changed $wgHashedUploadDirectory to false without moving all the files from the subfolders to the image root. Removing the $wgHashedUploadDirectory line or setting the variable to true (the default) should make it work again.
mediawiki-l@lists.wikimedia.org