I've tried to install the mods on hesk and every time I get this at the very beginning of installation procedure:
Could not execute query: CREATE TABLE `hesk_statuses` ( `ID` INT NOT NULL, `ShortNameContentKey` TEXT NOT NULL, `TicketViewContentKey` TEXT NOT NULL, `TextColor` TEXT NOT NULL, `IsNewTicketStatus` BIT NOT NULL DEFAULT 0, `IsClosed` BIT NOT NULL DEFAULT 0, `IsClosedByClient` BIT NOT NULL DEFAULT 0, `IsCustomerReplyStatus` BIT NOT NULL DEFAULT 0, `IsStaffClosedOption` BIT NOT NULL DEFAULT 0, `IsStaffReopenedStatus` BIT NOT NULL DEFAULT 0, `IsDefaultStaffReplyStatus` BIT NOT NULL DEFAULT 0, `LockedTicketStatus` BIT NOT NULL DEFAULT 0, PRIMARY KEY (`ID`)). MySQL said: Table 'hesk_statuses' already exists
Is obviously that the table "hesk_statuses" doesn't exists before installation. I think that the procedure at some point is looping and asking itself about a table that it created.

Hope you all can help me with it.
Thank you in advanced.