We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

The 50,000 Symbols Barrier in Blogs. | Forum

Tester
Tester Jan 22 '13
I tried it, after removing 50000.

No error messages, but still there is a length barrier. I posted a huge text. Only part of it was saved. So it's better to use the highest number possible in place of 50000. What should be that? 


Btw, what does the BLOB series mean?

Alia Team
Alia Jan 22 '13
Thank you for answering Purusothaman.
Tester
Tester Feb 6 '13
Aliia

$stringValidator = new StringValidator(0);  was working well.
Now there is a problem. Even Texts with less than 10,000 symbols are truncated.
Example: http://findonliners.com/community/blogs/post/74
Tester
Tester Feb 6 '13


$stringValidator = new StringValidator(0)

This has been working well all these days, but now there is problem.

Blogs don't accept even texts that are less than 10,000 symbols in length.

I had not made any code change in any files after I had modified it following our previous discussions many weeks ago.

The Forum post is edited by Tester Feb 6 '13
Purusothaman Ramanujam
That should not happen. May be there is something happening apart from this.
Tester
Tester Feb 6 '13
That's what I suspect, Purusothaman Ramanujam, but can't figure out it. 
Alia Team
Alia Feb 7 '13
Tester, can you try pasting the text of more then 10.000 symbols but in English language?
Tester
Tester Feb 10 '13
Aliia, I think it was a temporary problem due to some quirky reason.
The member who complained about it was able post his stuff fully today.
Thanks.
Tester
Tester Feb 10 '13
Btw, why 'symbols' instead of 'characters'? Is there any difference?
Alia Team
Alia Feb 12 '13
Tester, sorry would have been correct to say "characters". I personally don't see the difference. But all documentation related to utf-8 encoding uses "characters".
Tester
Tester Feb 12 '13
I have given a note about the size limit on my site. Now I can change 'symbols' to 'characters'. Thanks, Allia. 
Tester
Tester Feb 24 '13
50,000. Is this with or without white spaces?
Alia Team
Alia Feb 25 '13
It is with spaces.
Tester
Tester Feb 25 '13
Thanks,  Aliia
Alia Team
Alia Mar 1 '13
Topic was moved from General Questions.
Kяuncн Leader
Kяuncн May 9 '13

Quote from Purusothaman Ramanujam Yes, If you removed that limit, this will never be executed.

and I changed $stringValidator = new StringValidator(0);
still get the alert at forum  "This text can't be longer than 50000 symbols"
The Forum post is edited by Kяuncн May 9 '13
Kяuncн Leader
Kяuncн May 9 '13

Quote from Aliia Tester, this can be changed in  'ow_blog_post' table in MySQL.
Currently "post" column is of "TEXT" data type, which is limited to  65,535 bytes ~64kb.



Change data type, for example to LONG TEXT, to increase max. size limit for blog posts.





This screen-shot shows the only SQL related items I have:


is there something I'm missing?
Daisy Team
Daisy May 14 '13
Krunch, you should go to phpMyAdmin section.
Kяuncн Leader
Kяuncн May 14 '13

Quote from Daisy Krunch, you should go to phpMyAdmin section.

OK, changed for both Blog and Forum to Long Text,..

Still with the Ouch, that's a long text! Try to be a little more compact, under 50000 symbols.

This was at a 411526 Character Count
The Forum post is edited by Kяuncн May 14 '13
Daisy Team
Daisy May 16 '13
Have you changed the limit in the following string?

$stringValidator->setErrorMessage(OW::getLanguage()->text( 'base', 'text_is_too_long', array( 'max_symbols_count' =>50000 ) ));
Pages: « 1 2 3 »