Difference between revisions of "THCCwiki:Known bugs"

From THCCwiki
Jump to navigation Jump to search
m (Solved root tag bug)
m (shuffle)
 
Line 3: Line 3:
 
Parser bug outputs extra '''root''' tags
 
Parser bug outputs extra '''root''' tags
  
Solved by removing UsenetSyntax extension
+
Solved by removing UsenetSyntax extension {{done}}
 +
 
 +
===Unable to create thumbnail images===
 +
 
 +
Error creating thumbnail:
 +
<b>Warning</b>: passthru() has been disabled for security reasons in
 +
<b>/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php</b>
 +
on line <b>2131</b>
 +
 
 +
OK now {{done}}
  
 
===User name case===
 
===User name case===
Line 12: Line 21:
 
: http://en.wikipedia.org/wiki/Help:Page_name#Case-sensitivity_of_the_first_character
 
: http://en.wikipedia.org/wiki/Help:Page_name#Case-sensitivity_of_the_first_character
 
: See http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks
 
: See http://www.mediawiki.org/wiki/Manual:$wgCapitalLinks
 
===Unable to create thumbnail images===
 
 
Error creating thumbnail:
 
<b>Warning</b>: passthru() has been disabled for security reasons in
 
<b>/home/thcczzzz/public_html/mediawiki/includes/GlobalFunctions.php</b>
 
on line <b>2131</b>
 
 
OK now
 

Latest revision as of 23:29, 11 June 2009

Stray root tags

Parser bug outputs extra root tags

Solved by removing UsenetSyntax extension Tick.gif

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 Tick.gif

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