sampoyigi You can increase or disable the max length validation on the content field. Open admin/controllers/Pages.php and change line 194 to: $this->form_validation->set_rules('content', 'lang:label_content', 'trim|required|min_length[2]|max_length[64000]');
roydeanjr Can you modify the length of the content field to allow for blobs or 64000 characters? The terms and conditions of today's legalese is too big to store in a single page record in this application.