php - Magento module controller won't update -
i did tweaking on module guy used website working on , requested change 1 line of code in controller of module. problem: doens't matter do, changes won't loaded , magento uses old controller code. how fix this?
what tried:
- cache management (refreshed it, flushed it, cleared , disabled it. have done of in possible order)
- checked if in right place begin (edited etc/config.xml , block/view.php these changes did show)
- edited etc/config.xml , changed version number
- system=>configuration=>advanced=>advanced , disabled/enabled module check if reload it
just clearify cache management part:
- configuration
- layouts
- blocks html output
- translations
- collections data
- eav types , attributes
- web services configuration
- web services configuration
are rows have here.
installed magento version: magento ver. 1.8.1.0
if there else may need solve problem please let me know! have allready wasted day on problem.
maybe compilation mode enabled.
go system -> tools -> compilation
, if compilation enabled, click run compilation proces
.
Comments
Post a Comment