PHP getmypid() error, crippling Wordpress

Status
Not open for further replies.

HaDAk

New Member
Messages
15
Reaction score
0
Points
0
Having troubles with my account:

Warning: getmypid() has been disabled for security reasons in /home/hadak/public_html/wp-includes/class-phpass.php on line 52

Username is hadak.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Post line 52 of /home/hadak/public_html/wp-includes/class-phpass.php please.
 

HaDAk

New Member
Messages
15
Reaction score
0
Points
0
$this->random_state = microtime() . (function_exists('getmypid') ? getmypid() : '') . uniqid(rand(), TRUE);
 
Status
Not open for further replies.
Top