MattNC
01-20-2006, 02:12 PM
I have moved a site using EasyPHP calendar from a Linux/Apache server to a Windows server. In the calendar.php file where the server path is specified, the old path was /home/ruckusho/public_html/v2/calendar/
The comments say that on a Windows server the path will start with a drive letter. My Windows path for the website is e:\web\ruckushouse\htdocs and the calendar is located at e:\web\ruckushouse\htdocs\v2\calendar, but I can't get this path to work.
I keep getting the following error when trying to load any page on the site that refers to the calendar:
PHP Warning: main(e:\web uckushouse\htdocs\v2\calendarfunctions/functions.inc.php): failed to open stream: Invalid argument in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37 PHP Fatal error: main(): Failed opening required 'e:\web uckushouse\htdocs\v2\calendarfunctions/functions.inc.php' (include_path='.;c:\php4\pear') in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37
If I change the path on line 37 for the HTML functions from functions/functions.inc.php to functions\functions.inc.php (with a backslash) then I get this error message:
PHP Warning: main(e:\web uckushouse\htdocs\v2\calendarfunctions\functions.i nc.php): failed to open stream: Invalid argument in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37 PHP Fatal error: main(): Failed opening required 'e:\web uckushouse\htdocs\v2\calendarfunctions\functions.i nc.php' (include_path='.;c:\php4\pear') in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37
Any help would be greatly appreciated. Thanks.
The comments say that on a Windows server the path will start with a drive letter. My Windows path for the website is e:\web\ruckushouse\htdocs and the calendar is located at e:\web\ruckushouse\htdocs\v2\calendar, but I can't get this path to work.
I keep getting the following error when trying to load any page on the site that refers to the calendar:
PHP Warning: main(e:\web uckushouse\htdocs\v2\calendarfunctions/functions.inc.php): failed to open stream: Invalid argument in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37 PHP Fatal error: main(): Failed opening required 'e:\web uckushouse\htdocs\v2\calendarfunctions/functions.inc.php' (include_path='.;c:\php4\pear') in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37
If I change the path on line 37 for the HTML functions from functions/functions.inc.php to functions\functions.inc.php (with a backslash) then I get this error message:
PHP Warning: main(e:\web uckushouse\htdocs\v2\calendarfunctions\functions.i nc.php): failed to open stream: Invalid argument in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37 PHP Fatal error: main(): Failed opening required 'e:\web uckushouse\htdocs\v2\calendarfunctions\functions.i nc.php' (include_path='.;c:\php4\pear') in E:\web\ruckushouse\htdocs\v2\calendar\calendar.php on line 37
Any help would be greatly appreciated. Thanks.