17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1819 Views |
-
Calendar error

9 June 2008 at 3:32am
I'm using the calendar module, and when I created the function Calendar in my page.php I get this error, it left me stuck.
Fatal error: Access to undeclared static property: Calendar::$views in /home/coaadmu/public_html/coa/calendar/code/CalendarYear.php on line 8
Anyone out there having the same problem?
-
Re: Calendar error

10 October 2008 at 12:59pm
Ok, changing CalendarYear to something like this seemed to help:
class CalendarYear extends Calendar {
// Constructor
function __construct( $controller, $year = null ) {
parent::__construct( $controller, 'Year', array(new CalendarMonthView('Month')) );
}
}
| 1819 Views | ||
|
Page:
1
|
Go to Top |


