• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Problem with using Opcache

Zoo3

Regular Pleskian
There is a problem with using Opcache. At first glance it seems that OPcache is loaded normally.
When I look at php info() or php - v, they show normal values.

I run opcache checkers.


When I ran them, ocp.php will not display the main. OPcache.php displays an error.

Warning: opcache_get_status() has been disabled for security reasons in /var/www/vhosts/MY-DOMAIN/httpdocs/opc/opcache.php on line 19

Warning: Invalid argument supplied for foreach() in /var/www/vhosts/MY-DOMAIN/httpdocs/opc/opcache.php on line 30
When I searched with that error, I found the following topics.

Plesk 17.8.11 - PHP value "disable_functions" changed to default value "opcache_get_status"
Issue - Plesk 17.8.11 - PHP value "disable_functions" changed to default value "opcache_get_status"

I did not solve it in security.ini. I tried this next.

Unable to override the default value of "disable_functions" via global php.ini
Unable to override the default value of "disable_functions" via global php.ini

This also did not solve it.

I thought OPcache had no problem for a while, and I left it. I do not know when this state is since.
Please tell me how to solve this problem.

My envrionment:
CentOS 7.5 / Nginx 1.13.8 / PHP 7.1.21 / Plesk 17.8.11 #19
 
I'm in the same situation. We want to show Opcache statistics usage and we aren't able to allow opcache_get_status.

Any solution?
 
I'm in the same situation. We want to show Opcache statistics usage and we aren't able to allow opcache_get_status.

Any solution?

I resolved it by blanking the disable_functions item in the PHP setting of the domain from the website and domain menu.
 
Back
Top