Viewing 2 replies - 1 through 2 (of 2 total)
  • 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?

    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.