ferga
Newbie
Posts: 1
Registered: 1/21/2008
Member Is Offline
|
| posted on 1/21/2008 at 09:37 PM |
|
|
Installation Errors
Hello, i have followed the instructions as weel. I can see the calendar page but with no images in it. Also if i click on the link: "control panel"
i receive these warnings:
Warning: main(cl_files/calendar.php) [function.main]: failed to open stream: No such file or directory in
/home/zonasate/public_html/calendario/cl_files/index.php on line 25
Warning: main(cl_files/calendar.php) [function.main]: failed to open stream: No such file or directory in
/home/zonasate/public_html/calendario/cl_files/index.php on line 25
Warning: main() [function.include]: Failed opening 'cl_files/calendar.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/zonasate/public_html/calendario/cl_files/index.php on line 25
Fatal error: Call to undefined function: read_data() in /home/zonasate/public_html/calendario/cl_files/index.php on line 27
Could you please help me to solve this issue?
Thanks a lot
|
|
|
kvv
Super Administrator
Posts: 86
Registered: 6/17/2003
Member Is Offline
|
| posted on 2/6/2008 at 03:59 PM |
|
|
Please use absolute path instead of relative in the calendar.php and data/gloabal.php files.
i.e.
/home/zonasate/public_html/calendario/cl_files/
instead of
cl_files/
|
|
|