Changes

Jump to navigation Jump to search
m
Protected "Patent Data Project Wiki" [edit=nber:move=nber:read=nber]
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|Documentation
** development|Development
** aboutreference|About the PDPReference * SEARCH * TOOLBOXabout|About PDPWiki
** recentchanges-url|recentchanges
** randompage-url|randompage
** helppage|help
*SEARCH * Special:MultipleUpload|Upload Multiple FilesTOOLBOX
* LANGUAGES
Documentation on configuring Short URLs is here: http://www.mediawiki.org/wiki/Manual:Short_URL
 
 
==Security==
 
Until we can move the wiki and change its owner to apache (or similar), which requires root, the best we can do appears to be (from public_html):
 
chmod -R og-wx+X w/
chmod -R og+w w/images/
 
Note that the images directory needs write to allow file uploads.
Anonymous user

Navigation menu