hilbil
Newbie
Posts: 1
Registered: 2/29/2008
Member Is Offline
|
| posted on 2/29/2008 at 04:55 PM |
|
|
access calendar control panel
I receive this error when I try to access the control panel after I installed php calendar:
Warning: include(cl_files/calendar.php) [function.include]: failed to open stream: No such file or directory in
/home/liberty/public_html/calendar/cl_files/index.php on line 25
Warning: include(cl_files/calendar.php) [function.include]: failed to open stream: No such file or directory in
/home/liberty/public_html/calendar/cl_files/index.php on line 25
Warning: include() [function.include]: Failed opening 'cl_files/calendar.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/liberty/public_html/calendar/cl_files/index.php on line 25
Fatal error: Call to undefined function read_data() in /home/liberty/public_html/calendar/cl_files/index.php on line 27
I see other similar questions like this without reply. If I change the relative path (cl_files/) to absolute path I cannot install it. I tried 2 dozen
different paths before it installed.
I feel like I am so close and I have so many hours invested in this.. thank you for any help.
|
|
|
kvv
Super Administrator
Posts: 84
Registered: 6/17/2003
Member Is Offline
|
| posted on 3/21/2008 at 12:49 PM |
|
|
please use absolute path at the top of calendar.php and data/global.php file.
i.e.
/home/liberty/public_html/calendar/cl_files/
instead of
cl_files/
and so on.
|
|
|