I've googled and looked over the documenatation at http://meta.wikimedia.org/wiki/ and havn't found answers to the following:
First, some images show correctly for at least some logged-in users but show as "Missing image" when I'm not logged in. Any ideas?
Second, I'm trying to add to the list of allowable file types. http://en.wikibooks.org/wiki/Help:Images_and_other_uploaded_files is the best reference I found. It says to add, for example, $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ogg', 'zip', 'mpg'); to LocalSettings.php. I did that but it still won't let me upload a .mpg. It tells me The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.
Is there something I need to do to make the changes take effect?
Benjamin FrantzDale wrote:
The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.
File's too big. Change maximum upload size in php.ini.
-- brion vibber (brion @ pobox.com)
Thanks. That did it.
Should the fact that the error message doesn't match the problem be reported as a bug?
--Ben
On 4/12/05, Brion Vibber brion@pobox.com wrote:
Benjamin FrantzDale wrote:
The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.
File's too big. Change maximum upload size in php.ini.
-- brion vibber (brion @ pobox.com)
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Benjamin FrantzDale wrote:
Thanks. That did it.
Should the fact that the error message doesn't match the problem be reported as a bug?
Well, that _is_ what the problem appears to the software as: you get an empty or 0-length file on the other end.
Some additional explanatory notes for the benefit of configuration might be good though.
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org