MyBB Community Forums

Full Version: [Solved] Problem with howthread.php?tid=4&action=lastpost
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the default file for showthread, nothing changed.
When I try to go to

../forumroot/showthread.php?tid=4&action=lastpost

I get

Warning: Cannot modify header information - headers already sent by (output started at /var/www/crazydog/MyBB/inc/functions_post.php:713) in /var/www/crazydog/MyBB/showthread.php on line 73

What's wrong?
Have you changed functions_post.php?

Somehow there are blank lines under the ?> at the bottom of the file. You need to remove these.