CODE
<? include ('news/feeds.php'); ?>
.The feeds sit in the /news directory.
But when I take a look at an archive page (of which there is only one, just for testing), I see the following error messages:
CODE
Warning: main(news/feeds.php): failed to open stream: No such file or directory in /var/www/html/blogarch/2005/02/index.php on line 293
and CODE
Warning: main(): Failed opening 'news/feeds.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /var/www/html/blogarch/2005/02/index.php on line 293
I suspect a pathing issue, but just cannot figure out what to do to fix.
Also, the entire site, including the archive files, are PHP.
Any assistance is appreciated.