Hi there,
Your plugin is requiring (require_once) the pluggable.php.
This is bad practice because now the file is included and other plugins who want to override the pluggable functions can do that.
Is it possible to remove this line and solve it thru redefining the functions you need?
Thanks,
An other WP-developer