• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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