OK, make sure in your headlines php file that the only require line in there is
require("./PluhConfig.php");
Then in your php file that is calling the headlines and news files make sure that that these are before the < html > tag
<?
require("global.php");
require("admin/config.php");
require("PluhConfig.php");
?>
Rename the PluhConfig.php line if you renamed your headlines/news/config files. Let me know if this fixed it. :up:
|