Strange DBI error

L

Lord0

Any reason why DBI (DBD::mySQL) would/might throw this error?

"Unknown URI::URL Schema"

We were running a CRON job, which does not use URI::URL, which failed with
this error during the night and have been unable to get the error to repeat.

Cheers

Lord0
 
P

phaylon

Lord0 said:
We were running a CRON job, which does not use URI::URL, which failed with
this error during the night and have been unable to get the error to
repeat.

Maybe it meant the connectstring for MySQL?

hth,
p
 
G

Gregory Toomey

Lord0 said:
Any reason why DBI (DBD::mySQL) would/might throw this error?

"Unknown URI::URL Schema"

We were running a CRON job, which does not use URI::URL, which failed with
this error during the night and have been unable to get the error to
repeat.

Cheers

Lord0

Probably invalid user/db/password. It causes strange problems.

gtoomey
 
L

Lord0

Probably invalid user/db/password. It causes strange problems.

I don't think so as the connection parameters are hard coded and have not
been changed in ages. Maybe it's indicative of a problem with the DB server?
 
P

phaylon

Lord0 said:
I don't think so as the connection parameters are hard coded and have not
been changed in ages.

You should have got a filename and linenumber with that error. Check the
area around (the "calling-chain"[1]) that point, maybe you find out more.
As long as we don't know your code, it's really hard to give hints.


p

[1] Sry, Unable to find technical term for 'calling-chain'
in post at line 7.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,133
Latest member
MDACVReview
Top