Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15256

ezcache.php doesn't delete global ini cache

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.5.0beta2
    • 4.1.3, 4.2.0alpha1
    • Caching, Upgrading
    • None

    Description

      Hi

      ezcache.php does not delete ini cache stored in var/cache/ini
      This might also affect upgrading since clearing the cache with ezcache.php is usually one of the upgrade steps....

      It does work to clear it from admin interface

      Steps to reproduce

      Install ezpublish, with ezwebin
      Browse some pages so that cache files are generated
      You'll notice ini cache files stored in var/cache/ini/ while other cache files will be stored in var/ezwebin_site/cache/
      Then run ezcache:

      $ php bin/php/ezcache.php --clear-all --purge
      

      All cache files in var/ezwebin_site/cache will be removed
      ini cache in var/cache/ini will remain

      Ini cache will remain even after the following commands:

      $php bin/php/ezcache.php --clear-tag=ini --purge
      $php bin/php/ezcache.php --clear-id=global_ini --purge
      $php bin/php/ezcache.php --clear-id=ini --purge
      

      Attachments

        Activity

          People

            andre1 andre1
            vl vl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: