To address item 1, I made two changes in php.ini -
error_reporting = E_ALL error_log = /tmp/phplog.txt
To address item 2, I added $wgDisableCounters = true; to LocalSettings.php.
Then, I restarted IIS. (My original post did not mention that I'm running IIS 5.)
Neither of these had any impact on the problem I reported.
I want to add that the change to PHP logging has not resulted in the creation of the log file that I named in the error_log directive. Is this expected? Is the runtime "warning free" or have I botched something?
Thanks.
C Seelig
Rob Church wrote:
On 29/04/07, Charles Seelig cseelig@penrose.com wrote:
However, when I click on the Logo placeholder at the top-left of the page, or on the Main Page link in left navigation area, I get an empty page - visually empty and view-source empty as reported by Firefox. (I've confirmed the same behavior with IE.)
- Check the PHP error log
(http://uk3.php.net/manual/en/ref.errorfunc.php) to find out what's happening 2. See if setting $wgDisableCounters = true; in LocalSettings.php works around the problem
Rob Church
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l