cputek2k
Newbie
Posts: 1
Registered: 11/12/2003
Member Is Offline
|
| posted on 11/12/2003 at 07:59 PM |
|
|
Undefined Variable Error
Notice: Undefined variable: path_to_calendar_img in C:\Inetpub\wwwroot\cgi-bin\calendar\cl_files\calendar.php on line 25
Notice: Undefined variable: WEB_path_to_calendar_img in C:\Inetpub\wwwroot\cgi-bin\calendar\cl_files\calendar.php on line 28
Notice: Undefined variable: path_to_data in C:\Inetpub\wwwroot\cgi-bin\calendar\cl_files\calendar.php on line 32
Notice: Undefined variable: path_to_calendar in C:\Inetpub\wwwroot\cgi-bin\calendar\cl_files\calendar.php on line 35
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 11/13/2003 at 01:24 PM |
|
|
You should insert at the top of the cl_files/index.php file the following code: error_reporting (E_ALL ^ E_NOTICE);
|
|
|