Closed (fixed)
Project:
Content Templates (Contemplate)
Version:
5.x-1.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2007 at 05:03 UTC
Updated:
4 Oct 2007 at 10:11 UTC
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
Comment #1
jjeff commentedThank 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.
Comment #2
jjeff commentedComment #3
abx commentedYou're welcome and thank you for your great work :)
Comment #4
(not verified) commented