sock2me
Newbie
Posts: 1
Registered: 10/25/2009
Location: Portland, Oregon - USA
Member Is Offline
|
| posted on 10/25/2009 at 10:34 PM |
|
|
I must be an idiot - calendar not showing
I have followed the instructions to the best of my ability and do not see the calendar showing on my page. My installation was good - and I see the
files on the server. What am I missing?
I have this code on my page:
<?
error_reporting (E_ALL ^ E_NOTICE);
extract($_POST);
extract($_GET);
include '/home/cluster1/data/o/x/1132252/html/calendar/cl_files/calendar.php';
?>
<?
new calendar('Lecture_Schedule');
?>
<?
$calendar->init('Lecture_Schedule');
$calendar->show_event();
?>
ANY HELP would be VERY much appreciated. Thank you,
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/26/2009 at 02:13 AM |
|
|
Usually there are some error messages in server log if something doesn't work as expected.
If nothing else works please submit a support ticket http://www.softcomplex.com/support/ providing the web address of the installation and temporary ftp access to the files.
|
|
|