Changes

Jump to navigation Jump to search
no edit summary
When we browsed to http://www.nber.org/~edegan/w/index.php we got a 500 internal server error.
Adding the following debug 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. '''Debug code''' can be added to the top of LocalSettings.php (below <?php though). It should be taken out again at the end of the build:
error_reporting( E_ALL | E_STRICT );
ini_set( 'display_errors', 1 );
$wgShowExceptionDetails = true;
 
==Configuration and Extensions==
Documentation on configuring Short URLs is here: http://www.mediawiki.org/wiki/Manual:Short_URL
 
 
==Security==
Anonymous user

Navigation menu