brion@pobox.com wrote:
An automated run of parserTests.php showed the following failures:
This is MediaWiki version 1.10alpha (r19546).
<snip>
* BUG 1887, part 2: A <math> with a thumbnail- math enabled
This one worked for me once I tweaked the file rights in my upload directory. The problem is that the directory I created by apache and my user can not create the generated math in the directory.
I fixed it using:
mediawiki$ chmod -R hashar:www-data images mediawiki$ find images -type d -exec chmod g+s {} ;
cheers,