• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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