Jump to content

Talk:Image processing with the atkFileAttribute: Difference between revisions

From NusaATK
Created page with 'note, if you put your custom attribute in a module directory called "attriblib" then you need to add module("attriblib"); to your config.modules.inc file that load te modules'
 
No edit summary
 
Line 1: Line 1:
note, if you put your custom attribute in a module directory called "attriblib" then you need to add
NOTE: if you put your custom attribute in a module directory called "''attriblib''" then you need to add
  module("attriblib");
  module("attriblib");
to your config.modules.inc file that load te modules
to your ''config.modules.inc'' file that load the modules
otherwise you'll keep getting errors about the custom attribute name as a missing class

Latest revision as of 20:51, 28 December 2010

NOTE: if you put your custom attribute in a module directory called "attriblib" then you need to add

module("attriblib");

to your config.modules.inc file that load the modules otherwise you'll keep getting errors about the custom attribute name as a missing class