I get an error that wp_make_content_images_responsive is depreacted in the newest WP Version. If i go to advanced-custom-fields-pro/includes/fields to line 87 and remove the following lines, it seems to work:
` // Added in 4.4
if( function_exists(‘wp_make_content_images_responsive’) ) {
add_filter( ‘acf_the_content’, ‘wp_make_content_images_responsive’ );
}
What else can i do as to disable display errors in wp-conifg?
Ok. I it seems the plugin was not updated right. I updated again to latest version and it works.