Ajax Form seems to post, but does not return

Your settings object in ajax call is not properly set up: action should be inserted in the data object.

For example:

$.ajax({
    url: ajax_url,
    data:{
        action: 'trailer_report',// action must be set here
        // other stuff here
    }
    //other ajax stuff
});

Hope it helps!

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