Last modified: 2010-05-15 16:03:51 UTC
When uploading a file with an unpreffered file type: Strict Standards: Declaration of FileRepoStatus::newFatal() should be compatible with that of Status::newFatal() in C:\Server\Apache22\htdocs\mediawiki\includes\filerepo\FileRepoStatus.php on line 6 Followed by on the description page: Strict Standards: Non-static method MediaHandler::getLongDesc() should not be called statically, assuming $this from incompatible context in C:\Server\Apache22\htdocs\mediawiki\includes\filerepo\File.php on line 1151 The name of the file being uploaded contained non-ASCII characters.
When uploading an OGG file (and possibly other types of files as well): Strict Standards: Non-static method MediaHandler::getLongDesc() should not be called statically, assuming $this from incompatible context in includes/filerepo/File.php on line 1152
(In reply to comment #1) > When uploading an OGG file Oops, that should be: viewing the description page for an OGG file.
fixed in r33911. Note: there was also bug 12202.
reopened bug per r33920.
WORKSFORME on r42899.