Changes
Jump to navigation
Jump to search
Patent Data Project Wiki (view source)
Revision as of 19:30, 2 February 2012
, 19:30, 2 February 2012→Basic Configuration
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;