in reply to Class::DBI trouble with create method (solved)

I don't see you calling commit anywhere. Add a call to Nagios::History->dbi_commit() and see if that does it.

Replies are listed 'Best First'.
Re^2: Class::DBI trouble with create method
by naChoZ (Curate) on Jun 03, 2004 at 15:51 UTC

    Well, when you run commit, it says it's deprecated and to use update. update still didn't do anything for me, though. However, I found the wiki and solution #2 did the trick.

    --
    Diplomacy is the art of saying "Nice doggie" until you can find a rock.
    naChoZ

      No, not commit, dbi_commit.