I'm getting this error in the admin panel after I log in:
"Fatal error: Class 'Webdziner_Ajaxsearch_Helper_Data' not found in /home/hotshopl/public_html/wholesaleapparelshop.com/app/Mage.php on line 516"
I tried installing a theme into my 1.6.0.0 site and all was going good until I refreshed the cache, then it all crashed and gave me the message. http://www.wholesaleapparelshop.com I am trying to figure where this Helper file is at. I have looked at other questions and answers but I just dont seem to find a good answer to my question. I am looking everywhere.
looked at this thread but nothing http://www.magentocommerce.com/boards/viewthread/239818/
closest guy i can relate to is
Please advise help thanks
<?php class Webdziner_Ajaxsearch_Helper_Data extends Mage_CatalogSearch_Helper_Data { }
but now i dont know how i can add it to my mage.php file so the admin panel can read it its telling me its missing in line "516" here are lines 512-519{ $registryKey = '_helper/' . $name; if (!self::registry($registryKey)) { $helperClass = self::getConfig()->getHelperClassName($name); self::register($registryKey, new $helperClass); } return self::registry($registryKey); }
- user2006589