I have question in my PHP Script.
I got this error when I clicked on a link.
"My page giving me this errors..
Warning: main(php/rss/rss_fetch.inc): failed to open stream: No such file or directory in ....../ ??? /index.php on line 2
Fatal error: main(): Failed opening required 'php/rss/rss_fetch.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in .../...???/../index.php on line 2
"
I am wandering how to solve this problem. I used to create symlink which is able to solve this problem. But now, because I am in another server and I do not have access to telnet the server to run the command. I would like to know is there any other way to solve this problem.
My website is
http://www.themanitoban.com/2006-2007/static/archives.php
Thanks ...