in reply to Re^2: DBD::mysql::st execute failed
in thread DBD::mysql::st execute failed

did you try changing $NULL = 'NULL' to $NULL = undef;

Replies are listed 'Best First'.
Re^4: DBD::mysql::st execute failed
by bigup401 (Pilgrim) on Oct 26, 2018 at 10:36 UTC

    i tried that early. and it worked