New install not finding listings.php
I have just installed v6 on my server and all of the demos work fine. When I plug the listing module into the home page, it is not finding the listings.php file...
Warning: fopen(/path/to/calendar/templates/monthly.php): failed to open stream: No such file or directory in /path/to/calendar/functions/listings.php on line 46
<?php $CSS=1; require("calendar/calendar.php"); ?>
<?php $OL=1; require("calendar/calendar.php"); ?>
are both added to the home page in the proper places.
Listing code in home page is...
<?php
$LIST = 1;
$DF = "D - M d";
$template = "monthly.php";
require("calendar/calendar.php");
?>
Any ideas?
Thanks in advance, Joe
|