aurmil / magento-customize-price-filter

Allows to customize the layered navigation price filter with some options (e.g. custom price ranges)
MIT License
19 stars 7 forks source link

Uninstall #14

Closed micheledalonzo closed 8 years ago

micheledalonzo commented 9 years ago

Hi, I need to uninstall price filter but is seems that setting "false" as ususl is not enough since I receive an error, eve after flushed cache; no compiler. May you help me? Thanks in advance Michele

micheledalonzo commented 9 years ago

oh, magento 1.9 ultimo theme

aurmil commented 9 years ago

hello, you should delete the attribute "filter_price_ranges" in the "eav_attribute" table then re-index "category flat data" index flush caches again did you look into logs/reports? regards

micheledalonzo commented 9 years ago

Hi, thanks for your response; After deleting attribute and reindex we got following error:

2015-05-27T09:24:49+00:00 ERR (3): Warning: include(Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php): failed to open stream: No such file or directory in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:24:49+00:00 ERR (3): Warning: include(): Failed opening 'Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php' for inclusion (include_path='/var/www/vhosts/testgalli/httpdocs/app/code/local:/var/www/vhosts/testgalli/httpdocs/app/code/community:/var/www/vhosts/testgalli/httpdocs/app/code/core:/var/www/vhosts/testgalli/httpdocs/lib:.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:16+00:00 ERR (3): Warning: include(Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php): failed to open stream: No such file or directory in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:16+00:00 ERR (3): Warning: include(): Failed opening 'Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php' for inclusion (include_path='/var/www/vhosts/testgalli/httpdocs/app/code/local:/var/www/vhosts/testgalli/httpdocs/app/code/community:/var/www/vhosts/testgalli/httpdocs/app/code/core:/var/www/vhosts/testgalli/httpdocs/lib:.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:21+00:00 ERR (3): Warning: include(Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php): failed to open stream: No such file or directory in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:21+00:00 ERR (3): Warning: include(): Failed opening 'Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php' for inclusion (include_path='/var/www/vhosts/testgalli/httpdocs/app/code/local:/var/www/vhosts/testgalli/httpdocs/app/code/community:/var/www/vhosts/testgalli/httpdocs/app/code/core:/var/www/vhosts/testgalli/httpdocs/lib:.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:36+00:00 ERR (3): Warning: include(Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php): failed to open stream: No such file or directory in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:36+00:00 ERR (3): Warning: include(): Failed opening 'Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php' for inclusion (include_path='/var/www/vhosts/testgalli/httpdocs/app/code/local:/var/www/vhosts/testgalli/httpdocs/app/code/community:/var/www/vhosts/testgalli/httpdocs/app/code/core:/var/www/vhosts/testgalli/httpdocs/lib:.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:52+00:00 ERR (3): Warning: include(Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php): failed to open stream: No such file or directory in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94 2015-05-27T09:25:52+00:00 ERR (3): Warning: include(): Failed opening 'Mage/Aurmil/Customizepricefilter/Model/Catalog/Category/Attribute/Backend/Priceranges.php' for inclusion (include_path='/var/www/vhosts/testgalli/httpdocs/app/code/local:/var/www/vhosts/testgalli/httpdocs/app/code/community:/var/www/vhosts/testgalli/httpdocs/app/code/core:/var/www/vhosts/testgalli/httpdocs/lib:.:/usr/share/php:/usr/share/pear') in /var/www/vhosts/testgalli/httpdocs/lib/Varien/Autoload.php on line 94

Can you help me? Thankyou in advance Michele

2015-05-25 21:39 GMT+02:00 Aurélien Millet notifications@github.com:

hello, you should delete the attribute "filter_price_ranges" in the "eav_attribute" table then re-index "category flat data" index flush caches again did you look into logs/reports? regards

— Reply to this email directly or view it on GitHub https://github.com/aurmil/magento-customize-price-filter/issues/14#issuecomment-105296780 .

aurmil commented 9 years ago

hello

on a Magento 1.9.1.0, I successfully disabled my module:

do you use Magento compilation? do not forget to run it again each time a class is added/modified/removed

I don't know why/how, after doing these steps, a file of this module could still be included...

aurmil commented 8 years ago

I can confirm the previous steps to disable the module on a 1.9