The plugin does not work when using php version 8.0 or above. The issue is that the plugin uses php_uname() function, which is disabled by hosting server for security reasons. Temporary solution is to revert back to older version of php (7.4).
This topic was modified 1 year, 8 months ago by nasiriqbal.
This is not an issue with PHP. This function has been there for a long time (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8). The hosting needs to fix their configuration which is breaking and / or could be affecting a lot of apps by blocking these functions.
Viewing 1 replies (of 1 total)
The topic ‘php 8.0 and above issue’ is closed to new replies.