Im getting this error message on the main page. Keep in mind ive search every article for the past two days trying to figure this out. Im using CNR 2.4.5 with the mega plugins. (ive used godaddy version, and also the other version) currently imusing the godaddy optimized version since it seems to be the only one working properly.
I beleive I had a windows server with godaddy and I beleive that justhost is linux.
So heres how i have my index.php setup.
- Code: Select all
<?php include('/news/head.php'); ?>
</head>
Here is how i have show_news included on my site which works.
- Code: Select all
<?php
$number = 10;
include 'news/show_news.php';
?>
I cant use $cutepath to include the path to the script. I get errors where i want the news to display when i use $cutepath.
This is the error in the header im receiving now... keep in mind my news is showing on my site perfectly.
Warning: include(/news/head.php) [function.include]: failed to open stream: No such file or directory in /home/broproj1/public_html/index.php on line 14
Warning: include() [function.include]: Failed opening '/news/head.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/broproj1/public_html/index.php on line 14
Any help would be appreciated.
