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

oxwall This text can't be longer than 50000 symbols | Forum

Bambie Murphy
Bambie Murphy Jan 20 '13
How can I change the limit on the fourms to stop this error "This text can't be longer than 50000 symbols"
Purusothaman Ramanujam
ow_core\form_element.php

Change below value from

$stringValidator = new StringValidator(0, 50000);

to

$stringValidator = new StringValidator(0);

This will remove the limit on all rich Text Box of Oxwall. Are you specific only to remove the limit of Forum?
The Forum post is edited by Purusothaman Ramanujam Jan 20 '13
Alia Team
Alia Jan 21 '13
Bambie, also check this topic http://www.oxwall.org/forum/topic/7813?page=1#post-39353

Why would you want to increase the limit?
Bambie Murphy
Bambie Murphy Feb 12 '13
I had to increase because I post topic on reptiles and the post contains alot of information. Like for this one http://www.liverpoolreptilerescue.org.uk/forum/topic/2
Alia Team
Alia Feb 12 '13
Given link results in  500phtml error.

Thank you for replying, though. So it is basically a one time instance when you needed to increase the limit. 

Bambie Murphy
Bambie Murphy Feb 13 '13
Thanks for letting me know, it is working now. 
Kяuncн Leader
Kяuncн May 9 '13

Quote from Purusothaman Ramanujam ow_core\form_element.php

Change below value from

$stringValidator = new StringValidator(0, 50000);

to

$stringValidator = new StringValidator(0);

This will remove the limit on all rich Text Box of Oxwall. Are you specific only to remove the limit of Forum?

Still getting the Ouch, that's a long text! Try to be a little more compact, under 50000 symbols. error after changing $stringValidator = new StringValidator(0, 50000); to $stringValidator = new StringValidator(0);
Alia Team
Alia May 9 '13
Topic was moved from Bug reports and troubleshooting.
Daisy Team
Daisy May 14 '13
Charitable
Charitable Jan 23 '14

Dear Alia,

            Hi,


How are you i have doe as advised in the forum post given below

            


http://www.oxwall.org/forum/topic/7813?page=1#post-39353


I have done as advised by you on my website www.ayurvedaconferences.com but it shows another error while saving blog there appears a blank page and we have to open wesite again and the content on the blog we edit or create is visible there without reentering but now tell me what to do with that blank page problem


Thanks with regards


Dr Davinder Singh

Daisy Team
Daisy Mar 10 '14
Dear Charitable,

It seems you've made changes incorrectly. Please revert your changes back and follow the instructions once again. Then get back to us with the results.