Hi, please check the apache logs.
I guess the problem may be in php 5.1. Because the classkit PHP extension is not well compatible with 5.1. Try use php 5.0 or 4.x
Karel
Jason Zhang napsal(a):
When I type "http://192.168.0.154/serweb/admin/index.php" in the browser, the login page can successfully be opened.
But after I fill "admin@192.68.0.154" and "heslo" into the username and password fields, and then click "login" button, nothing happened.
The contents of the serlog is :
Jun 01 15:52:19 serweb [debug] User login: values from login form: username: admin@192.168.0.154, password: heslo Jun 01 15:52:19 serweb [debug] User login: checking password of user with username: admin, domain: 192.168.0.154 Jun 01 15:52:19 serweb [debug] User login: authentication succeeded, uuid: d0318b851be50131032f0f73dfa3fb2b Jun 01 15:52:19 serweb [debug] User login: redirecting to page: users.php
The respective software version are: serweb-0.9.4, ser-0.9.6, FC5, php-5.1.2-5, mysql-5.0.18-2.1
I have updated these config files:
- ser.cfg
fifo="/tmp/ser_fifo" fifo_mode=0666
- httpd.conf
Alias /serweb "/usr/local/www/serweb/html"
- php.ini
- short_open_tag = on
register_globals = On
- config.php $config->enable_loging = true; $config->log_level ="PEAR_LOG_DEBUG|PEAR_LOG_INFO|PEAR_LOG_EMERG|PEAR_LOG_ALERT|PEAR_LOG_CRIT|PEAR_LOG_ERR|PEAR_LOG_WARNING|PEAR_LOG_NOTICE";
5.config_data_layer.php $config->data_sql->host[$i]['host']="192.168.0.154"; Any idea about the problem?
Thanks, Jason
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers