Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Platonides
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@lists.wikimedia.org http

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread nevio carlos de alarcão
m: nevio carlos de alarcão >> To: MediaWiki announcements and site admin list < >> mediawiki-l@lists.wikimedia.org> >> Date: Mon, 3 May 2010 14:22:57 -0300 >> Subject: Re: [Mediawiki-l] Get error while editing >> >> > > >> > > changing the

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread nevio carlos de alarcão
tx 2010/5/3 Steve VanSlyck > LocalSettings.php > > - Original Message - > From: nevio carlos de alarcão > To: MediaWiki announcements and site admin list < > mediawiki-l@lists.wikimedia.org> > Date: Mon, 3 May 2010 14:22:57 -0300 > Subject: Re: [Mediaw

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Steve VanSlyck
LocalSettings.php - Original Message - From: nevio carlos de alarcão To: MediaWiki announcements and site admin list Date: Mon, 3 May 2010 14:22:57 -0300 Subject: Re: [Mediawiki-l] Get error while editing > > > > changing the $wgMaxArticleSize done the trick > >

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread nevio carlos de alarcão
> > changing the $wgMaxArticleSize done the trick In which file is that? thanks 2010/5/3 Herulee > > 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

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Herulee
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. > > Tha

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Clayton
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.

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Alexandre Emsenhuber
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

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Clayton
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 i

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread church.of.emacs.ml
> 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 signature.asc Description: OpenPGP digital signature _

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Clayton
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 ge

Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread David Young
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,0

[Mediawiki-l] Get error while editing

2010-05-03 Thread Herulee
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 mysq