Avatar
anonymous
Hello,

The reason you are getting this error is because the function php_uname has been disabled on the server. This is commonly in the php.ini file and can be removed from such. Just search your php.ini file for php_uname and if it is under a section called disable_functions then you can remove the line and save the file.

Best Regards,
TJ Edens