Błąd podczas podniesienia wersji joomla do 3.6
Błąd podczas podniesienia wersji joomla do 3.6
Błąd witryny:
Error displaying the error page: The file Cache Storage is not supported on this platform.: The file Cache Storage is not supported on this platform.
Błąd panelu administracyjnego:
An error has occurred.
The file Cache Storage is not supported on this platform.
Rozwiązanie problemu:
Należy zmienić uprawnienia do folderu Cache w głównej lokalizacji oraz do folderu Cache w lokalizacji Administrator.
Cache
Administrator/Cache
Uprawnienia ustawiamy tak by właścicielem był Apache.
Po tej zmianie problem będzie rozwiązany.
Drugie rozwiązanie
W configuaration.php (folder joomla), zmień wartość $cache_handler na "cachelite".
public $cache_handler = 'file' --> public $cachelite = 'file'