jsavino
Junior Member
Posts: 5
Registered: 10/27/2003
Member Is Offline
|
| posted on 10/27/2003 at 04:07 PM |
|
|
New here, can't seem to install =x
Hi, just trying to figure out how to get this calendar to install =)
Got this error: Can not create /home/legacyof/public_html/calendar/cl_files/data/ directory.Please create it manualy and try again
I figured the path should be changed to legacyof/public_html/calendar/cl_files/data/ (didn't know why "home" was there). Did that, and
I got a forbidden action thing from my webhost.
Any help is welcomed!
|
|
|
jsavino
Junior Member
Posts: 5
Registered: 10/27/2003
Member Is Offline
|
| posted on 10/27/2003 at 06:33 PM |
|
|
EDIT: My webpage is at www.legacyofcid.com/index2.php - you can view source there, if you see anything wrong, lemme know!
I had this working earlier, but I need for this calendar to appear in a frame (hopefully with the events listing below it).
I am getting these two errors:
Warning: main(home/legacyof/public_html/calendar/cl_files/calendar.php): failed to open stream: No such file or directory in
/home/legacyof/public_html/dbfiles/right_menu.php on line 3
Warning: main(): Failed opening 'home/legacyof/public_html/calendar/cl_files/calendar.php' for inclusion
(include_path='.:/usr/local/lib/php') in /home/legacyof/public_html/dbfiles/right_menu.php on line 3
Right menu
Fatal error: Call to undefined function: show_calendar() in /home/legacyof/public_html/dbfiles/right_menu.php on line 12
Any ideas?
|
|
|
jsavino
Junior Member
Posts: 5
Registered: 10/27/2003
Member Is Offline
|
| posted on 10/27/2003 at 09:12 PM |
|
|
Heh, still working on this, and I just figured that the last post wasn't very readable. I'm still having the same problem, but this is what
I'm trying to accomplish -
I want to have the calendar to appear in the right hand side frame, with the events listed below it in the same frame (is this even possible? DO i
need to make another frame below it to make the events appear there?)
There has to be some sort of referencing issue. Please help!
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 10/28/2003 at 09:34 AM |
|
|
Try to set
include'/home/legacyof/public_html/calendar/cl_files/calendar.php';
instead of
include './public_html/calendar/cl_files/calendar.php';
in the dbfiles/right_menu.php file.
|
|
|
jsavino
Junior Member
Posts: 5
Registered: 10/27/2003
Member Is Offline
|
| posted on 10/28/2003 at 12:24 PM |
|
|
*nods* seemed to work, and it shows up. Now, the question is, is there a way to get the events llisted below the calendar, in this same frame?
(Still working on frames, the calendar appears there, but its a bit cut off =P) I tried aligning in the actual frame, and in the event text, but
nothing seemd to work, the event text is always centered.
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 10/28/2003 at 01:57 PM |
|
|
You should change templates for events show.
|
|
|