I have troubles getting poc working on my server. After i copied the souce to a dir of my webroot, created a database called chatdb and gave an existing mysql user access rights to this database. In the config.inc.php i only changed the variables database host, database user database password and database tablespace according to my installation and tried to run the test.php.
But i only get a blank page in mozilla.
do you know whats wrong there?
greets
eAnic
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I has the same issue. Using Fedora Core 3/Apache/PHP 4.0
1. Make sure SElinux is disabled.
goto run application
type in system-config-securitylevel
disable SElinux - it conflicts with Apache
2. In php.ini in /etc
turn register_globals to on - by default it is off
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I have troubles getting poc working on my server. After i copied the souce to a dir of my webroot, created a database called chatdb and gave an existing mysql user access rights to this database. In the config.inc.php i only changed the variables database host, database user database password and database tablespace according to my installation and tried to run the test.php.
But i only get a blank page in mozilla.
do you know whats wrong there?
greets
eAnic
I has the same issue. Using Fedora Core 3/Apache/PHP 4.0
1. Make sure SElinux is disabled.
goto run application
type in system-config-securitylevel
disable SElinux - it conflicts with Apache
2. In php.ini in /etc
turn register_globals to on - by default it is off