User tests: Successful: Unsuccessful:
After some testing I removed completely the check for writeable cache directory because it's not needed anymore since refactoring of newsfeeds to use JFeed: e3ccc0d#diff-436afcc0e0f4a923464823be696f6268
Create a menu item of type News Feeds » Single News Feed
.
Open menu item in front end and you'll see news feed output as expected.
Define a custom cache path in configuration.php (absolute path!)
public $cache_path = '/path/to/joomla/cache2345';
/path/to/joomla/cache
to /path/to/joomla/cache2345
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Components |
Labels |
Added:
?
|
I have successfully tested as per Instructions.
I have tested this item
I have tested this item
I have successfully tested as per given "Testing Instructions".
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-25 20:13:53 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
It's a superfluous check. If the component's being cached it'll use whatever handler is configured globally and make the appropriate checks when that's all booted up and
JFeed
itself doesn't have any caching in it.