Discussion:
[TYPO3-english] rss_display cache problem
Stefan Kaufmann
2014-07-15 14:41:19 UTC
Permalink
Hello list,

When using the ext rss_display, I get an error in the TYPO3 log:

Core: Error handler (FE): PHP User Warning: ./cache is not writeable.
Make sure you've set the correct relative or absolute path, and that the
location is server-writable. in
/bla/bla/hosting/number/number/typo3cms/domain/typo3conf/ext/rss_display/Resources/Private/PHP/SimplePie/SimplePie.php
line 1379

The cache folder of the extension is fully writable (777).

The ext allows to configure caching, either USER or USER_INT, but
changing this has no effect.

Any idea what I need to work on?

Many thanks for a tip & best regards,
Stefan

-
happy with TYPO3 since 2001
Sebastian Schmal
2014-07-24 14:53:29 UTC
Permalink
same here.
i open a ticket:
https://forge.typo3.org/issues/60521
--
TYPO3 - TIPPS - ANLEITUNGEN - NEWS
http://blog.ingeniumdesign.de/

TYPO3 Webdesign Agentur Wiesbaden - Frankfurt
http://www.ingeniumdesign.de/

Facebook Fan
http://www.facebook.com/ingeniumdesign/
Stefan Kaufmann
2014-08-29 19:15:05 UTC
Permalink
Post by Sebastian Schmal
same here.
https://forge.typo3.org/issues/60521
Thanks!
I was not able to solve it, did you have any luck?

Regards,
Stefan
BAUER Patrick
2014-11-20 22:29:36 UTC
Permalink
Please create "cache" directory in the root directory. It must be named "cache", not "Cache". That's important.
I had the same issue, and this is the solution.

Loading...