im trying to put a 7500 character text into a textarea and it gets posted to a blank page.
[website]/content.php?page=update&id=2
- i tried to bypass text validation script but no luck.
- the database field is a 'text', i tried 'longtext' also but it didnt help.
- i also checked the text on special chars. but copying the same word gave me the same error.
Anyone formiliar with this problem?
btw. i found this in the doc: "Note: When submitting vary much data please dont use the FH_TEXT validator. The validator is to time/memory expensive and submitting will fail. For small and normal amounts of data you can just use FH_TEXT."
parent::setErrorMessage("page", "Vul de titel van de pagina in");
parent::onCorrect(array(&$this->contentModel, $oncorrect));
parent::submitButton($button, "submit", "class='knop'");
return parent::flush(true);
}
public function editItem($item){
$this->addItem($button="Pas pagina aan", $oncorrect="editItem");