My working installation sits here:
www.mysite.co.uk/calendar/
If i open calendar.php i those fields are listed like so:
PHP Code:
// SERVER (ROOT) PATH TO ESCAL FOLDER // This address should start and end with a "/" unless this is on a windows server where it will start with a drive letter; if (!isset($serverPath) || $serverPath!="../" || $getPaths==1) { $serverPath=""; }
// URL PATH TO ESCAL FOLDER // This address should start and end with a "/". * // It is usually the name of the directory this file is in (Example: "/escal/"); // * If you enter the full URL starting with "http://", this address will not be verified by the calendar script! $urlPath="";
}
There is no reference to a calendar folder.
I have taken a copy of the calendar folder and renamed it to "events"
I have modified the two variables you have spoken about with no luck.
The full hosting path is constructed like so:
D:\hosting\005\Live\Site_Name\events\
The old hosting path is: D:\hosting\005\Live\Site_Name\calendar\
However, this isnt entered into the calendar.php file and it all works fine.
Any more help would be appreciated as i've not got very far :>
|