Magento module works well on localhost but not on live server

前端 未结 4 1440
日久生厌
日久生厌 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:25

    The most common problems are associated with case sensitivity. If you have Windows hosting, then the error in the uppercase/lowercase characters is not visible and it works. But as soon as it gets to linux hosting, the module will not work.

    Check the paths in the settings and folders/files - so that they match.

提交回复
热议问题