I am not able to edit the static blocks, throws an error on click
Fatal error: Class 'Varien_Data_Collection_Filesystem' not found in public_html/app/code/core/Mage/Widget/Model/Widget/Config.php on line 85
When i click on CMS pages it showing like below image
1 Answer 1
Check whether this file exist in your application.
lib/Varien/Data/Collection/Filesystem.php
If not present, place a fresh copy of that file in that location. You can find one here .
Also check-out this thread and make sure there is no vulnerabilities in your applicaion
answered Sep 18, 2015 at 7:51
Rajeev K Tomy
17.3k6 gold badges64 silver badges104 bronze badges
default