Topic on Project:Support desk

[RESOLVED] Upload File - Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

3
199.202.95.19 (talkcontribs)
Header Product Header Version
MediaWiki 1.16.4
PHP 5.3.6 (cgi-fcgi)
MySQL 5.1.56-community
Environement Windows Server 2008 32-Bit IIS 7.0

Every time I try to upload a file I get the error:

"Server Error 500"
"Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed."

These are my settings for file uploads.
To enable image uploads, make sure the 'images' directory is writable, then set this to true:

$wgEnableUploads = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";
$wgUploadPath = "{$wgScriptPath}/images";
$wgUploadDirectory = "{$IP}/images";

167.230.38.120 (talkcontribs)

Did you ever figure out why?

Nhan.LeMinh (talkcontribs)

Found the problem! Apparently, some previous work early on resulted in an incorrect HTACCESS file in this folder. Removing that allowed uploads to work as expected. Thanks again!

Reply to "[RESOLVED] Upload File - Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed."