On 12/28/2012 07:09 PM, Aaron Gray wrote: > I have added the following to my LocalSettings.php file :- > > $wgDebugLogFile = "/var/www/log/WikiLog.txt";
Are you sure the web server has permission to write to this file? Try using $wgDebugLogFile = "/tmp/debug.log"; (assuming /tmp/debug.log doesn't exist) and trying again? Is there anything in your error log? I added the line to a new installation and got a ton of information in it. -- http://hexmode.com/ Language will always shift from day to day. It is the wind blowing through our mouths. -- http://hexm.de/np _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
