Can't uninstall Aniyta Theme

Permalink
An exception occurred while executing 'DELETE FROM AttributeKeys WHERE akID = ?' with params [52]: SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`”serverhere”_”mywebsitehere” Concrete`.`atEmptySettings`, CONSTRAINT `FK_ED1BF189B6561A7E` FOREIGN KEY (`akID`) REFERENCES `AttributeKeys` (`akID`))

I get this unexpected error when I try to uninstall this theme. I need it to be gone, since I don't believe it is compatible with PHP 7.1, and its causing my website not being able to be accessed, so I am on PHP 5.6 until I can get it to work with PHP 7.1.

Is there a simple way to uninstall another way?

 
hutman replied on at Permalink Best Answer Reply
hutman
Can you just use phpMyAdmin or something similar to delete the row with akID = 52 from atEmptySettings? It's not a great way to do things, but it will solve your problem.
ebourbon72 replied on at Permalink Reply
Thank you very much. I went into PHPmyadmin and was able to delete that line. Once I did that, I was able to remove the Aniyta theme easily.