1043 Cannot create instances of an abstract class
Cause
This error occurs if your application code attempts to create an instance of a class that is defined as abstract. This is not allowed.
Action
Perform one of the following actions, as appropriate.
-
Change your application code so that instances of abstract classes are not created.
-
Change the definition of the class.