The software will only create table without using db_prefix as following:

CREATE TABLE contemplate_files ( site varchar(256) NOT NULL, data longblob NOT NULL, UNIQUE KEY site (site) ) /*!40100 DEFAULT CHARACTER SET utf8 */;

I have to add that db_prefix by myself.

Comments

jjeff’s picture

Thank you for noticing this and posting an issue!

I've fixed this problem and created a new release called 1.6 that fixes this problem.

jjeff’s picture

Status: Active » Fixed
abx’s picture

You're welcome and thank you for your great work :)

Anonymous’s picture

Status: Fixed » Closed (fixed)