Hi @kolyanich,
I’m currently checking this issue but I couldn’t reproduce this on my installation. This warning means the strpos first parameter isn’t a string.
if ( strpos($post_data, $shortcode) !== false ) {
But no matter what I did, existing or newly added page and with or without slider (as sample shortcode), the $post_data remains string and that’s from this line
$post_data = get_post_meta( $post_ID, '_cornerstone_data', true )
I like to further test and investigate this on your installation, would you mind providing your admin and FTP login credentials in the secure note? I would love to find the cause of this issue on your installation.
Thanks!