• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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