My meta boxes update wp_postmeta of posts but not of pages. What is wrong with the code?

change the line

if ( 'page' == $_POST['post_type'] ) {

To

if ( 'page' == get_post_type($post_id) ) {

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