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?
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?
$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.
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.