User tests: Successful: Unsuccessful:
Do not block backend or frontend if cache handler stop working.
This is another version of #10815.
Instruction say to first apply PR and test then remove PR and test again (simple way), but you can do it backwards.
1) Install the newest version of Joomla (3.6.2 or 3.6.3-dev)
2) In Global Configuration enable cache and set Cache Handler
to "File"
3) Now everything is working
4) Apply that PR.
5) Change file permission for directory cache/
and administrator/cache
, remove write access for all. Set permission as 555 (or r-xr-xr-x)
6) Check administrator page and front end page.
7) Only notice about cache problem should be displayed but joomla works normal.
8) Revert patch
9) Back end now display "The file Cache Storage is not supported on this platform. " and you can not change anything.
On front page you see only raw text:
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.
No
Category | ⇒ | Repository Libraries Unit Tests |
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
Labels |
Added:
?
|
@jeckodevelopment Instruction has been added.
Title |
|
||||||
Labels |
Removed:
?
|
@jeckodevelopment Can I ask you to remove label "Unit/System Tests"?
Category | Repository Libraries Unit Tests | ⇒ | Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-09-28 11:40:41 |
Closed_By | ⇒ | csthomas |
@mbabker Thanks, I had to rebase that PR to staging and meantime have fixed it.