Your plugin wrongly register the admin menu by giving a full URL (http://xxx) instead of only the admin relative url which leads to error on an install with open basedir restriction as the menu-header.php file use “file_exists” method during the admin menu setup.