If your LocalSettings.php
is cached with opcache
, you need to flush it. How it is done, is told here. In a nutshell:
- mod_php:
apachectl graceful
,
- php-fpm:
service php-fpm reload
,
- CGI or FastCGI: no need.
If you have APC: this answer.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…