crash5456
Junior Member
Posts: 3
Registered: 11/10/2003
Member Is Offline
|
| posted on 11/11/2003 at 07:15 AM |
|
|
Errors Still
These are the errors I'm getting trying to open calender.
Warning: main(home/feltie/public_html/calendar/cl_files/data/calendar.php): failed to open stream: No such file or directory in
/home/feltie/public_html/cal.php on line 13
Warning: main(): Failed opening 'home/feltie/public_html/calendar/cl_files/data/calendar.php' for inclusion
(include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/feltie/public_html/cal.php on line 13
Fatal error: Call to undefined function: show_calendar() in /home/feltie/public_html/cal.php on line 16
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 11/11/2003 at 09:40 AM |
|
|
It seems that you haven't specified paths to files correctly. Please check thoroughly if you have corresponding files in mentioned directories,
in particular calendar.php file in /home/feltie/public_html/calendar/cl_files/data/ directory.
|
|
|
crash5456
Junior Member
Posts: 3
Registered: 11/10/2003
Member Is Offline
|
| posted on 11/11/2003 at 06:36 PM |
|
|
Gonna re-install
I tried changing the path to what you suggested but came up with exact same errors.
I will keep you posted and Thx for the help so far :)
When I try using the address with show.php, it is looking for a config.php file which I do not have, if I rename my calenders name file to config.php
it works fine.
Makes me think there is a code error in the program maybe.
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 11/12/2003 at 10:03 AM |
|
|
Please send us login to your ftp server via email or in u2u message if it is possible.
|
|
|
crash5456
Junior Member
Posts: 3
Registered: 11/10/2003
Member Is Offline
|
| posted on 11/12/2003 at 05:36 PM |
|
|
Login is on its way
Im going to u2u you the login
Thx for your help in Advance :)
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 11/13/2003 at 01:11 PM |
|
|
You have written
home/feltie/public_html/calendar/cl_files/calender.php
instead of
home/feltie/public_html/calendar/cl_files/calendar.php
in the calendar.php file. That was the mistake. We have corrected it. Now your calendar should work fine.
|
|
|