tslocum / kusaba

This project is discontinued. Use TinyIB: https://gitlab.com/tslocum/TinyIB
0 stars 1 forks source link

Cannot modify header information upon thread deletion #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upon deleting post or thread

What is the expected output? What do you see instead?
Post is deleted, but this error is displayed:

"Post successfully deleted.

Warning: Cannot modify header information - headers already sent by (output
started at /home/user/public_html/board.php:442) in
/home/user/public_html/inc/func/misc.php on line 75"

What version of the product are you using? On what operating system?
kusaba 1.0.4; FreeBSD 7.0

Please provide any additional information below.
Any ideas would be greatly appreciated - thanks!

Original issue reported on code.google.com by support%...@gtempaccount.com on 24 Apr 2008 at 4:14

GoogleCodeExporter commented 9 years ago
I figured out a temporary fix, which is to disable the PHP Location redirector 
in
misc.php and just use the meta refresh.

Original comment by support%...@gtempaccount.com on 26 Apr 2008 at 1:59