pt-online.dk
Junior Member
Posts: 2
Registered: 6/4/2004
Location: Denmark
Member Is Offline
|
| posted on 6/4/2004 at 08:10 PM |
|
|
Problems with show.php
My calendar works,
but when I click on an event in the calendar it shows the following message:
The requested URL /show.php?CLm=06&CLd=3&CLy=2004&c_num=PtKalender was not found on this server.
The information from calendar.php looks like this (haven't changed them yet):
$_path_to_calendar = "/customers/pt-online.dk/pt-online.dk/httpd.www/php_event_calendar/cl_files/";
$_path_to_calendar_img = "/customers/pt-online.dk/pt-online.dk/httpd.www/php_event_calendar/cl_files/img/";
$_WEB_path_to_calendar_img = "http://www.pt-online.dk/php_event_calendar/cl_files/img/";
$_path_to_data = "/customers/pt-online.dk/pt-online.dk/httpd.www/php_event_calendar/cl_files/data/";
|
|
|
kvv
Super Administrator
Posts: 84
Registered: 6/17/2003
Member Is Offline
|
| posted on 6/7/2004 at 08:19 AM |
|
|
You should locate show.php file in the same folder as calendar calling page.
|
|
|