Reputation: 9782
I am following this tutorial to enable the debugging mode in Magento but i can't see any option like in the tutorial described to locate from system > configuration. But i can't find the developer Tab or anything like that.
I don't know if there is any option to hide that. Here is attached the screen shot of my Admin configuration section:
Anybody please help me to enable the debugging mode, even i tried to searched another tutorials but everyone talking to Developer menu into the configuration option.
Upvotes: 1
Views: 912
Reputation: 196
It looks like a permissions issue with the role that you're logged into. In the database, check this table admin_rule and see if you have any 'deny' records returned using this query:
select * from admin_rule where resource_id = 'admin/system/config/advanced'
Upvotes: 1