Talk:QINU fix
From MediaWiki.org
Contents |
The following discussion has been transferred from Meta-Wiki.
Any user names refer to users of that site, who are not necessarily users of MediaWiki.org (even if they share the same username).
Any user names refer to users of that site, who are not necessarily users of MediaWiki.org (even if they share the same username).
2006 [edit]
Why I created this page [edit]
I just created this page because I read a few people mentioning the same behavior. I'm sure there is a better way to talk about this problem, but I wanted to post a fix so newbies like me could figure it out.
Possibly, the MediaWiki extensions FAQ##How_do_I_render_wikitext_in_my_extension.3F entry on rendering Wikitext should be changed to discourage people from using global $wgOut to access the parser?
Socoljam 20:22, 23 July 2006 (UTC)
- I'm having this exact problem with my nowiki tags. But, we're having trouble finding where in what file to change the code. Can anyone help? Rlevse 13:27, 10 August 2006 (UTC)
-
- This was being caused by copying pages from Wikipedia and special being carried over. Remove the special codes and it works fine.Rlevse 19:33, 10 August 2006 (UTC)
2007 [edit]
== Bug 8820 ==bugzilla:8820 in LocalSettings.php
# If PHP's memory limit is very low, some operations may fail.
# ini_set( 'memory_limit', '20M' );
ini_set('zend.ze1_compatibility_mode','off');
sloves the problem without access to php.ini
--6 May 2007
End of content from meta.wikimedia.org.
Note that the above conversation may have been edited or added to since the transfer. If in doubt, check the edit history.
Note that the above conversation may have been edited or added to since the transfer. If in doubt, check the edit history.