Difference between revisions of "THCCwiki:Known bugs"

From THCCwiki
Jump to navigation Jump to search
(Bug list)
 
m (Solved root tag bug)
Line 1: Line 1:
 +
===Stray '''root''' tags===
 +
 +
Parser bug outputs extra '''root''' tags
 +
 +
Solved by removing UsenetSyntax extension
 +
 
===User name case===
 
===User name case===
  
Line 13: Line 19:
 
  <b>/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php</b>
 
  <b>/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php</b>
 
  on line <b>2131</b>
 
  on line <b>2131</b>
 +
 +
OK now

Revision as of 19:31, 17 May 2009

Stray root tags

Parser bug outputs extra root tags

Solved by removing UsenetSyntax extension

User name case

User names are forced to start with an uppercase letter. This is standard for Mediawiki by policy.

\includes\User.php Line 498 in function isValidUserName
http://en.wikipedia.org/wiki/Help:Page_name#Case-sensitivity_of_the_first_character
See http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks

Unable to create thumbnail images

Error creating thumbnail:
Warning: passthru() has been disabled for security reasons in 
/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php
on line 2131

OK now