Title: [Plugin: WordPress Ticket Plugin] PHP headers already sent.
Last modified: August 20, 2016

---

# [Plugin: WordPress Ticket Plugin] PHP headers already sent.

 *  [jamesdodd](https://wordpress.org/support/users/jamesdodd/)
 * (@jamesdodd)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wordpress-ticket-plugin-php-headers-already-sent/)
 * I’m getting a headers already sent message when I try to reply, delete or change
   the state of a ticket. I’ve gotten around this temporarily by adjusting the header
   calls to be a meta refresh instead which works fine. but obviously something 
   else must be up?
 * wordpress version 3.3.1
    Plugin: WordPress Ticket Plugin version 1.0.6
 * [http://wordpress.org/extend/plugins/wordpress-ticket-plugin/](http://wordpress.org/extend/plugins/wordpress-ticket-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [MR_SA](https://wordpress.org/support/users/mr_sa/)
 * (@mr_sa)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-ticket-plugin-php-headers-already-sent/#post-2596747)
 * Yes this has been occurring to me to and have just ignored it because the update
   happens. Error is in iew-ticket-admin.php on line 185
 * Went looking for some extra white space in a line which from a search seems to
   cause this issue but couldn’t find any.
 * How did you adjust the calls to be a meta refresh James?
 *  [debain](https://wordpress.org/support/users/debain/)
 * (@debain)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-ticket-plugin-php-headers-already-sent/#post-2596774)
 * Hi,
 * Same error, my fix – please review:
 * File iew-ticket-user.php:
    Replace: `header("Location:".$usrurl."&do=show&id=".
   $id);` with `_iew_user_show_ticket();`
 * File iew-ticket-admin.php:
    Replace: `header("Location:".$admurl."&do=show&id
   =".$id);` with `_iew_admin_show_ticket();`
 * Regards
    debain

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WordPress Ticket Plugin] PHP headers already sent.’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-ticket-plugin.svg)
 * [WordPress Ticket Plugin](https://wordpress.org/plugins/wordpress-ticket-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-ticket-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-ticket-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-ticket-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-ticket-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-ticket-plugin/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [debain](https://wordpress.org/support/users/debain/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-ticket-plugin-php-headers-already-sent/#post-2596774)
 * Status: not resolved