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
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'.
core_config_data
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.