Magento module works well on localhost but not on live server

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

    Thumb rules while deploying magento custom module on the live server-

    1. Deploy your custom module
    2. Flush your all magento cache or at-least refresh them [System->Cache Management]
    3. If you have enabled compilation re-run the compilation or disable compilation until the testing is done. [System-Tools->Compilation]

提交回复
热议问题