Error installing my New site Wordpress Opcache Problem

Hi,

Same issue with latest version of Local 5.7.4 however found a solution adding:

opcache.file_cache=“C:\Windows\temp\php_opcache”
opcache.file_cache_fallback=1_

in the php.ini.hbs file of my newly created site. File found (on my computer) under:
C:\Users\xxxxx\Local Sites\yyyyy\conf\php where xxxx is my Windows user and yyyy my site name.

After adding the two above lines within the opcache section, save and on local start your site. It works for me.

Hope this would help.

Br,

Nicolas

2 Likes