?
avatar roybinhood
roybinhood
4 Aug 2017

Steps to reproduce the issue

on a joomla 3.7.4 website i.e. www.preke.net

Note I have tried fixed related to previous versions of joomla but these do not work on 3.7.4

We have the following related cache problem/s

 a)In administrator under global configuration cache / system there is no option (example ‘file’) under Cache Handler.. It is just blank.

 b)Even before this the clear cache option under system in administrator returns a blank page.

 c) When we turn cache plugin on in backend then in front end of site everything is a white page.

 d) In Administrator / System Control panel next to word – joomla is following error in red

 “The file Cache Storage is not supported on this platform.”

Expected result

a) File is shown as option under dropdown of Cache Handler

b) Clear Cache does not show blank page

c) Front page not blank when plugin cache turned on

d) In Administrator / System Control panel next to word – joomla is words
Joomla Version 3.7.4

Actual result

As mentioned above

System information (as much as possible)

Joomla 3.7.4

Additional comments

avatar roybinhood roybinhood - open - 4 Aug 2017
avatar joomla-cms-bot joomla-cms-bot - change - 4 Aug 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Aug 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Aug 2017
Category com_cache
avatar joomla-cms-bot joomla-cms-bot - edited - 4 Aug 2017
avatar roybinhood roybinhood - change - 4 Aug 2017
Title
Joomla 3.7.4
Cache problem Joomla 3.7.4 The file Cache Storage is not supported on this platform.
avatar roybinhood roybinhood - edited - 4 Aug 2017
avatar roybinhood roybinhood - change - 4 Aug 2017
The description was changed
avatar roybinhood roybinhood - edited - 4 Aug 2017
avatar roybinhood roybinhood - change - 4 Aug 2017
The description was changed
avatar roybinhood roybinhood - edited - 4 Aug 2017
avatar roybinhood roybinhood - change - 4 Aug 2017
Title
Cache problem Joomla 3.7.4 The file Cache Storage is not supported on this platform.
Cache problem Joomla 3.7.4 Errors - The file Cache Storage is not supported on this platform...
avatar roybinhood roybinhood - edited - 4 Aug 2017
avatar roybinhood roybinhood - change - 4 Aug 2017
Title
Cache problem Joomla 3.7.4 Errors - The file Cache Storage is not supported on this platform...
Cache problem Joomla 3.7.4 Errors - The file Cache Storage is not supported on this platform...etc
avatar roybinhood roybinhood - edited - 4 Aug 2017
avatar tonypartridge
tonypartridge - comment - 4 Aug 2017

Hello,

I don't think this is a Joomla! bug but an issue with your setup/configuration.

Go to: Joomla! Admin -> System -> System Information -> folder permissions

Are they all green except configuration.php which should be red?

avatar roybinhood
roybinhood - comment - 4 Aug 2017

Thank you for feedback

I went to system info and there are two are red

configuration.php Unwritable
public_html/cache (Cache Folder) Unwritable

But even when I change cache folder public_html/cache to 777 permission it still remains Unwritable in system info

avatar tonypartridge
tonypartridge - comment - 4 Aug 2017

Hello,

This is a hosting error. Please contact your host to fix ownership / permissions of that folder.

Many thanks
Tony

On 4 Aug 2017, 23:27 +0100, roybinhood notifications@github.com, wrote:

I went there are two are red
configuration.php
Unwritable
public_html/cache (Cache Folder)
Unwritable
But even when I change cache folder public_html/cache to 777 permission it still remains Unwritable in system info

You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

avatar roybinhood
roybinhood - comment - 4 Aug 2017

I have , but I will again

avatar roybinhood
roybinhood - comment - 4 Aug 2017

They (hosts) say the ownership is fine and permissions are all writable so they say it is a Joomla thing :-)

avatar roybinhood
roybinhood - comment - 4 Aug 2017

Hosts on dedicated server said that they checked ownership and permission and all writable ... they say it is a joomla issue... maybe just my joomla issue , but I would appreciate any answers

avatar roybinhood
roybinhood - comment - 4 Aug 2017

Hosts resolved joomla issue in config file !!!

Ryan P.
Issue is resolved
I fixed it by updating the cache pathing here: ~'siteroot'/public_html/configuration.php
It was set incorrectly to public_html/cache. Should have been full pathing [/home/'siteroot'/public_html/cache/]

I changed siteroot from what it was ... to not post on here but you can see what was changed before that

avatar Quy
Quy - comment - 5 Aug 2017

Related to this issue #16862 ??

avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Aug 2017
Status New Information Required
avatar tonypartridge
tonypartridge - comment - 5 Aug 2017

Again, not an issue with the core. But an issue with the hosting /Joomla! Setup opposed to a bug.

Can we close this?

avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Aug 2017
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2017-08-05 14:03:02
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 5 Aug 2017
Closed_Date 2017-08-05 14:03:02 2017-08-05 14:03:03
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 5 Aug 2017
avatar joomla-cms-bot
joomla-cms-bot - comment - 5 Aug 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Aug 2017

closed as stated above.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17412.

avatar Peeripapo
Peeripapo - comment - 8 Feb 2019

So here's how i fixed it (in Joomla 3.9.2)

edit directly configuration.php and put:
public $cache_handler = '';

avatar ratanzania
ratanzania - comment - 17 Apr 2021

The permissions on the /cache and /administrator/cache need to be writable.

sudo chmod 777 /var/www/html/myjoomla/administrator/cache
sudo chmod 777 /var/www/html/myjoomla/cache

Add a Comment

Login with GitHub to post a comment