On Mar 11, 2013, at 01:06 09, Marius Radiokæll Qtronix wrote: > The pre-import cart and the actual imported cart gets inserted to the log, > but when it reaches the post-import, it stops and begins on the next hour. > Looking at the table in mysql, the pre-import cart has the id 6 and > imported cart 7. Funny thing is rdlogmanager also tries to give the > post-import cart the id 6 in the table aswell.
Sounds like the '2013_03_11_LOG' table in MySQL is corrupt. Doing a REPAIR TABLE on it would likely fix it (but don't assume -- always backup the DB first!) Cheers! |-------------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-------------------------------------------------------------------------| | A room without books is like a body without a soul. | | -- Cicero | |-------------------------------------------------------------------------| _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
