Comment to Any guide on how to create a new template?
-
Hi
Thank you for the quick tutorial. Managed to create the theme but cannot install. Here's the error:
There are errors in the following MySQL queries:
Error: Duplicate entry 'Neat-Mix' for key 'name'
INSERT INTO `sys_options_mixes` (`type`, `category`, `name`, `title`, `active`, `published`, `editable`) VALUES(@sName, '', 'Neat-Mix', 'Neat Mix', 0, 0, 0);We understand that install procedure is the same for both and since Protean is already installed, script cannot create the same DB structure, but without more knowledge, don't want to mess with the script.
-
Hello Creatives !
In the table `sys_options_mixes` the `name` field should have a unique value for the every record. So insert there smth new instead of "Neat-Mix" of Protean-parent.
-