Jump to content


Alexia

Member Since 09 Jan 2011
Offline Last Active Yesterday, 01:37 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.