I am installing 5.01 for the first time, and have been told that ;
The paths appear to be incorrect in the showCalendar.php file.
However,the correct path has not been automatically determined.
Please edit the showCalendar.php file and set the appropriate paths.
I have opened the showCalendar.php file and entered what I think to be correct, but can't get it right.
I am running Mac OSX.3 with the site locally at http://10.0.0.1/~ray/escal/
and the Finder file path is 30 GB/Users/ray/Sites/escal/
I have entered this in the file;
// SERVER (ROOT) PATH TO ESCAL FOLDER
// This address should start and end with a "/" unless it's on a Windows server;
if (!isset($serverPath)) {
$serverPath="/10.0.0.1/~ray/Sites/escal/";
}
// URL PATH TO ESCAL FOLDER
// This address should start and end with a "/";
$urlPath="/10.0.0.1/~ray/escal/";
Please can some1 advise me...
thanx
ray
|