If the configuration.php has the incorrect location for the Joomla! cache then Joomla! will not load, the admin has an error message "Joomla! cache does not exist", the global configuration is unsaveable with the error "joomla! cache does not exist" and the global configuration loses the "file" option for caching.
The file option remains which then allows you to see the location of the Joomla! cache which helps you to identify that it is incorrect. It also means non-technical users can change this option in global configuration rather than using FTP.
As the file option disappears, so does the location of the Joomla! cache meaning it is harder to understand what is going on. It can be resolved by editing configuration.php manually. The value you need to correct is: public $cache_path = '/home/xxxxx/cache';
systeminfo-2017-06-25T09-47-40-05-00.txt
Category | ⇒ | com_cache |
Status | New | ⇒ | Confirmed |
Re : Error of the file cache storage
go to configuration.php and put:
public $cache_handler = '';
My PR does not fix the whole issue.
It only fix "the global configuration is unsaveable"
Status | Confirmed | ⇒ | Discussion |
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-10 16:50:11 |
Closed_By | ⇒ | HLeithner |
I can confirm that if you set a non-existent path for the cache then after saving that field is not presented and it cannot be edited in the ui