componente AW cupons keeps deleting all cache directory files!!


  • Default avatar
    joao33    
     12 years ago
    0

    hi this is a problem: my instalation of AW cupons insisting on deleting all cache files and make other componentes from stoping to work...

    any thoughts?

    jsarmento
  • Your avatar
    seyi    
     12 years ago
    0

    hi, AwoCoupon does clean cache, but from reviewing the code, it looks like it is cleaning more than awocoupon cache. This will be fixed after 1.4.2. But for now, you can fix this problem by removing any of these lines in administrator/components/com_awocoupon/controller.php
    <?php
                $cache 
    = &JFactory::getCache('page');
                
    $cache->clean();
    ?>