Fix it.
In your theme, you use
$args = array(
'category__in' => array(12,13,19,153),
'posts_per_page' => 10,
'post__not_in' => get_option('sticky_posts'),
'paged' => curPageURL(),
'caller_get_posts'=>1
);
replace 'caller_get_posts'=>1
by 'ignore_sticky_posts' => 1
See more https://thinhseven.com/wp_query-was-called-with-an-argument-that-is-deprecated-since-version-3-1/