From: Karl O. P. <ko...@me...> - 2013-11-12 16:25:33
|
On 11/11/2013 08:44:44 PM, Regan Yelcich wrote: > Hi Anyone, > I'm not sure what has changed? But my install of sqlgrey is logging > these errors.... > > Nov 12 14:59:10 admin-sql-0 sqlgrey: warning: Use of uninitialized > value $DBI::errstr in concatenation (.) or string at /usr/sbin/ > sqlgrey > line 241. > Nov 12 14:59:10 admin-sql-0 sqlgrey: dbaccess: warning: couldn't do > query:#012UPDATE config SET value = '1384221550' WHERE parameter = > 'last_dbclean' AND value = '1383601636':#012, reconnecting to DB > > Nov 12 14:59:10 admin-sql-0 sqlgrey: warning: Use of uninitialized > value $DBI::errstr in concatenation (.) or string at /usr/sbin/ > sqlgrey > line 241. > Nov 12 14:59:10 admin-sql-0 sqlgrey: dbaccess: warning: couldn't do > query:#012UPDATE from_awl SET last_seen = NOW(), first_seen = > first_seen WHERE sender_name = 'XXXXXXXX' AND sender_domain = > 'gmail.com' AND src = '209.85.192':#012, reconnecting to DB > > Any idea how to fix this one? No, but if $DBI::error string is uninitialized that suggests that something (DBI-ish?) is not installed on your system. Check that you've all the prerequisites installed. Karl <ko...@me...> Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein |