Recent Topics

1 Apr 10, 2005 21:05    

When using the a_noskin.php file I can't display the calendar.
The code is:

		<?php // -------------------------- CALENDAR INCLUDED HERE -----------------------------
			require( get_path('skins').'/_calendar.php');
			// -------------------------------- END OF CALENDAR ---------------------------------- ?>

and I get this error:

Fatal error: Call to a member function on a non-object in /home/xxxxxxxx/public_html/skins/_calendar.php on line 67

The file lays in the root and is called index.php

2 Apr 10, 2005 21:13

I had this error, use the _calendar.php in the skins/custom folder instead.

?

3 Apr 10, 2005 21:24

Ok! How do I call that? What code to use?

????? wrote:

I had this error, use the _calendar.php in the skins/custom folder instead.

?

4 Apr 10, 2005 21:30

It should just be a matter of changing the line to :-
require( get_path('skins').'/custom/_calendar.php');

?

5 Apr 10, 2005 21:37

Worked like a charm! =) Thanks!

????? wrote:

It should just be a matter of changing the line to :-
require( get_path('skins').'/custom/_calendar.php');

?


Form is loading...