When trying to lock the database on 1.3 (via the Mediawiki interface), I get an error message:
Could not find file "/srv/www/htdocs/wiki/upload/lock_yBgMBwiR".
Since the upload directory was renamed to the images directory in 1.2 (and 1.3), it of course can't find wiki/upload anymore.
Have I done something wrong in the configuration, or is this a bug?
By the way, have I mentioned lately how fantastic this software is?
I put some money in Tim Starling's donation box, so my next step is to find everyone else's boxes and tip them as well.
Thanks a lot guys,
Michael Richards
Gartner
PS I got the same behavior with 1.2.6
Some lines from LocalSettings.php:
$wgSitename = "Gartnerpedia";
$wgScriptPath = "/wiki";
$wgScript = "$wgScriptPath/index.php";
$wgRedirectScript = "$wgScriptPath/redirect.php";
## If using PHP as a CGI module, use the ugly URLs
$wgArticlePath = "$wgScript/$1";
# $wgArticlePath = "$wgScript?title=$1";
$wgStylePath = "$wgScriptPath/stylesheets";
$wgStyleDirectory = "$IP/stylesheets";
$wgLogo = "$wgStylePath/images/wiki.png";
$wgUploadPath = "$wgScriptPath/images";
$wgUploadDirectory = "$IP/images";