PDA

View Full Version : $serverPath="Problem


mike_54
06-23-2008, 12:09 PM
website- www.northkccc.org (http://www.northkccc.org/)

I have used EasyPHP calendar now for a year on my community website www.GilchristOregon.com (http://www.gilchristoregon.com/) . Now i have made a new site www.Northkccc.org (http://www.northkccc.org/) . my main root is for the gilchrist site and i have a subfolder for northkccc.

My pathing for my calendar on the gilchrist site is - works great :)
$serverPath="/home/content/M/i/k/MikeAyers/html/calendar/";

And for the northkccc site is - doesent work at all :(
$serverPath="/home/content/M/i/k/MikeAyers/html/northkccc/calendar/";

I have tryed downloading the calendar a few times to make sure i have a fresh package to work with. But i still get the same message when i open the page.

Warning: main(calendar.php): failed to open stream: No such file or directory in /home/content/M/i/k/MikeAyers/html/northkccc/events.php on line 42

Warning: main(calendar.php): failed to open stream: No such file or directory in /home/content/M/i/k/MikeAyers/html/northkccc/events.php on line 42

Fatal error: main(): Failed opening required 'calendar.php' (include_path='.:/usr/local/lib/php') in /home/content/M/i/k/MikeAyers/html/northkccc/events.php on line 42

mike_54
06-23-2008, 01:04 PM
I got it :)

well it was within my html code i missed one-- oops my bad