1
ไม่พบข้อผิดพลาด 404 ขณะสร้างกลุ่มและฟิลด์ที่กำหนดเองในการกำหนดค่าระบบ
ฉันกำลังพยายามสร้างกลุ่มและบางฟิลด์สำหรับส่วนที่กำหนดเองภายใต้แท็บที่กำหนดเอง กำลังสร้างแท็บและส่วน แต่เมื่อฉันคลิกที่ส่วนในพื้นที่เนื้อหาจะแสดงข้อผิดพลาด 404 ไม่พบ ไฟล์ 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 …