Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki

Get error while editing

 

 

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded


heramb.forums at googlemail

May 3, 2010, 4:02 AM

Post #1 of 13 (567 views)
Permalink
Get error while editing

When I tried to save the contents of the page then I am getting the error

Error: The text you have submitted is 2,056 kilobytes long, which is longer
than the maximum of 2,048 kilobytes. It cannot be saved.

Does anybody have an idea how to get rid of it?
Do I need to change some setting of mysql or php on the server side?

Thanx in advance
--
View this message in context: http://old.nabble.com/Get-error-while-editing-tp28433809p28433809.html
Sent from the WikiMedia General mailing list archive at Nabble.com.


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


david at prophecy

May 3, 2010, 4:14 AM

Post #2 of 13 (562 views)
Permalink
Re: Get error while editing [In reply to]

Hi Herulee,

This sounds like the "upload_max_filesize = 2M" directive in php.ini..
try increasing this, and restarting httpd?

- David


On 3/05/10 11:02 PM, Herulee wrote:
>
> When I tried to save the contents of the page then I am getting the error
>
> Error: The text you have submitted is 2,056 kilobytes long, which is longer
> than the maximum of 2,048 kilobytes. It cannot be saved.
>
> Does anybody have an idea how to get rid of it?
> Do I need to change some setting of mysql or php on the server side?
>
> Thanx in advance

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


ccornell at openoffice

May 3, 2010, 4:16 AM

Post #3 of 13 (561 views)
Permalink
Re: Get error while editing [In reply to]

On 05/03/2010 01:02 PM, Herulee wrote:
>
> When I tried to save the contents of the page then I am getting the error
>
> Error: The text you have submitted is 2,056 kilobytes long, which is longer
> than the maximum of 2,048 kilobytes. It cannot be saved.
>
> Does anybody have an idea how to get rid of it?
> Do I need to change some setting of mysql or php on the server side?

That's a rather big text file to be editing...
Just guesing here... you're looking for post_max_size in the php.ini
file. See: http://php.net/manual/en/ini.core.php
Or... better yet (if possible) break the content into more manageable
chunks.

C.

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


church.of.emacs.ml at googlemail

May 3, 2010, 4:19 AM

Post #4 of 13 (562 views)
Permalink
Re: Get error while editing [In reply to]

> This sounds like the "upload_max_filesize = 2M" directive in php.ini..
> try increasing this, and restarting httpd?

That's probably it.
The text is stored in a mediumblob, so it should allow up to 16MB.

-- Church of emacs
Attachments: signature.asc (0.25 KB)


ccornell at openoffice

May 3, 2010, 4:20 AM

Post #5 of 13 (555 views)
Permalink
Re: Get error while editing [In reply to]

On 05/03/2010 01:14 PM, David Young wrote:
> Hi Herulee,
>
> This sounds like the "upload_max_filesize = 2M" directive in php.ini..
> try increasing this, and restarting httpd?

That setting is for filesizelimits on uploading content, not for text
content over 2Mb in a single page. (2Mb of text in a single Wiki page
is really unusual)

C.

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


alex.emsenhuber at bluewin

May 3, 2010, 4:22 AM

Post #6 of 13 (559 views)
Permalink
Re: Get error while editing [In reply to]

Remember that we also have $wgMaxArticleSize (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is set to 2048 kB.

Cheers!
Alexandre Emsenhuber (ialex)

Le 3 mai 2010 à 13:19, church.of.emacs.ml a écrit :

>> This sounds like the "upload_max_filesize = 2M" directive in php.ini..
>> try increasing this, and restarting httpd?
>
> That's probably it.
> The text is stored in a mediumblob, so it should allow up to 16MB.
>
> -- Church of emacs
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


ccornell at openoffice

May 3, 2010, 4:28 AM

Post #7 of 13 (559 views)
Permalink
Re: Get error while editing [In reply to]

On 05/03/2010 01:22 PM, Alexandre Emsenhuber wrote:
> Remember that we also have $wgMaxArticleSize (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is set to 2048 kB.

That makes more sense since the php.ini default I referenced is "8M".

Cool.. I learn something new every day.

C.

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


heramb.forums at googlemail

May 3, 2010, 4:47 AM

Post #8 of 13 (553 views)
Permalink
Re: Get error while editing [In reply to]

changing the $wgMaxArticleSize done the trick

Thanx very much for the help



Clayton-24 wrote:
>
> On 05/03/2010 01:22 PM, Alexandre Emsenhuber wrote:
>> Remember that we also have $wgMaxArticleSize
>> (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is set to
>> 2048 kB.
>
> That makes more sense since the php.ini default I referenced is "8M".
>
> Cool.. I learn something new every day.
>
> C.
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>

--
View this message in context: http://old.nabble.com/Get-error-while-editing-tp28433809p28434185.html
Sent from the WikiMedia General mailing list archive at Nabble.com.


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


nevinhoalarcao at gmail

May 3, 2010, 10:22 AM

Post #9 of 13 (546 views)
Permalink
Re: Get error while editing [In reply to]

>
> changing the $wgMaxArticleSize done the trick

In which file is that? thanks

2010/5/3 Herulee <heramb.forums [at] googlemail>

>
> changing the $wgMaxArticleSize done the trick
>
> Thanx very much for the help
>
>
>
> Clayton-24 wrote:
> >
> > On 05/03/2010 01:22 PM, Alexandre Emsenhuber wrote:
> >> Remember that we also have $wgMaxArticleSize
> >> (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is set to
> >> 2048 kB.
> >
> > That makes more sense since the php.ini default I referenced is "8M".
> >
> > Cool.. I learn something new every day.
> >
> > C.
> >
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l [at] lists
> > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Get-error-while-editing-tp28433809p28434185.html
> Sent from the WikiMedia General mailing list archive at Nabble.com.
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>



--
{+}Nevinho
Venha para o Movimento Colaborativo http://sextapoetica.com.br !!
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


s.vanslyck at spamcop

May 3, 2010, 10:38 AM

Post #10 of 13 (551 views)
Permalink
Re: Get error while editing [In reply to]

LocalSettings.php

----- Original Message -----
From: nevio carlos de alarcão <nevinhoalarcao [at] gmail>
To: MediaWiki announcements and site admin list <mediawiki-l [at] lists>
Date: Mon, 3 May 2010 14:22:57 -0300
Subject: Re: [Mediawiki-l] Get error while editing

> >
> > changing the $wgMaxArticleSize done the trick
>
> In which file is that? thanks
>
> 2010/5/3 Herulee <heramb.forums [at] googlemail>
>
> >
> > changing the $wgMaxArticleSize done the trick
> >
> > Thanx very much for the help
> >
> >
> >
> > Clayton-24 wrote:
> > >
> > > On 05/03/2010 01:22 PM, Alexandre Emsenhuber wrote:
> > >> Remember that we also have $wgMaxArticleSize
> > >> (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is set to
> > >> 2048 kB.
> > >
> > > That makes more sense since the php.ini default I referenced is "8M".
> > >
> > > Cool.. I learn something new every day.
> > >
> > > C.
> > >
> > > _______________________________________________
> > > MediaWiki-l mailing list
> > > MediaWiki-l [at] lists
> > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> > >
> > >
> >
> > --
> > View this message in context:
> > http://old.nabble.com/Get-error-while-editing-tp28433809p28434185.html
> > Sent from the WikiMedia General mailing list archive at Nabble.com.
> >
> >
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l [at] lists
> > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >
>
>
>
> --
> {+}Nevinho
> Venha para o Movimento Colaborativo http://sextapoetica.com.br !!
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>


nevinhoalarcao at gmail

May 3, 2010, 12:07 PM

Post #11 of 13 (555 views)
Permalink
Re: Get error while editing [In reply to]

tx

2010/5/3 Steve VanSlyck <s.vanslyck [at] spamcop>

> LocalSettings.php
>
> ----- Original Message -----
> From: nevio carlos de alarcão <nevinhoalarcao [at] gmail>
> To: MediaWiki announcements and site admin list <
> mediawiki-l [at] lists>
> Date: Mon, 3 May 2010 14:22:57 -0300
> Subject: Re: [Mediawiki-l] Get error while editing
>
> > >
> > > changing the $wgMaxArticleSize done the trick
> >
> > In which file is that? thanks
> >
> > 2010/5/3 Herulee <heramb.forums [at] googlemail>
> >
> > >
> > > changing the $wgMaxArticleSize done the trick
> > >
> > > Thanx very much for the help
> > >
> > >
> > >
> > > Clayton-24 wrote:
> > > >
> > > > On 05/03/2010 01:22 PM, Alexandre Emsenhuber wrote:
> > > >> Remember that we also have $wgMaxArticleSize
> > > >> (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is
> set to
> > > >> 2048 kB.
> > > >
> > > > That makes more sense since the php.ini default I referenced is "8M".
> > > >
> > > > Cool.. I learn something new every day.
> > > >
> > > > C.
> > > >
> > > > _______________________________________________
> > > > MediaWiki-l mailing list
> > > > MediaWiki-l [at] lists
> > > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> > > >
> > > >
> > >
> > > --
> > > View this message in context:
> > > http://old.nabble.com/Get-error-while-editing-tp28433809p28434185.html
> > > Sent from the WikiMedia General mailing list archive at Nabble.com.
> > >
> > >
> > > _______________________________________________
> > > MediaWiki-l mailing list
> > > MediaWiki-l [at] lists
> > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> > >
> >
> >
> >
> > --
> > {+}Nevinho
> > Venha para o Movimento Colaborativo http://sextapoetica.com.br !!
> > _______________________________________________
> > MediaWiki-l mailing list
> > MediaWiki-l [at] lists
> > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
> >
>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l [at] lists
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>


--
{+}Nevinho
Venha para o Movimento Colaborativo http://sextapoetica.com.br !!
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


nevinhoalarcao at gmail

May 3, 2010, 12:10 PM

Post #12 of 13 (546 views)
Permalink
Re: Get error while editing [In reply to]

Please, is it possible to set it for a specific page? I mean creating a
twiiter fashion page, is it posible? Thanks in advance

2010/5/3 nevio carlos de alarcão <nevinhoalarcao [at] gmail>

> tx
>
> 2010/5/3 Steve VanSlyck <s.vanslyck [at] spamcop>
>
> LocalSettings.php
>>
>> ----- Original Message -----
>> From: nevio carlos de alarcão <nevinhoalarcao [at] gmail>
>> To: MediaWiki announcements and site admin list <
>> mediawiki-l [at] lists>
>> Date: Mon, 3 May 2010 14:22:57 -0300
>> Subject: Re: [Mediawiki-l] Get error while editing
>>
>> > >
>> > > changing the $wgMaxArticleSize done the trick
>> >
>> > In which file is that? thanks
>> >
>> > 2010/5/3 Herulee <heramb.forums [at] googlemail>
>> >
>> > >
>> > > changing the $wgMaxArticleSize done the trick
>> > >
>> > > Thanx very much for the help
>> > >
>> > >
>> > >
>> > > Clayton-24 wrote:
>> > > >
>> > > > On 05/03/2010 01:22 PM, Alexandre Emsenhuber wrote:
>> > > >> Remember that we also have $wgMaxArticleSize
>> > > >> (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is
>> set to
>> > > >> 2048 kB.
>> > > >
>> > > > That makes more sense since the php.ini default I referenced is
>> "8M".
>> > > >
>> > > > Cool.. I learn something new every day.
>> > > >
>> > > > C.
>> > > >
>> > > > _______________________________________________
>> > > > MediaWiki-l mailing list
>> > > > MediaWiki-l [at] lists
>> > > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>> > > >
>> > > >
>> > >
>> > > --
>> > > View this message in context:
>> > >
>> http://old.nabble.com/Get-error-while-editing-tp28433809p28434185.html
>> > > Sent from the WikiMedia General mailing list archive at Nabble.com.
>> > >
>> > >
>> > > _______________________________________________
>> > > MediaWiki-l mailing list
>> > > MediaWiki-l [at] lists
>> > > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>> > >
>> >
>> >
>> >
>> > --
>> > {+}Nevinho
>> > Venha para o Movimento Colaborativo http://sextapoetica.com.br !!
>> > _______________________________________________
>> > MediaWiki-l mailing list
>> > MediaWiki-l [at] lists
>> > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>> >
>>
>>
>> _______________________________________________
>> MediaWiki-l mailing list
>> MediaWiki-l [at] lists
>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>>
>>
>
>
> --
> {+}Nevinho
> Venha para o Movimento Colaborativo http://sextapoetica.com.br !!
>



--
{+}Nevinho
Venha para o Movimento Colaborativo http://sextapoetica.com.br !!
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Platonides at gmail

May 3, 2010, 3:46 PM

Post #13 of 13 (540 views)
Permalink
Re: Get error while editing [In reply to]

nevio carlos de alarcão wrote:
> Please, is it possible to set it for a specific page? I mean creating a
> twiiter fashion page, is it posible? Thanks in advance

It applies to all pages.


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Wikipedia mediawiki RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.