PDA

View Full Version : New install not finding listings.php


quill62
04-27-2005, 08:57 AM
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

Brian
04-27-2005, 09:00 AM
I think that the template name should be monthly2.php?

quill62
04-27-2005, 09:05 AM
Just noticed that monthly.php does not exist in the default installation. I renamed monthly2.php to monthly.php and all if fine!

thanks, will be purchasing shortly!

Joe