Jump to content


Alexia

Member Since 09 Jan 2011
Offline Last Active Jun 15 2013 07:10 AM
-----

Posts I've Made

In Topic: chatserve error

15 March 2012 - 07:51 PM

This is a configuration issue with your PHP installation.

Edit your php.ini to have error_reporting set to E_ALL & ~E_DEPRECATED & ~E_NOTICE.
Example:
; Common Values:
;   E_ALL & ~E_NOTICE  (Show all errors, except for notices and coding standards warnings.)
;   E_ALL & ~E_NOTICE | E_STRICT  (Show all errors, except for notices)
;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)
;   E_ALL | E_STRICT  (Show all errors, warnings and notices including coding standards.)
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED
; http://php.net/error-reporting
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE

In Topic: How to Install Chatserve?

10 August 2011 - 07:46 AM

Read the install-license.html file included.

In Topic: Not working on Firefox

07 May 2011 - 05:16 PM

The chatroom works on Firefox 4 for Windows, I can confirm this. Chatserve loves all other browsers + Firefox 4, except Firefox 3.6. Obviously I don't know why. I guess I have to ask people to upgrade their Firefox to view the chatroom if you can't do anything about it.


I am kind of tossing my hands up in frustration on this bug. When I can reproduce it, I can never see why it does not work. The calls to the server occur, the server responds, but it never completes the actions in Javascript on the browser side. I really want to say it is related to Firefox 3.6 and internet latency.

In Topic: Not working on Firefox

22 March 2011 - 04:22 AM

Any update?


Not at the moment. I have been testing it with a third party and we are still having trouble reproducing the issue reliably in a way I can gather data.