Fatal error: Uncaught Error: Call to undefined function convert_to_screen()

I solved the problem using the code below:

public function __construct()
{

    add_action( 'wp', [$this,'after_load_wordpress'] );   

}
function after_load_wordpress(){
    new EventListTable(); 
}

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)