Hey!
I just installed the wordpress and created my acc. but when trying to login I get a error message:
Warning: getmypid() has been disabled for security reasons in /home/sitting/public_html/wordpress/wp-includes/class-phpass.php on line 52
The code on line 52:
$this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE);
what can be the problem?
I just installed the wordpress and created my acc. but when trying to login I get a error message:
Warning: getmypid() has been disabled for security reasons in /home/sitting/public_html/wordpress/wp-includes/class-phpass.php on line 52
The code on line 52:
$this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE);
what can be the problem?