delta101
Newbie
Posts: 1
Registered: 2/18/2007
Member Is Offline
|
| posted on 2/18/2007 at 06:53 PM |
|
|
undefined indexes and variables
I'm calling a calendar using <? new calendar("Fixtures") >
This generates the following errors:
Undefined variable: c in /mypath_to_files/cl_files/calendar.php on line 1355
Undefined variable: res in /mypath_to_files/cl_files/events.php on line 118
Undefined offset: 1 in /mypath_to_files/cl_files/calendar.php on line 420
Undefined index: 01 in /mypath_to_files/cl_files/events.php on lines 139 & 150
- this error is repeated up to
Undefined index: 28 in /mypath_to_files/cl_files/events.php
Any suggestions?
|
|
|
|