Page 1 of 1

Not able to install modification on Extension installer

Posted: Tue Dec 02, 2014 6:29 am
by himanshugirdhar
Modification requires a unique ID error is coming when installing any modifcation/extension

Re: Not able to install modification on Extension installer

Posted: Sun Dec 14, 2014 11:34 pm
by arnisraido
I had the same error notification: "Modification requires a unique ID code".
Then I checked my .xml file - and it had old VQmod style 'header lines', I replaced them with these .xml tags:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<modification>
  <name>DebugDevelopment</name>
    <code>default</code>
    <version>1.0</version>
    <author>Me</author>
    <link>http://www.opencart.com</link> 
And after this You can now put correct replacement rules
<file path=" ...

Re: Not able to install modification on Extension installer

Posted: Mon Dec 15, 2014 10:20 am
by opencarthow.com
himanshugirdhar wrote:Modification requires a unique ID error is coming when installing any modifcation/extension
It seems that you have installed extension which is compatible with OC 2.0.0.0 on your OC 2.0.1.x store. You should contact to the author of the extension to fix it.