Changes

Jump to navigation Jump to search
Note that the configuration page is here: http://www.nber.org/~edegan/w/mw-config/index.php
 
When we browsed to http://www.nber.org/~edegan/w/index.php we got a 500 internal server error.
Adding the following code to the top of the page (below <?php) showed a problem with the ctype function. This was resolved by Mohan, who installed php5-ctype.
 
error_reporting( E_ALL | E_STRICT );
ini_set( 'display_errors', 1 );
$wgShowExceptionDetails = true;
Anonymous user

Navigation menu