| View previous topic :: View next topic |
| Author |
Message |
Boy
Joined: 13 Sep 2002 Posts: 5

Hlp* 0.10
|
Posted: Fri Sep 13, 2002 8:39 am Post subject: Calendar MOD issues |
 |
|
Hello there,
I got this error messages when I click on "Calendar" on the main menu. I checked and strictly follow the instruction in INSTALL.TXT. The version I used is 1.2.2j .
Any help is appriciate.
====================================
Notice: Undefined variable: PHP_SELF in E:\WebServ\krvn\backup\calendar.php on line 109
Warning: Cannot add header information - headers already sent by (output started at E:\WebServ\krvn\backup\calendar.php:109) in E:\WebServ\krvn\backup\includes\sessions.php on line 293
Warning: Cannot add header information - headers already sent by (output started at E:\WebServ\krvn\backup\calendar.php:109) in E:\WebServ\krvn\backup\includes\sessions.php on line 294
Warning: Cannot add header information - headers already sent by (output started at E:\WebServ\krvn\backup\calendar.php:109) in E:\WebServ\krvn\backup\includes\page_header.php on line 479
Warning: Cannot add header information - headers already sent by (output started at E:\WebServ\krvn\backup\calendar.php:109) in E:\WebServ\krvn\backup\includes\page_header.php on line 480
Warning: Cannot add header information - headers already sent by (output started at E:\WebServ\krvn\backup\calendar.php:109) in E:\WebServ\krvn\backup\includes\page_header.php on line 481 |
|
| Back to top |
|
 |
Boy
Joined: 13 Sep 2002 Posts: 5

Hlp* 0.10
|
Posted: Fri Sep 13, 2002 9:57 am Post subject: |
 |
|
OK, I found the solition. Just because the variable PHP_SELF is not defined. I commented it out and now it works.
Hope this solves the problem. Is there any consequence of this?
Anyway, I found that my calendar is different from that on this site:
- I cannot filter the events.
- There is no link to the index page from calendar.php.
- One more question: how to customize the color of this calendar?
Thanks so much.
Boy |
|
| Back to top |
|
 |
Martin Site Admin

Joined: 24 Mar 2002 Posts: 8176

Hlp* 3650.72
|
Posted: Fri Sep 13, 2002 12:14 pm Post subject: |
 |
|
| Boy wrote: | OK, I found the solition. Just because the variable PHP_SELF is not defined. I commented it out and now it works.
Hope this solves the problem. Is there any consequence of this?
Anyway, I found that my calendar is different from that on this site:
- I cannot filter the events.
- There is no link to the index page from calendar.php.
- One more question: how to customize the color of this calendar?
Thanks so much.
Boy |
Ok, first off the issue you mentioned has been covered albeit not fixed in the 1.2.2k version (knew I'd forgotten something ).
You need to change
to...
| Code: | | if (!isset($PHP_SELF)) { |
As regards the other issues you mentioned... please use the search facility provided on this forum and actually read some of the posts here. You should find all your answers as well as an understanding of why the calendar here is different. |
|
| Back to top |
|
 |
Boy
Joined: 13 Sep 2002 Posts: 5

Hlp* 0.10
|
Posted: Fri Sep 13, 2002 4:55 pm Post subject: |
 |
|
THanks so much. I've done it.
Boy. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|