Thread: Forum issue
View Single Post
  #2  
Old 05-29-2009, 02:18 AM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Major General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 2,143
Default Re: Please help! Forum issue

Chances are there is still a space or line break before the forum script starts. You can't add text into phpbb directly from the php files, you have to edit the templates otherwise it will output before certain php functions are executed which modify the browsers headers (which has to be done before any output).

Either download a phpbb from their website and just reupload the index.php file (assuming you have no mods installed it shouldn't cause any problems), or if you are comfortable enough, open the index.php page in your file manager and make sure there is absolutely nothing (even white space) before <?php, and it should solve the problem.
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Reply With Quote