[TYPO3-english] Update from 4.5.32 to 4.5.33 : https_enforcer error
Xavier Perseguers
xavier at typo3.org
Sat May 10 07:14:59 CEST 2014
Hi Robert,
> As a matter of fact I didn't, and I should have mentioned that - sorry!
> I didn't do it, because it is another deparement that is responsible for
> the server and therefore the php enviroment. The intention to post the
Markus did not suggest to restart the *whole server*, but the *PHP
server* (as he explained, to clear the PHP opcode cache). This typically
means:
$ sudo /etc/init.d/php-fpm restart
or
$ apache2ctl graceful
(PHP-fpm or mod-php5)
and of course not a complete reboot of the server itself. Of course,
even that may be problematic for you or for someone using a shared
server. But the whole point is actually to clear the opcode cache, so if
you cannot afford doing that, you have to find out how to clear the
opcode cache differently. You can search on Google or read the TYPO3
code to see how it does when an extension is installed in 6.2.
By using search terms "clear opcode cache" you'll see that for instance
if using APC:
http://stackoverflow.com/questions/911158/how-to-clear-apc-cache-entries
HTH
Xavier
--
Xavier Perseguers
TYPO3 CMS Team Member
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
More information about the TYPO3-english
mailing list