developing on intranet
I use our intranet to develop web pages for an external website. I create, test and get authors to check content here.
I've got the calendar working fine on the external website, however when viewing on the intranet I get errors (as expected) on the pages with the calendar and nothing else.
Is there a way to stop these errors or show errors along with the rest of the page? I don't really care about viewing the calendar on the intranet, I just want to see the other content.
thanks
p.s. just in case, the errors are:
Warning: main(/var/www/html/calendar/functions/functions.inc.php) [ function.main]: failed to open stream: No such file or directory in E:\www-development\calendar\calendar.php on line 37
Fatal error: main() [ function.require]: Failed opening required '/var/www/html/calendar/functions/functions.inc.php' (include_path='.;C:\php5\pear') in E:\www-development\calendar\calendar.php on line 37
|