Magento system.xml and 404 error when trying to access the configuration panel

后端 未结 3 893
被撕碎了的回忆
被撕碎了的回忆 2021-01-01 09:20

I\'m trying to implement some configuration settings for my custom module. I\'ve managed to add a tab and a section in the left navigation bar. But when I want to open a sec

3条回答
  •  萌比男神i
    2021-01-01 09:29

    Give acl permission in your config.xml.

    
            
                
                    
                        Allow Everything
                    
                    
                        
                            
                                
                                    
                                        
                                            
                                                Module - All
                                            
                                        
                                    
                                
                            
                        
                    
                
            
        
    

    Flush the cache, logout and again login.

提交回复
热议问题