themcman1
New Member
- Messages
- 50
- Reaction score
- 0
- Points
- 0
From what the server logs show me, this function is blacklisted. Will upgrading to advanced PHP fix this? AFAIK this is an area of phpBB 3.0.3 untouched by my excessive modding.
Below is the code where the error is thrown:
Below is the code where the error is thrown:
PHP:
// And the owner and the groups PHP is running under.
$php_uid = (function_exists('posix_getuid')) ? @posix_getuid() : false;
$php_gids = (function_exists('posix_getgroups')) ? @posix_getgroups() : false;