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(a)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(a)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:
1. ser.cfg
fifo="/tmp/ser_fifo"
fifo_mode=0666
2. httpd.conf
Alias /serweb "/usr/local/www/serweb/html"
3. php.ini
- short_open_tag = on
register_globals = On
4. 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