Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Numinix MediaWiki Demo
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Manual/Importing XML dumps
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Large XML uploads === <!--T:59--> <!--T:60--> Large XML uploads might be rejected because they exceed the PHP upload limit set in the <tvar name="1"><code>php.ini</code></tvar> file. </translate> <syntaxhighlight lang="ini"> ; <translate nowrap><!--T:61--> Maximum allowed size for uploaded files.</translate> upload_max_filesize = 20M </syntaxhighlight> <translate> <!--T:62--> Try changing these four settings in <tvar name="1"><code>php.ini</code></tvar>: </translate> <syntaxhighlight lang="ini"> ; <translate nowrap><!--T:63--> Maximum size of POST data that PHP will accept.</translate> post_max_size = 20M max_execution_time = 1000 ; <translate nowrap><!--T:64--> Maximum execution time of each script, in seconds</translate> max_input_time = 2000 ; <translate nowrap><!--T:65--> Maximum amount of time each script may spend parsing request data</translate> ; <translate nowrap><!--T:66--> Default timeout for socket based streams (seconds)</translate> default_socket_timeout = 2000 </syntaxhighlight> <translate>
Summary:
Please note that all contributions to Numinix MediaWiki Demo may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Project:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)