I'm hoping you all can help me, I've tried the mediawiki channel on freenode, I've tried a couple of IRC channels and other places to get it fixed. I am running a Mediawiki install on sid, and ever since the upgrade to 1.15.5-1 on or about 30 Jul 2010, I have had a problem where I cannot upload image files. Any attempt to do so results in<br>
<br><h1 id="firstHeading" class="firstHeading">Internal error</h1>
                <div id="bodyContent">
                        <h3 id="siteSub">From mywiki</h3>
                        
                                                                        <div id="jump-to-nav">Jump to: <a style="" href="http://sisko/mediawiki/index.php/Special:Upload#column-one">navigation</a>, <a style="" href="http://sisko/mediawiki/index.php/Special:Upload#searchInput">search</a></div>
                        
                        <p>The upload directory (public) is missing and could not be created by the webserver.
</p></div>I have checked /etc/mediawiki/LocalSettings.php, and the upload entries seem right:<br><br>$wgUploadPath       = "$wgScriptPath/images";<br>$wgUploadDirectory  = "$IP/images";<br><br>The directory exists:<br>
<br># ls -ld /var/lib/mediawiki/images/<br>drwxrwxr-x 23 www-data www-data 4096 Dec  1  2009 /var/lib/mediawiki/images/<br><br>and /etc/apache2/conf.d/mediawiki.conf has:<br><br><Directory /var/lib/mediawiki/images><br>
        Options -FollowSymLinks<br>        AllowOverride None<br></Directory><br><br>I've also waded through the forest of symlinks, (e.g. 3 symlinks on the filesystem to /etc/mediawiki/LocalSettings.php, and all of the links between /var/lib/mediawiki, /usr/share/mediawiki and /etc/mediawiki) and everything seems to be in order, but is there something that I can check to find where this error is coming from?<br>
<br>The apache logs are kind of vague:<br><br>[Thu Aug 12 20:21:23 2010] [error] [client 192.168.224.1] PHP Warning:  mkdir(): Permission denied in /usr/share/mediawiki/includes/GlobalFunctions.php on line 2012, referer: <a href="http://sisko/mediawiki/index.php?title=Special:Upload&wpDestFile=Esxopsview21.png">http://sisko/mediawiki/index.php?title=Special:Upload&wpDestFile=Esxopsview21.png</a><br>
<br>Especially since like 2012 is:<br><br>        return mkdir( $dir, $mode, true );  // PHP5 <3<br><br>Any ideas? The Mediawiki guys weren't able to help. I didn't want to open a bug, because I'm not sure whether it is a leftover configuration issue after my painful upgrade from 1.7 or a true bug.<br>
<br>Thanks,<br>--b<br>