In my index.php file:
PHP Code:
<?php
require("/home/sandieg/public_html/forum/global2.php");
require("/home/sandieg/public_html/forum/admin/config.php");
include('/home/sandieg/public_html/forum/PluhNews.php');
?>
I don't have PluhConfig.php because all the config options were moved into the PluhNews.php. I have multiple pages that access different news forums, so I had to do this.
I still get the following error:
Quote:
Warning: Cannot add header information - headers already sent by (output started at /home/sandieg/public_html/index.php:3) in /home/sandieg/public_html/forum/admin/functions.php on line 1530
|