?
avatar addondev
addondev
12 Jul 2016

Steps to reproduce the issue

Update to Joomla! 3.6. Navigate to content component in the administrator panel.

Expected result

OK.

Actual result

"The file Cache Storage is not supported on this platform"

System information (as much as possible)

Ubuntu + Nginx + PHP-7-FPM

Additional comments

if I empty a variable public $cache_handler = 'file'; in the configuration.php, it works.

avatar addondev addondev - open - 12 Jul 2016
avatar mbabker
mbabker - comment - 12 Jul 2016

The cache directory on your site should be writable. If you have a custom
cache path check that otherwise check /cache.

On Tuesday, July 12, 2016, Philip Sorokin notifications@github.com wrote:

Steps to reproduce the issue

Update to Joomla! 3.6. Navigate to content component in the administrator
panel.
Expected result

OK.
Actual result

"The file Cache Storage is not supported on this platform"
System information (as much as possible)

Ubuntu + Nginx + PHP-7-FPM
Additional comments

if I empty a variable public $cache_handler = 'file'; in the
configuration.php, it works.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#11083, or mute the thread
https://github.com/notifications/unsubscribe/AAWfoZtdKOryHuvwvkiGakSVPMdaXV_Bks5qVBRJgaJpZM4JK49w
.

avatar addondev
addondev - comment - 12 Jul 2016

It is writable -- 775. I do not use a custom cache path.

avatar mbabker
mbabker - comment - 12 Jul 2016

Hmm. Should be fine then.
https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/cache/storage/file.php#L247
is the check.

Without a custom path defined, the path constant is relative to the app.
So /administrator/cache for admin and /cache for site. Affecting both apps
or just one?

On Tuesday, July 12, 2016, Philip Sorokin notifications@github.com wrote:

It is writable -- 775. I do not use a custom cache path.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#11083 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAWfoUGmmksReGIKXRUkLU6g1ZMRvNMhks5qVBV_gaJpZM4JK49w
.

avatar brianteeman brianteeman - change - 12 Jul 2016
Labels Added: ?
avatar addondev
addondev - comment - 12 Jul 2016

In my configuration.php file, there was not a variable cache_path, so I added one: public $cache_path = '/var/www/site/cache';, and now it works in the administrator panel.

avatar addondev
addondev - comment - 12 Jul 2016

Oh, sorry! That was my error. This is not an issue, so, i am closing this one!

avatar addondev addondev - change - 12 Jul 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-07-12 22:48:24
Closed_By addondev
Labels Added: ?
avatar addondev addondev - close - 12 Jul 2016

Add a Comment

Login with GitHub to post a comment