rezan
Newbie
Posts: 1
Registered: 4/11/2007
Location: UK
Member Is Offline
|
| posted on 4/11/2007 at 12:47 PM |
|
|
Calendar installation problems
I tried several times to install the PHP Event Calendar, however, it doesn't install correctly.
what should i write down at the installation stage in those directories.
Script files directory: cl_files/
Data files directory: cl_files/data/
Images directory: cl_files/img/
My calendar is under this directory:
C:\inetpub\wwwroot\abdm\calendar
When I install the calendar it gives me the following information:
Paths to files have been updated.
-------------------------------------------
cl_files/data//global.txt file has been created
cl_files/data//eventDemo_horizontal.dat file has been created
cl_files/data//eventDemo_vertical.dat file has been created
cl_files/data//configDemo_horizontal.php file has been created
cl_files/data//configDemo_vertical.php file has been created
cl_files/data//groups.php file has been created
cl_files/data//users.php file has been created
Installation files removal.
-----------------------------------
installer.dat file has been removed.
install.php file has been removed.
global.php file has been removed.
calendar.dat file has been removed.
when I visit the following file then the calendar icons are not there:
http://www.abdm.biz/calendar/index.php
when i visit the link bellow it gives me some error message which I copy and past for you.
http://www.abdm.biz/calendar/cl_files/index.php
Warning: main(cl_files/http://www.abdm.biz/events/cl_files/calendar.php) [function.main]: failed to open stream: No such file or directory in
/home/abdmbiz/public_html/calendar/cl_files/index.php on line 25
Warning: main(cl_files/http://www.abdm.biz/events/cl_files/calendar.php) [function.main]: failed to open stream: No such file or directory in
/home/abdmbiz/public_html/calendar/cl_files/index.php on line 25
Warning: main() [function.include]: Failed opening 'cl_files/http://www.abdm.biz/calender/cl_files/calendar.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/abdmbiz/public_html/calendar/cl_files/index.php on line 25
Fatal error: Call to undefined function: read_data() in /home/abdmbiz/public_html/calendar/cl_files/index.php on line 27
LINE 25:
=======
include $path_to_calendar."http://www.abdm.biz/calendar/cl_files/calendar.php";
LINE 27:
=====
$gl = read_data($calendar->s_DataDir.'global.txt');
PLEASE HELP:
|
|
|
|