[TYPO3-german] Problem beim Cache leeren
Christian Wolff
chris at connye.com
Fri Jul 3 16:10:04 CEST 2009
Manfred Rutschmann . revier.de schrieb:
> Hallo Liste,
>
> ich versuche in einem FE Plugin den Cache zu leeren:
>
> function TVUclearCache() {
>
> $TCE = t3lib_div::makeInstance('t3lib_TCEmain');
> $TCE->admin = 1;
> if($TCE->clear_cacheCmd('all')) {
> $content = 'Cache geleert';
> } else {
> $content = 'Problem beim Cache leeren';
> }
> return $content;
> }
>
> allerdings erhalte ich ständig die Meldung 'Problem...', d.h. der Cache
> wird nicht geleert. Gibts da noch alternativen zu?
>
> Gruß Manne
Hi Mann in der Automatischen Dokumentation für clear_cacheCmd() steht
Returns:
void
die funktion gibt also nix zurückt und nix wird in php als False
verstanden.
gruss chris
--
Christian Wolff // Berlin
http://www.connye.com
some projects:
http://richtermediagroup.com | http://titanic.de |
http://fairplay-homepage.de
More information about the TYPO3-german
mailing list