Error after update Joomla to v.3.6
Error after update Joomla to v.3.6
Error your site:
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.
Error administrator panel:
An error has occurred.
The file Cache Storage is not supported on this platform.
Solution
Change the cache and the administrator/cache folders permission so that it can be writable by your web server.
other solution
In configuaration.php (joomla directory), replace the value in $cache_handler by "cachelite".
public $cache_handler = 'file' --> public $cachelite = 'file'