Magento module works well on localhost but not on live server

前端 未结 4 1439
日久生厌
日久生厌 2021-01-22 21:32

I have a weird case here....

I\'m making a simple magento module right now. Some kind of script injection module (similar to google analytics module). I\'ve built the ad

4条回答
  •  遇见更好的自我
    2021-01-22 22:11

    Usually there are three things:

    • typos in xml files (validate them with validator)
    • cache is not cleared after installation (clear cache)
    • ACL rules are not reinitiated (re-save admin roles)

提交回复
热议问题