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
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
The Joomla core we based this code on had already introduced the "progressive" and "conservative" caching options, instead of just enabled or disabled. Setting the JOOMLA_CACHE env var to "true" doesn't actually enable it. The value gets compared to an integer, in which case its value is 0.
The Joomla core we based this code on had already introduced the "progressive" and "conservative" caching options, instead of just enabled or disabled. Setting the
JOOMLA_CACHE
env var to"true"
doesn't actually enable it. The value gets compared to an integer, in which case its value is 0.See:
joomlatools-platform/lib/libraries/joomla/cache/cache.php
Line 57 in aad4555
Update the .env-example file to avoid confusion.
The text was updated successfully, but these errors were encountered: