Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-27 Thread Joe Micciche
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/27/2010 10:15 AM, Elena-Ramona Modroiu wrote: > Note as well that in some OSes, connecting to openser database from > 127.0.0.1 is not same as localhost (which is used by kamctl to create > openser user and database), so try with localhost instea

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-27 Thread Elena-Ramona Modroiu
On 05/27/2010 01:10 PM, Joe Micciche wrote: On 05/27/2010 03:16 AM, Vicente wrote: Hi, I also had similar problems to log into Siremis some weeks ago. It was caused by a combination of circumstances. First I had an error with the mysql password configured for Siremis. No err

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-27 Thread nikita kozlov
On Thu, May 27, 2010 at 1:10 PM, Joe Micciche wrote: > On 05/27/2010 03:16 AM, Vicente wrote: >>     Hi, >> >>     I also had similar problems to log into Siremis some weeks ago. It >> was caused by a combination of circumstances. >> >>     First I had an error with the mysql password configured f

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-27 Thread Joe Micciche
On 05/27/2010 03:16 AM, Vicente wrote: > Hi, > > I also had similar problems to log into Siremis some weeks ago. It > was caused by a combination of circumstances. > > First I had an error with the mysql password configured for Siremis. > No error messages pointed to that directio

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-27 Thread Vicente
Hi, I also had similar problems to log into Siremis some weeks ago. It was caused by a combination of circumstances. First I had an error with the mysql password configured for Siremis. No error messages pointed to that direction. After correcting the password, I couldn't connect.

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
I've verified ob_users table exists in openser db, and a select * from ob_users verifies I am using the correct login and password. mysql> select * from ob_users; +---++---+ | SYSID | USERID | PASSWORD | +---++---+ | 1 | admin | * | +---+--

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
Hi Laszlo, yes I created the table, added the user and password. And Marc, neither enter nor using the mouse works. :) joe On 05/26/2010 07:03 PM, Laszlo wrote: > Joe, > > These steps are also done by you, right? > > Create user access table: > > * create a new table in Kamailio (OpenSER)

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Laszlo
Joe, These steps are also done by you, right? Create user access table: * create a new table in Kamailio (OpenSER) database name ob_users: CREATE TABLE `ob_users` ( `SYSID` int(11) NOT NULL auto_increment, `USERID` varchar(15) NOT NULL, `PASSWORD` varchar(15) default NULL, PRIMARY K

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread marc . goff
mp;T -Original Message- From: Joe Micciche Date: Wed, 26 May 2010 16:07:02 To: 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

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
On 05/26/2010 05:19 PM, Elena-Ramona Modroiu wrote: > but you get redirected to login page, right? Correct, redirects to http://10.5.10.21/siremis/bin/login.php. > Can you check into files from siremis/log/ to see if you spot something > unusual? Log has this repeated for every login attempt, th

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Elena-Ramona Modroiu
On 05/26/2010 11:03 PM, Joe Micciche wrote: On 05/26/2010 04:58 PM, Elena-Ramona Modroiu wrote: What do you get then for: http://10.5.10.21/siremis/bin/home.php Exact same results, nothing happens. but you get redirected to login page, right? Can you check into files from sire

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
On 05/26/2010 04:58 PM, Elena-Ramona Modroiu wrote: > What do you get then for: > > http://10.5.10.21/siremis/bin/home.php Exact same results, nothing happens. httpd/error_log: [Wed May 26 13:59:33 2010] [error] [client 10.3.226.168] File does not exist: /var/www/html/siremis-1.0.0/siremis-web/j

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Elena-Ramona Modroiu
On 05/26/2010 10:27 PM, Joe Micciche wrote: On 05/26/2010 04:20 PM, Elena-Ramona Modroiu wrote: Hi, do you have mysql module for php installed? Yes I do. Package matching php-mysql-5.1.6-27.el5.i386 already installed. What do you get then for: http://10.5.10.21/siremis/bin/hom

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
On 05/26/2010 04:20 PM, Elena-Ramona Modroiu wrote: > Hi, > > do you have mysql module for php installed? Yes I do. Package matching php-mysql-5.1.6-27.el5.i386 already installed. joe > > Regards, > Ramona > > > On 05/26/2010 10:07 PM, Joe Micciche wrote: >> RHEL5.5 server >> Kamailio 3.0 b

Re: [SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Elena-Ramona Modroiu
Hi, do you have mysql module for php installed? Regards, Ramona On 05/26/2010 10:07 PM, Joe Micciche wrote: 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

[SR-Users] Siremis 1.0 login fails (or, does nothing)

2010-05-26 Thread Joe Micciche
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: