| Author |
Message |
nimis

Joined: Jan 20, 2008
Posts: 5
|
Posted:
Sun Jan 20, 2008 5:12 pm |
|
Iam running php5 and still getting an error..
Using as well RavenNuke_v2.10.01
Have exchanged the site address to xxx.com in this post only !!
| Code: |
Idle
Error accessing the server!
ERRNO: 2 TEXT: Cannot modify header information - headers already sent by (output started at /customers/xxx.com/xxx.com/httpd.www/rnconfig.php:220) LOCATION: /customers/xxx.com/xxx.com/httpd.www/modules/Live_Chat/lib/class.chat.php, line 257 |
In class.chat.php the Line 257 is as follows
| Code: |
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); |
[/code] |
Last edited by nimis on Wed Jan 23, 2008 10:06 am; edited 1 time in total |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sun Jan 20, 2008 6:13 pm |
|
looks like rnconfig.php might have some whitespace outside of the php tags...
Some text editors will put a blank line at the end of a file which is probably the case. You can get around this by adding the following to liveChat.php, right after the opening < ?php tag...
let me know if that takes care of the problem. |
| |
|
|
 |
nimis

Joined: Jan 20, 2008
Posts: 5
|
Posted:
Mon Jan 21, 2008 4:26 am |
|
Thanks loads gotcha.. works perfectly now.
I wonder if there is a possibility to show how many people are in live chat so that others can join. Right now a PM has to be sent to members that we're in and chating.
I saw that you had this in the install.txt which Ive edited to 1. I think its not what I was suggesting.
Maybe a drop down list from the Module name or even getting the Module name in the block (as I have it "Forum Live Chat") to flash to show that ppl are in the chat would be nice.
Again Nice work thx.
Looking forward to your reply.
Nimis |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Wed Jan 23, 2008 11:45 am |
|
|
|
 |
nimis

Joined: Jan 20, 2008
Posts: 5
|
Posted:
Wed Jan 23, 2008 7:28 pm |
|
Thanks for the reply.. Ive placed a question in the posted link you did. |
| |
|
|
 |
|
|