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

bug in staticcache_cleanup.php makes it run forever

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.10.1, 4.0.1
    • 3.10.0, 4.0.0, 4.0.0beta1, 4.0.0rc1
    • Caching
    • None

    Description

      'static_store' is the action used for delayed static cleanup, not 'index_object'.

      Diff:

      • $db->query( "DELETE FROM ezpending_actions WHERE action='index_object' AND param IN ($inSQL)" );
        + $db->query( "DELETE FROM ezpending_actions WHERE action='static_store' AND param IN ($inSQL)" );

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: