Category pages redirecting to tab on Posts page grid

For now I have done this via category.php

/* Redirect Category to Post Grid tab */
<?php
$cat = get_queried_object();
wp_redirect( site_url('/locations/').'?tx_category='.$cat->slug );
exit();

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