Hi,
i hope there is somebody around that can help me. I just installed chatserve but i got many errors as installing it. Many saying there were either functions or undefined properties. And now when i try to connect to the server i can and i get these errors when i try to access the file gateway31.php
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 32
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 34
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 37
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 39
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 42
Notice: Undefined property: mouseChat::$room_id in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 44
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 61
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 62
Notice: Undefined property: mouseRequest::$get in C:\inetpub\wwwroot\forum\chatserve\includes\mouse.chat.php on line 63
0,1
How can i fix this?
Thank you.
1 reply to this topic
#1
Posted 13 March 2012 - 10:53 AM
#2
Posted 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:
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
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











