I had what I think is the same issue. I eventually found that if I clicked the submit button with my mouse instead of hitting enter after entering the password, it would let me login.
Very strange and I never got back to figure out what the underlying issue was.
Sent via BlackBerry by AT&T
-----Original Message----- From: Joe Micciche jmiccich@redhat.com Date: Wed, 26 May 2010 16:07:02 To: sr-users@lists.sip-router.org Subject: [SR-Users] Siremis 1.0 login fails (or, does nothing)
RHEL5.5 server Kamailio 3.0 built from source via Git Apache/2.2.3 PHP 5.3.2 MySQL 5.1.47
chown -R apache /var/www/html/siremis-1.0.0, apache is the httpd user.
Used the instructions from Asipto's site for Siremis install and configure, added the alias to httpd.conf, Config.xml is:
<?xml version="1.0" standalone="no"?> <Config> <DataSource> <Database Name="Default" Driver="Pdo_Mysql" Server="127.0.0.1" DBName="openser" User="openser" Password="*****" /> <Database Name="Siremis" Driver="Pdo_Mysql" Server="127.0.0.1" DBName="openser" User="openser" Password="*****" /> </DataSource> </Config>
I navigate to the Siremis page, http://10.5.10.21/siremis/ and get the login screen, enter the login credentials, Submit, and nothing happens.
httpd/error_log: [Wed May 26 12:49:45 2010] [error] [client 10.3.226.168] File does not exist: /var/www/html/siremis-1.0.0/siremis-web/js/sound.js, referer: http://10.5.10.21/siremis/bin/ [Wed May 26 12:49:45 2010] [error] [client 10.3.226.168] File does not exist: /var/www/html/siremis-1.0.0/siremis-web/js/sound.js, referer: http://10.5.10.21/siremis/bin/
I have wiped Siremis and done a fresh install, restarted httpd, and still nothing.
Does anyone have ideas or suggestions on where else to look?