Tayfun Member Nov 3, 2017 #1 when i upgraded php version 5.5 to 5.6, normalle site open but when i login into, system said to me : A server error occurred. Please try again later. what must i do ?
when i upgraded php version 5.5 to 5.6, normalle site open but when i login into, system said to me : A server error occurred. Please try again later. what must i do ?
Tayfun Member Nov 3, 2017 #2 my error: ErrorException: getmypid() has been disabled for security reasons - library/XenForo/PasswordHash.php:45 Upvote 0 Downvote
my error: ErrorException: getmypid() has been disabled for security reasons - library/XenForo/PasswordHash.php:45
P Paul B XenForo moderator Staff member Nov 3, 2017 #3 You will need to enable that function - contact your sysadmin or host if unsure how to. It likely just needs the getmypid string removing from disable_functions in php.ini. Upvote 0 Downvote
You will need to enable that function - contact your sysadmin or host if unsure how to. It likely just needs the getmypid string removing from disable_functions in php.ini.