Out of curiosity, do you use migrations?  Look at your migration class names and make sure it doesn't conflict with any "reserved" class names.  I now prepend all my migration classes with Migration<class_name> because this one bit me before.  Not the exact error, but similar results.
<br><br clear="all"><br>-- <br>Andrew Stone