You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since updating to 3.0.2, deleting template caches via the Clear Caches utility tool in the CP does not actually delete the template caches.
There are no errors, and the clear-caches-perform-action action returns {"success":true}, as expected. However, no rows are deleted in the templatecaches database tables.
When saving an element, appropriate template caches are cleared as expected.
I've tested the Clear Caches tool on the same Craft install using both 3.0.1 and 3.0.2, and it works on the former, but not the latter.
Steps to reproduce
Clear template caches using the tool in the Utilities section
Confirm that no rows have been deleted from the templatecaches database table
Additional info
Craft version: 3.0.2
PHP version: 7.0.14
Database driver & version: MySQL 5.6.34
Plugins & versions:
The text was updated successfully, but these errors were encountered:
Description
Since updating to 3.0.2, deleting template caches via the Clear Caches utility tool in the CP does not actually delete the template caches.
There are no errors, and the
clear-caches-perform-action
action returns{"success":true}
, as expected. However, no rows are deleted in thetemplatecaches
database tables.When saving an element, appropriate template caches are cleared as expected.
I've tested the Clear Caches tool on the same Craft install using both 3.0.1 and 3.0.2, and it works on the former, but not the latter.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: