Database Error

Error message returned from the database:

Could not execute query [Native Error: Table 'livecart_backenddemo.UserProduct' doesn't exist] [User Info: SELECT UserProduct.userID, UserProduct.productID, User.ID AS "User_ID", User.defaultShippingAddressID AS "User_defaultShippingAddressID", User.defaultBillingAddressID AS "User_defaultBillingAddressID", User.userGroupID AS "User_userGroupID", User.eavObjectID AS "User_eavObjectID", User.locale AS "User_locale", User.email AS "User_email", User.password AS "User_password", User.firstName AS "User_firstName", User.lastName AS "User_lastName", User.companyName AS "User_companyName", User.dateCreated AS "User_dateCreated", User.isEnabled AS "User_isEnabled", User.preferences AS "User_preferences", BillingAddress.ID AS "BillingAddress_ID", BillingAddress.userID AS "BillingAddress_userID", BillingAddress.userAddressID AS "BillingAddress_userAddressID", UserAddress.ID AS "UserAddress_ID", UserAddress.stateID AS "UserAddress_stateID", UserAddress.eavObjectID AS "UserAddress_eavObjectID", UserAddress.firstName AS "UserAddress_firstName", UserAddress.lastName AS "UserAddress_lastName", UserAddress.companyName AS "UserAddress_companyName", UserAddress.address1 AS "UserAddress_address1", UserAddress.address2 AS "UserAddress_address2", UserAddress.city AS "UserAddress_city", UserAddress.stateName AS "UserAddress_stateName", UserAddress.postalCode AS "UserAddress_postalCode", UserAddress.countryID AS "UserAddress_countryID", UserAddress.phone AS "UserAddress_phone", State.ID AS "State_ID", State.countryID AS "State_countryID", State.code AS "State_code", State.name AS "State_name", State.subdivisionType AS "State_subdivisionType" FROM UserProduct LEFT JOIN `User` AS `User` ON UserProduct.userID = User.ID LEFT JOIN `BillingAddress` AS `BillingAddress` ON User.defaultBillingAddressID = BillingAddress.ID LEFT JOIN `UserAddress` AS `UserAddress` ON BillingAddress.userAddressID = UserAddress.ID LEFT JOIN `State` AS `State` ON UserAddress.stateID = State.ID WHERE (UserProduct.productID IN (0)) ]

Database Error

Error message returned from the database:

Could not execute query [Native Error: Table 'livecart_backenddemo.UserProduct' doesn't exist] [User Info: SELECT UserProduct.userID, UserProduct.productID, User.ID AS "User_ID", User.defaultShippingAddressID AS "User_defaultShippingAddressID", User.defaultBillingAddressID AS "User_defaultBillingAddressID", User.userGroupID AS "User_userGroupID", User.eavObjectID AS "User_eavObjectID", User.locale AS "User_locale", User.email AS "User_email", User.password AS "User_password", User.firstName AS "User_firstName", User.lastName AS "User_lastName", User.companyName AS "User_companyName", User.dateCreated AS "User_dateCreated", User.isEnabled AS "User_isEnabled", User.preferences AS "User_preferences", BillingAddress.ID AS "BillingAddress_ID", BillingAddress.userID AS "BillingAddress_userID", BillingAddress.userAddressID AS "BillingAddress_userAddressID", UserAddress.ID AS "UserAddress_ID", UserAddress.stateID AS "UserAddress_stateID", UserAddress.eavObjectID AS "UserAddress_eavObjectID", UserAddress.firstName AS "UserAddress_firstName", UserAddress.lastName AS "UserAddress_lastName", UserAddress.companyName AS "UserAddress_companyName", UserAddress.address1 AS "UserAddress_address1", UserAddress.address2 AS "UserAddress_address2", UserAddress.city AS "UserAddress_city", UserAddress.stateName AS "UserAddress_stateName", UserAddress.postalCode AS "UserAddress_postalCode", UserAddress.countryID AS "UserAddress_countryID", UserAddress.phone AS "UserAddress_phone", State.ID AS "State_ID", State.countryID AS "State_countryID", State.code AS "State_code", State.name AS "State_name", State.subdivisionType AS "State_subdivisionType" FROM UserProduct LEFT JOIN `User` AS `User` ON UserProduct.userID = User.ID LEFT JOIN `BillingAddress` AS `BillingAddress` ON User.defaultBillingAddressID = BillingAddress.ID LEFT JOIN `UserAddress` AS `UserAddress` ON BillingAddress.userAddressID = UserAddress.ID LEFT JOIN `State` AS `State` ON UserAddress.stateID = State.ID WHERE (UserProduct.productID IN (0)) ]