• When a logged in user submits a Submission Form on a badge we get the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/uschool/public_html/badges/wp-content/themes/fukasawa/header.php:3) in /home/uschool/public_html/badges/wp-includes/pluggable.php on line 1179

    When viewed in admin/submissions the column for Title shows the submitted text with the HTML tags visible, the column for Content shows previews the text properly. When you click on Review the text is encoded with special characters such as "&quot";"&gt"; "&lt";instead of HTML. Looking at the database, the text is stored with the special characters and then parsed back into HTML at some point.

    It would be a lot easier to read if the review/edit screen for Submissions were properly formatted. Can we turn off CKeditor (if that is what is introducing this?)

  • The topic ‘Submission Form Error’ is closed to new replies.