Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Component/s: Chat
-
Labels:None
-
Environment:HideSystem Linux eswot.uovs.ac.za 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686
Build Date Aug 21 2007 16:51:11
Configure Command './configure' '--with-apxs2=/opt/httpd/bin/apxs' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--prefix=/opt/php' '--enable-sockets' '--enable-track-vars' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-bcmath' '--enable-gd-native-ttf' '--enable-trans-sid' '--with-config-file-path=/etc' '--with-gettext' '--with-libpng=/opt/libpng' '--with-jpeg' '--with-gdbm' '--with-zlib' '--with-ldap' '--with-gd=/opt/gdlib' '--with-pear=/opt/php/lib/php' '--with-ttf' '--with-freetype' '--with-jpeg-dir=/usr/lib' '--with-dom=/opt/libxml2' '--with-bz2' '--disable-posix-threads' '--with-mhash=/opt/libmhash' '--with-regex' '--with-openssl' '--with-mime-magic' '--with-libxml-dir=/opt/php'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /etc
Loaded Configuration File /etc/php.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.bzip2, compress.zlib, https, ftps
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*ShowSystem Linux eswot.uovs.ac.za 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 Build Date Aug 21 2007 16:51:11 Configure Command './configure' '--with-apxs2=/opt/httpd/bin/apxs' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--prefix=/opt/php' '--enable-sockets' '--enable-track-vars' '--enable-force-cgi-redirect' '--enable-ftp' '--enable-bcmath' '--enable-gd-native-ttf' '--enable-trans-sid' '--with-config-file-path=/etc' '--with-gettext' '--with-libpng=/opt/libpng' '--with-jpeg' '--with-gdbm' '--with-zlib' '--with-ldap' '--with-gd=/opt/gdlib' '--with-pear=/opt/php/lib/php' '--with-ttf' '--with-freetype' '--with-jpeg-dir=/usr/lib' '--with-dom=/opt/libxml2' '--with-bz2' '--disable-posix-threads' '--with-mhash=/opt/libmhash' '--with-regex' '--with-openssl' '--with-mime-magic' '--with-libxml-dir=/opt/php' Server API Apache 2.0 Handler Virtual Directory Support disabled Configuration File (php.ini) Path /etc Loaded Configuration File /etc/php.ini PHP API 20041225 PHP Extension 20060613 Zend Extension 220060519 Debug Build no Thread Safety disabled Zend Memory Manager enabled IPv6 Support enabled Registered PHP Streams php, file, data, http, ftp, compress.bzip2, compress.zlib, https, ftps Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*
-
URL:ilearn.ufs.ac.za
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
Description
Chat on the normal method has proven too slow because of the http refresh. We tried the Chat Daemon. Daemon seems to fail after a few minutes. get message:
[2007-08-21 20:13:06] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:08] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:08] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:19] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:19] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:23] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:23] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:29] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:29] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:40] CRITICAL [php] Undefined property: stdClass::$years on line 955
[2007-08-21 20:13:40] CRITICAL [php] Undefined property: stdClass::$years on line 955
Steps taken:
Upgraded to 1.8.2 (had problem on 1.7.x as well)
Upgraded PHP
Moved server onto ADSL line to avoid University bandwidth issues
Put new default firewall in place
We are loosing clients by the day at the moment, management questioning the move from WebCT to Moodle. Please suggest help! We will pay.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-4306 | chat daemon failing |
|
|
|
Exactly what settings for the chat daemon are you using? How does it "fail"? Does it work at all or just fail after a while?