PHP 7.4.9 – HTTP-error 500.0 – Internal Server Error
-
Hello,
I use PHP 7.4.9 with WordPress 5.5 and your latest version of Docket Cache plugin and I get now the most of all the page requests, the follow error: HTTP-error 500.0 – Internal Server Error.
When I go back to PHP version 7.4.8 I don’t have any problems.
Maybe it’s something to do with the Opcache extension of PHP 7.4.9?
Or maybe the following Opcache settings in my php.ini file are not longer good with the new version of PHP 7.4.9?
The Opcache settings I use are:
[PHP_OPCACHE]
extension=php_opcache.dll
zend_extension=php_opcache.dll
opcache.enable=1
opcache.memory_consumption=512
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=50000
opcache.use_cwd=1
opcache.validate_timestamps=1
opcache.enable_file_override=0
opcache.dups_fix=0
opcache.revalidate_freq=2
opcache.consistency_checks=0
opcache.max_wasted_percentage=5
opcache.revalidate_freq=2
opcache.enable_cli=0
opcache.file_cache=”C:\Windows\Temp\”
opcache.file_cache_consistency_checks=1
opcache.file_cache_fallback=1Please, can this be solved? Or what are the best Opcache settings in php.ini?
I can set everything myself. I use a localhost Windows IIS webserver environment.
Sorry, I don’t have an online URL.Thanks in advance.
Kind Regards.
- The topic ‘PHP 7.4.9 – HTTP-error 500.0 – Internal Server Error’ is closed to new replies.