Why is Magento 1.4 including javascript files by filesystem path?

前端 未结 10 2122
小鲜肉
小鲜肉 2020-12-29 10:53

I am in the process of testing a Magento 1.3 site using Magento 1.4. I am seeing very weird and inconsistent behavior. Instead of including the URL of my javascript files, M

10条回答
  •  攒了一身酷
    2020-12-29 11:41

    Editing the config.xml didn't do the trick for me, I had to disable it in the database.

    In table core_config_data set the value of the row with path dev/js/merge_files (config_id 772) to '0'.

    Thanks for pointing me in the right direction though!

    This solution is worked for me, thanks.

提交回复
热议问题