Re: Strange Error

2010-09-14 Thread Patrick Galbraith
Jerry, Hi there - I'm the maintainer of DBD::mysql The verbiage going to your log looks like what you would see if you set the DBI trace level to 2 or greater. I've double-checked my code and any debug I print is indeed only occurring in a block where if trace is set to 2 or greater it would

Re: Strange Error

2010-09-04 Thread Tim Bunce
On Fri, Sep 03, 2010 at 07:35:35AM -0700, Jerry Kaidor wrote: Hello, My name is Jerry Kaidor. I am seeing some cryptic errors in a web application that I'm writing. Driving me nuts. My code runs under CGI::Application, and uses DBI with the mysql driver. Here is the error message,

Re: Strange Error

2010-09-04 Thread Jerry Kaidor
Hi Tim, *** Thank you very much for your reply! There may be relevant lines above or below the ones you've quoted. Please post them as well. Enabling tracing (see DBI docs) would help identify what's happening when this message (from sv_dump) is produced. *** The error lines I posted are

Re: Strange Error

2010-09-04 Thread Tim Bunce
On Sat, Sep 04, 2010 at 08:55:43AM -0700, Jerry Kaidor wrote: There may be relevant lines above or below the ones you've quoted. Please post them as well. Enabling tracing (see DBI docs) would help identify what's happening when this message (from sv_dump) is produced. *** The error

Strange Error

2010-09-03 Thread Jerry Kaidor
Hello, My name is Jerry Kaidor. I am seeing some cryptic errors in a web application that I'm writing. Driving me nuts. My code runs under CGI::Application, and uses DBI with the mysql driver. Here is the error message, which appears in /var/log/httpd/error_log: - snip

Re: Strange Error

2010-09-03 Thread John Scoles
Yep it is something on the XS side of things. Perhaps the chap who wrote the DBD driver left in some debugging code? Are you doing any recursive calls or queries?? On Fri, Sep 3, 2010 at 10:35 AM, Jerry Kaidor je...@tr2.com wrote: Hello, My name is Jerry Kaidor. I am seeing some cryptic

Re: Strange Error

2010-09-03 Thread Jerry Kaidor
Yep it is something on the XS side of things. Perhaps the chap who wrote the DBD driver left in some debugging code? *** Where would I look for it? All I see in DBD on my system is Perl. Are you doing any recursive calls or queries?? *** Not that I know of. I tried an experiment to

Re: strange error with local and LongReadLen

2008-09-14 Thread Tim Bunce
On Fri, Sep 12, 2008 at 02:54:26PM +0100, Martin Evans wrote: Using perl 5.9.5 on Windows the following: perl -d -e use DBI; use strict;use warnings;my $h = DBI-connect;{local $h-{LongReadLen} = 10;print hello\n;} outputs use of uninitialized variable in subroutine entry when stepping on

strange error with local and LongReadLen

2008-09-12 Thread Martin Evans
Using perl 5.9.5 on Windows the following: perl -d -e use DBI; use strict;use warnings;my $h = DBI-connect;{local $h-{LongReadLen} = 10;print hello\n;} outputs use of uninitialized variable in subroutine entry when stepping on the statement setting LongReadLen. This does not happen in 5.8.8

Re: Strange error when doing insert into DB

2006-02-21 Thread Hemlata Lalwani
: Scott T. Hildreth [EMAIL PROTECTED] To: Hemlata Lalwani [EMAIL PROTECTED] Cc: dbi-users@perl.org Sent: Monday, February 20, 2006 9:35 PM Subject: Re: Strange error when doing insert into DB On Mon, 2006-02-20 at 21:08 +0530, Hemlata Lalwani wrote: Hi, Please give a look at below source

Re: Strange error when doing insert into DB

2006-02-21 Thread Tim Bunce
On Tue, Feb 21, 2006 at 10:17:44AM +0530, Hemlata Lalwani wrote: Hi, Which code do you want?Like the error says abt this path.. /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBD/Oracle.pm So shall i give you the code of this?If not which code we want ..please tell

RE: Strange error when doing insert into DB

2006-02-21 Thread Reidy, Ron
Send the code that you have written that throws this error. -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Hemlata Lalwani [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 9:48 PM To: [EMAIL PROTECTED] Cc: dbi-users@perl.org Subject: Re: Strange error when

Re: Strange error when doing insert into DB

2006-02-20 Thread Scott T. Hildreth
://lists.cpan.org/showlist.cgi?name=dbi-users list .. Regards, -Hemlata Lalwani - Original Message - From: Scott T. Hildreth [EMAIL PROTECTED] To: Hemlata Lalwani [EMAIL PROTECTED] Cc: dbi-users@perl.org Sent: Monday, February 20, 2006 8:59 PM Subject: RE: Strange error when

Strange Error

2004-05-07 Thread Mike Blezien
Hello, Error Message: DBD::mysql::st execute failed: File './mysql/user.MYD' not found (Errcode: 24) What would be causing this type of error too occur - Too many files open ?? Thx's -- MikemickaloBlezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet

Strange error using DBD::ADO

2003-02-10 Thread Jorge Lopez
Hey all, I'm trying to use DBD::ADO in my project but one weird thing is happening when I'm trying to execute simple SELECT statement. Here is the code snippet: my $dsn = Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\\pub\\movies.db; my $dbh = DBI-connect( dbi:ADO:$dsn,

strange error with using $db-do

2002-06-24 Thread Reddy Thalakola
I have cron script that runs fine on a bsd machine, but returns this output on the linux machine. i have version 1.21 on the linux machine. DBD::Oracle::db do failed: ORA-0: normal, successful completion (DBD SUCCESS_WITH_INFO: OCIStmtExecute) at

Strange error when doing insert into DB

2001-09-14 Thread Riyaad Miller - MWeb
Hi ALL Has anyone come across the following error: Can't mix placeholder styles (:foo/:1) at /usr/local/lib/perl5/site_perl/DBD/Oracle.pm line 293, LOGFILE chunk 1085. Unix OS - SunOS 5.6 Oracle - 7 The problem does multiple actions ranging from updates, insert and of course selects from my

RE: Strange error when doing insert into DB

2001-09-14 Thread Scott T. Hildreth
Can we see some code? The error is, what it states, you are mixing placeholders. i.e. $dbh-prepare(select * from foo where bar = ? and foobar = :p1); ..check the code for :string and :number mixture in a statement. On 14-Sep-01 Riyaad Miller - MWeb wrote: Hi ALL Has anyone come

RE: Strange Error Can't find DBI

2001-08-08 Thread Kokarski, Anton
export PERL5LIB=/path:/path2:/path3 Regards, Anton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 10:05 AM To: Jeff Seger Cc: [EMAIL PROTECTED] Subject: Re: Strange Error Can't find DBI On Wed, 08 Aug 2001 12:51:53 -0400, Jeff Seger

Re: Strange Error Can't find DBI

2001-08-08 Thread Brett W. McCoy
On Wed, 8 Aug 2001 [EMAIL PROTECTED] wrote: First time I've come accross this error. I've been working on a project user DBI/Perl and everything is working perfectly when executing the scripts thru the browser and access the database, but when I set up a cron job to cycle thru a database,

Re: Strange Error Can't find DBI

2001-08-08 Thread mickalo
Just wanted to say Much Thanks too all the help on this. Come to find out, this was the problem, as noted below. If the cron is setup thru the client's web host manager admin control panel, then the cron scripts works fine, just can't executed from the command line, directly, thru the shell...

Strange Error

2001-07-28 Thread Mike Blezien
Hi All, Sorry about the off-topic post, but the perl mailing list seems to have gone on vacation,,...! :) Has any seen an error like this before: Function CGI::Object::FETCH does not exist at /path/to/script line xxx I've never seen an error message like this before?? ThX's

A strange error ?

2001-05-14 Thread Nicolas JOURDEN
Hi, I've got a problem from my system and i can't understand whats' happen now it's verry strange and i'm verry tire so : $sql = (SELECT idaffilie, idmonaie FROM user WHERE (session = . $dbh-quote($sys{'session'}). ) AND (time '. ( time() - (60 * 60 * 12) ). ') LIMIT 1); print $sql.

Re: A strange error ?

2001-05-14 Thread M.W. Koskamp
- Original Message - From: Nicolas JOURDEN [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 14, 2001 6:10 PM Subject: A strange error ? Hi, I've got a problem from my system and i can't understand whats' happen now it's verry strange and i'm verry tire so : $sql

Re: A strange error ?

2001-05-14 Thread M.W. Koskamp
- Original Message - From: Sterin, Ilya [EMAIL PROTECTED] To: 'M.W. Koskamp ' [EMAIL PROTECTED]; 'Nicolas JOURDEN ' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 14, 2001 7:03 PM Subject: RE: A strange error ? -Original Message- From: M.W. Koskamp To: Nicolas

RE: A strange error ?

2001-05-14 Thread Sterin, Ilya
-Original Message- From: M.W. Koskamp To: Sterin, Ilya; 'Nicolas JOURDEN '; [EMAIL PROTECTED] Sent: 05/14/2001 11:22 AM Subject: Re: A strange error ? - Original Message - From: Sterin, Ilya [EMAIL PROTECTED] To: 'M.W. Koskamp ' [EMAIL PROTECTED]; 'Nicolas JOURDEN ' [EMAIL

Re: A strange error ?

2001-05-14 Thread M.W. Koskamp
- Original Message - From: Sterin, Ilya [EMAIL PROTECTED] To: 'M.W. Koskamp ' [EMAIL PROTECTED]; ''Nicolas JOURDEN ' ' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 14, 2001 7:21 PM Subject: RE: A strange error ? -Original Message- From: M.W. Koskamp To: Sterin

Re: A strange error ?

2001-05-14 Thread Michael A. Chase
, May 14, 2001 10:30 Subject: Re: A strange error ? Sterin, Ilya wrote: -Original Message- From: M.W. Koskamp To: Nicolas JOURDEN; [EMAIL PROTECTED] Sent: 05/14/2001 11:05 AM Subject: Re: A strange error ? - Original Message - From: Nicolas JOURDEN [EMAIL

Re: A strange error ?

2001-05-14 Thread M.W. Koskamp
- Original Message - From: Sterin, Ilya [EMAIL PROTECTED] To: 'M.W. Koskamp ' [EMAIL PROTECTED]; '''Nicolas JOURDEN ' ' ' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, May 14, 2001 8:00 PM Subject: RE: A strange error ? It might be becasue $sys{'session'} is a number. You can

RE: A strange error ?

2001-05-14 Thread Sterin, Ilya
-Original Message- From: M.W. Koskamp To: Sterin, Ilya; '''Nicolas JOURDEN ' ' '; [EMAIL PROTECTED] Sent: 05/14/2001 3:37 PM Subject: Re: A strange error ? - Original Message - From: Sterin, Ilya [EMAIL PROTECTED] To: 'M.W. Koskamp ' [EMAIL PROTECTED]; '''Nicolas JOURDEN ' ' ' [EMAIL

Strange error using mod_perl/DBI

2001-03-23 Thread Perl-DBI Mailing List
Hello all, I have the following config: Apache 1.3.19 with mod_perl 1.25 and PHP4 built statically into the server. I am using Perl DBI 1.14 and the MySql module 1.2215. (Note: this problem also existed using apache 1.3.14 and mod_perl 1.24_1) I have a CGI script that queries a table in

Re: Strange error using mod_perl/DBI

2001-03-23 Thread Peter J. Schoenster
On 23 Mar 2001, at 10:10, Perl-DBI Mailing List wrote: I have the following config: Apache 1.3.19 with mod_perl 1.25 and PHP4 built statically into the server. I am using Perl DBI 1.14 and the MySql module 1.2215. (Note: this problem also existed using apache 1.3.14 and mod_perl 1.24_1) I

Strange error message with DBI (any driver) and Perl 5.6.0+

2001-02-10 Thread Dave Rolsky
I get a slew of these messages when my code finishes running, but only when using Perl 5.6.0 (I also tried 5.6.1 trial1). Here's a sample: SV = RV(0x844c874) at 0x844eb94 REFCNT = 1 FLAGS = (ROK) RV = 0x8458ae4 (in cleanup) dbih_getcom handle 'DBI::db=HASH(0x8458ae4)' is not a DBI

Re: Strange error message with DBI (any driver) and Perl 5.6.0+

2001-02-10 Thread Dave Rolsky
On Sun, 11 Feb 2001, Dave Rolsky wrote: I get a slew of these messages when my code finishes running, but only when using Perl 5.6.0 (I also tried 5.6.1 trial1). So I finally tracked this down to a DBI handle passing through Storable's dclone function. I made this not happen and the messages

strange error from dbi-oracle

2001-02-08 Thread Mickey Mestel
hi, i'm on perl5 (5.0 patchlevel 5 subversion 2), dbi 1.13, dbd oracle 1.03, oracle 8.1.5, solaris for intel. i am up and running fine, connecting to 8.1.5 and 8.1.6 engines. when i try to connect to an 8.1.7 engine, i'm getting the following error, somewhat randomly, i.e. it

Re: strange error from dbi-oracle

2001-02-08 Thread Tony Foiani
"Mickey" == Mickey Mestel [EMAIL PROTECTED] writes: Mickey also, how can you find out the dbi and dbd version in an Mickey installed system? There are probably better ways (investigate CPAN::shell, for instance), but this does the trick: | $ perl -le 'for (@ARGV) { eval "require $_"; $v =