আমি একটি মডিউল তৈরি করেছি, এবং এটি পুরোপুরি কাজ করে; যাইহোক, আমি একটি প্রাচীর আঘাত। যখন আমি অ্যাডমিন হিসাবে লগ ইন করি তখন সব কিছুই ভাল হয়। আমি এটি এসিএলে যুক্ত করেছি:
<?xml version="1.0"?>
<config>
<menu>
<erp translate="title" module="firtal_deadstock">
<title>ERP</title>
<sort_order>99</sort_order>
<children>
<stock_management module="firtal_deadstock">
<title>Stock Management</title>
<children>
<firtal_deadstock>
<title><![CDATA[Firtal Stock Analysis]]></title>
<sort_order>99</sort_order>
<action>adminhtml/deadstock</action>
</firtal_deadstock>
</children>
</stock_management>
</children>
</erp>
</menu>
<acl>
<resources>
<all>
<title>Allow Everything</title>
</all>
<admin>
<children>
<system>
<children>
<config>
<children>
<firtal_deadstock translate="title">
<title>Firtal Stock Analysis settings</title>
<sort_order>100</sort_order>
</firtal_deadstock>
</children>
</config>
</children>
</system>
<erp module="firtal_deadstock">
<children>
<stock_management module="firtal_deadstock">
<children>
<firtal_deadstock translate="title" module="firtal_deadstock">
<title>Firtal Stock Analysis</title>
</firtal_deadstock>
</children>
</stock_management>
</children>
</erp>
</children>
</admin>
</resources>
</acl>
</config>
তবে আমি যদি কোনও ভূমিকার জন্য অনুমতিটি প্রদান করি এবং সেই ভূমিকা সহ ব্যবহারকারী হিসাবে লগইন করি তবে তারা মেনু পয়েন্টটি দেখতে পাবে (কনফিগার নয়, প্রকৃত মেনু পয়েন্ট), তবে আমি যদি এটি টিপছি তবে আমি একটি অ্যাক্সেস অস্বীকৃত ত্রুটি পেয়েছি:
আমি কী মিস করছি?