Ocmod is driving me crazy, I need to adapt one extension to ocmod by requirement of a customer but I wasn't able to do a very simple mod it always give me an error.
here is the code
opencart 2.0.3.1
installed the ocmod in system folder
Code: Select all
<file path="admin/view/template/catalog/attribute_form.tpl">
<operation>
<search trim="true"><![CDATA[</form>]]></search>
<add position="before">
<![CDATA[EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE]]>
</add>
</operation>
</file>
Code: Select all
2015-06-22 20:14:19 - MOD: Modification Default
FILE: system/engine/action.php
REGEX: ~(require|include)(_once)?\(([^)]+)~
LINE: 58
FILE: system/engine/loader.php
REGEX: ~(require|include)(_once)?\(([^)]+)~
LINE: 20
LINE: 37
LINE: 54
LINE: 65
FILE: system/library/config.php
REGEX: ~(require|include)(_once)?\(([^)]+)~
LINE: 23
FILE: system/library/language.php
REGEX: ~(require|include)(_once)?\(([^)]+)~
LINE: 21
LINE: 27
----------------------------------------------------------------
MOD: test
FILE: admin/view/template/catalog/attribute_form.tpl
CODE: </form>
LINE: 77
----------------------------------------------------------------