Clear cache not working if define custom path for JPATH_CACHE in custom defines.php - in this case need clear cache manually through FTP manager.
The path constants can be overridden (see https://github.com/joomla/joomla-cms/blob/staging/index.php#L25-L34)
The path constants can be overridden (see https://github.com/joomla/joomla-cms/blob/staging/index.php#L25-L34)
I didn't know that. Thank you.
Closing as the issue is fixed.
Where I can get full list variable's allowed for configuration.php?
try: https://raw.githubusercontent.com/joomla/joomla-cms/staging/installation/configuration.php-dist
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-29 22:11:16 |
Closed_By | ⇒ | zero-24 | |
Labels |
Removed:
?
|
I don' know if I understand aright. Normally one shouldn't change constants in file defines.php or am I wrong?
So, I entered new line/absolute path in my configuration.php
Created new folder /mycache/ in Joomla root.
Activated caching in configuration.
And all worked as expected. All cached folder/files in /mycache/ and could clear cache in Joomla backend (administrator/index.php?option=com_cache).