Dynamic Sidebars based on page name

Something like this should work:

if( is_page() ) :
    $this_page = get_queried_object();
    if ( ! dynamic_sidebar( $this_page->post_title ) ) :
        echo 'No sidebar defined for this page title';
    endif;
endif;

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