On Sat, 6 Apr 2013, Mark A. Hershberger wrote:
On Sat 06 Apr 2013 10:31:20 AM EDT, Dmitrii Kouznetsov wrote:
This time, I choose all the extensions offered. I Expected that some of them provide the required options. The extensions seem to conflict; I get message [6ea7a99f] 2013-04-06 14:22:46: Fatal exception of type MWException
When I created the distribution, I did a quick sanity check with all the extensions enabled in the installer and didn't run into this problem.
Hence, I made another error; perhaps, indicating the cache. (I just copypasted the IPs, without to analyze their meaning)
If you can, enable the debug log[1] and send me a copy. [1] https://www.mediawiki.org/wiki/Manual:How_to_debug#Logging
I reproduce the error. This time, I add few lines to the LocalSetting.php Now it begins with
<?php
error_reporting( -1 ); ini_set( 'display_errors', 1 ); $wgShowSQLErrors = true; $wgDebugDumpSql = true; $wgShowDBErrorBacktrace = true;
# This file was automatically generated by the MediaWiki 1.21.0rc1 ...
The update causes alost the same message: [5f42f4e0] 2013-04-06 16:22:34: Fatal exception of type MWException
I do not understand, where should get the log of the error(s). Explanations at https://www.mediawiki.org/wiki/Manual:How_to_debug#Logging are a little bit complicated. Assume, /Users/dima/www is writable; which lines shold I add to LocalSetting.php in order to indicate, that I want to pick up the log file there?
Off-topic about short URL: the description at http://www.mediawiki.org/wiki/Manual:Short_URL suggests a lot of links, but does not provide the script, that does the job.