[TYPO3-english] 6.2.4 - css_styled_content ext_tables.php removed

Xavier Perseguers xavier at typo3.org
Mon Aug 4 22:03:49 CEST 2014


Hi Jan,

> well, the hosting I have doesn't have any opcode cache or similar. So
> then what?

As I wrote:

>> [...]
>> way) so these operations should best be put in a script so that it
>> remains a "single command".

I don't get the problem to clear typo3temp/Cache as you know (now) it's
needed. I mean, when updating the symlink you are doing something like that:

$ cd /path/to/website
$ rm typo3_src && \
  ln -s /path/to/TYPO3-whatever typo3_src

what is the problem of extending this with

$ cd /path/to/website
$ rm typo3_src && \
  ln -s /path/to/TYPO3-whatever typo3_src && \
  rm -rf typo3temp/Cache

?

Sorry, don't get the problem... Remember TYPO3 4.x? You certainly had to
remove typo3conf/temp_* from time to time, didn't you? In 6.x you have
to remove typo3temp/Cache, that's it.

Kind regards

-- 
Xavier Perseguers
TYPO3 CMS Team Member

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org



More information about the TYPO3-english mailing list