Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-05-03 Thread Chris Covell
Michael, I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2. I was having errors of this nature until I upgraded my perl. It is nice that one core developer knows this but I don't know it ;-D Do you have any errors or ideas what did we do to create this dependancy? It was not m

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-30 Thread Michael Bell
Chris Covell wrote: I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2. I was having errors of this nature until I upgraded my perl. It is nice that one core developer knows this but I don't know it ;-D Do you have any errors or ideas what did we do to create this dependancy? It

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-29 Thread Georg Lippold
Thank you. It really was perl. I updated to 5.8.6 and now everything runs fine. Georg Chris Covell wrote: > I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2. > > I was having errors of this nature until I upgraded my perl. > > Chris... > > Oliver Welter wrote: > >> Hi Geo

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-29 Thread Chris Covell
I think that there is now a dependancy on Perl 5.8.* for OpenCA 0.9.2. I was having errors of this nature until I upgraded my perl. Chris... Oliver Welter wrote: Hi Georg, are there any known issues with perl 5.6.1? I have a strange feeling, that it might be the perl installation... More than one

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-29 Thread Georg Lippold
smime.p7m Description: S/MIME encrypted message

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-29 Thread Oliver Welter
Hi Georg, are there any known issues with perl 5.6.1? I have a strange feeling, that it might be the perl installation... More than one strange error on a standrad installation...I think there is something gone.. I dont know general issues with this perl version so it should work. For your pr

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-29 Thread Georg Lippold
Hi, are there any known issues with perl 5.6.1? I have a strange feeling, that it might be the perl installation... Georg --- SF.Net email is sponsored by: Tell us your software development plans! Take this survey and enter to win a one-year s

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-29 Thread Martin Bartosch
Hi, fact is that OpenCA (0.9.2) will ONLY throw the DB_TYPE_UNKNOWN error if the db_type setting in your database config is not one of the following strings [1]: Pg mysql DB2 Oracle So if you are getting this error and you have the correct db_type specification in your config, there is something

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-28 Thread Georg Lippold
yes Martin Bartosch schrieb am Thu, Apr 28, 2005 at 06:03:34PM +0200: > Hi, > > > my config.xml looks like this: > > your config looks OK. Did you run configure_etc.sh? > > Please verify that etc/database/DBI.conf looks somehow like this: > > > > 1 > mysql > openc

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-28 Thread Martin Bartosch
Hi, > my config.xml looks like this: your config looks OK. Did you run configure_etc.sh? Please verify that etc/database/DBI.conf looks somehow like this: 1 mysql openca localhost 3306 openca ... cheers Martin

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-28 Thread Georg Lippold
Hi, my config.xml looks like this: dbmodule DBI db_type mysql db_name openca db_host localhost d

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-28 Thread Martin Bartosch
Hi, > Configuration error: Cannot initialize OpenCA::DBI class! The database > returns errorcode 10009. (DB_TYPE_UNKNOWN (error 1: Do not commit if ^^^ you misconfigured the database type. Check spelling and case of the DB type specification. cheers M

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-28 Thread Georg Lippold
Hi Oliver, the error is: Configuration error: Cannot initialize OpenCA::DBI class! The database returns errorcode 10009. (DB_TYPE_UNKNOWN (error 1: Do not commit if the database or the module itself fails.)) Compilation failed in require at /usr/local/openra/OpenCA/lib/functions/initServer

Re: [Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-28 Thread Oliver Welter
Hi Georg, I made a little perl-script that demonstrates the error: I think this is not working - the modules depend on some global condfigs and will not work standalone > DEBUG: OpenCA::DBI->set_error: gettext is not defined > DEBUG: OpenCA::DBI->set_error: errno and errval set Can you take a loo

[Openca-Users] OpenCA::DBI MySQL Backend error

2005-04-26 Thread Georg Lippold
Hi, I have a problem with the MySQL backend from OpenCA::DBI. I currently use OpenCA 0.9.2.2 and have no compile errors or anything. I installed all missing modules using cpan. I made a little perl-script that demonstrates the error: - cut here - #!/usr/bin/perl -w use strict; use CGI;