I'm doing my first phpopenchat install and could use some help.
Version info:
PHPOpenChat version 3.0 dev
Php Version: 4.3.3
Php Configure:
'./configure' '--with-mysql=/usr/local/mysql' '--with-xml' '--with-apache=../../apache/apache_1.3.28' '--with-curl=/usr/local' '--enable-shared-pdflib' '--enable-track-vars' '--with-gettext' '--with-imap=/var/source/imap/imap-2002d' '--with-imap-ssl=/var/source/openssl/openssl-0.9.6j' '--with-openssl'
Mysql Version: mysql-max-3.23.57-sun-solaris2.8-sparc
Here's what went well:
1. Test.php worked and works fine.
2. Web based step by step install worked fine.
3. Registration works fine.
4. poc_user_account records are fine via mysql.
Problem:
I can't log in to either the operator or newly created accounts. I'm getting the following error message:
Fatal error: Call to a member function on a non-object in /var/webs/wwws.0spam.net/phpopenchat/include/class.Chatter.inc on line 1910
The actual sql statement works find in mysql, but the array values for rs->fields are null.
Any ideas? Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm doing my first phpopenchat install and could use some help.
Version info:
PHPOpenChat version 3.0 dev
Php Version: 4.3.3
Php Configure:
'./configure' '--with-mysql=/usr/local/mysql' '--with-xml' '--with-apache=../../apache/apache_1.3.28' '--with-curl=/usr/local' '--enable-shared-pdflib' '--enable-track-vars' '--with-gettext' '--with-imap=/var/source/imap/imap-2002d' '--with-imap-ssl=/var/source/openssl/openssl-0.9.6j' '--with-openssl'
Mysql Version: mysql-max-3.23.57-sun-solaris2.8-sparc
Here's what went well:
1. Test.php worked and works fine.
2. Web based step by step install worked fine.
3. Registration works fine.
4. poc_user_account records are fine via mysql.
Problem:
I can't log in to either the operator or newly created accounts. I'm getting the following error message:
Fatal error: Call to a member function on a non-object in /var/webs/wwws.0spam.net/phpopenchat/include/class.Chatter.inc on line 1910
The actual sql statement works find in mysql, but the array values for rs->fields are null.
Any ideas? Thanks in advance.