Thread Starter
Anon_
(@kuroro111)
So it is not listed in php.ini.
Also note that this plugin will not work on local environment. It will only work on UNIX servers.
Also check: https://wordpress.org/support/topic/missing-results/
-
This reply was modified 3 years ago by
iSaumya.
Thread Starter
Anon_
(@kuroro111)
I understand that it does not work locally.
By the way, it is not working on a Linux server either.
What issues you are facing on the linux server? Also check if you have shell_exec enabled in your server and have the proper permission.
Check this reply: https://wordpress.org/support/topic/missing-results/#post-15516412
Thread Starter
Anon_
(@kuroro111)
The server was Linux and the relevant files existed in /proc/.
I have cpanel installed on this server to manage multiple sites, does this mean that access to this file is controlled?
The server was Linux and the relevant files existed in /proc/.
– but does PHP has access to it? That’s the main question.
Just to test you can put the following in a test PHP file like test.php
<?php
echo shell_exec('cat /proc/cpuinfo |grep "physical id" | sort | uniq | wc -l');
Try and see if it works.
Thread Starter
Anon_
(@kuroro111)
Warning: shell_exec() has been disabled for security reasons in
The above message is displayed.
It seems that access is still not allowed.
I would like to try this in a standard LAMP environment.
Thanks.