1
在系统配置中创建自定义组和字段时出现404找不到错误
我正在尝试为“自定义”标签下的“自定义”部分创建一个组和一些字段 标签和部分正在创建。但是当我单击内容区域中的部分时,它显示404 not found错误 我的system.xml文件如下 <config> <tabs> <!--node is just an identifier--> <animala translate="label" module="training_animal"> <label>Training</label> <sort_order>1</sort_order> </animala> </tabs> <sections> <animals translate="label" module="training_animal"> <class>seperator-top</class> <label>Training</label> <!--node vlaue should match the tabs node name--> <tab>animala</tab> <frontend_type>text</frontend_type> <sort_order>100</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> <groups> <training_animal_group translate="label"> <label>My Custom Group</label> <comment>Some comment about my group</comment> …