Alberto Furtado wrote: > Ramona, > > I did not know what to change in the Config.xml so I started with this > default: > > <Config> > <DataSource> > <Database Name="Default" Driver="Pdo_Mysql" Server="127.0.0.1" > DBName="openser_siremis" User="openser" Password="openserrw" /> > <Database Name="Siremis" Driver="Pdo_Mysql" Server="127.0.0.1" > DBName="openser_siremis" User="openser" Password="openserrw" /> > </DataSource> > </Config>
I assume your fist line in Config.xml is: <?xml version="1.0" standalone="no"?> The rest seems ok. Do you get any error message in /var/log/apache2/error.log? > > Then I changed the DBName to "openser" because I saw that's the > Database in MySQL. > I didn't change the default user or password since this is a test > system on a private IP. > Only users root and openser are defined in MySQL. > I created USERID "admin" PASSWORD "admin" in ob_users. > > I don't think I understood how these users/passwords relate to each > other. You need both of them, first, the default is for openbiz core (auth), the second is for siremis. Set both to same db/username/password. Regards, Ramona > > Thanks, > > Alberto > > ----- Original Message ----- From: "Elena-Ramona Modroiu" > <[email protected]> > To: "Alberto Furtado" <[email protected]> > Cc: <[email protected]> > Sent: Friday, February 13, 2009 7:31 PM > Subject: Re: [Kamailio-Users] Problem login Siremis > > >> Hi, >> >> can you please paste your Config.xml here? Replace username and password >> for database. Seems that DataSource node is missing. >> >> Regards, >> Ramona >> >> >> Alberto Furtado wrote: >>> Hi, >>> >>> I am a new user, just installed Kamailio 1.4.3. The Siremis interface >>> will be of great help >>> but I am getting this error when I try to login. >>> >>> [2009-02-13 18:22:53 (GMT)] An exception occurred while executing this >>> script: >>> Error message: #256, No Database information found in the config file. >>> Script name and line number of error: >>> /var/www/siremis-0.9.1/openbiz/bin/Configuration.php:42 >>> >>> I created the ob_users Table, inserted a user (admin,admin), but I >>> can't seem to figure out what >>> I did wrong. Maybe its not finding the Config.xml ??? >>> >>> Thanks in advance for any help, >>> >>> Alberto Furtado >>> ------------------------------------------------------------------------ >>> >>> >>> _______________________________________________ >>> Kamailio (OpenSER) - Users mailing list >>> [email protected] >>> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users >>> http://lists.openser-project.org/cgi-bin/mailman/listinfo/users >>> >> _______________________________________________ Kamailio (OpenSER) - Users mailing list [email protected] http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
