Timber problems crashing backend
-
I have Timber and NelioExternal Feature Image installed.
When i now visit my pages overview, only the first page is listed (/wp-admin/edit.php?post_type=page)
This does not happen with the posts overview.I debugged a lot and came to the function
“nelioefi_get_thumbnail_src”
in “nelio-efi-main.php”
and there in line 57preg_match( '/<img [^>]*src="([^"]*)"/i', apply_filters( 'the_content', $post->post_content ), $matches );
If i remove these lines, everything works fine and the pages are displayed.
My questions are:
– How could it be, that this is interfering with Timber? (if i deactivate Timber, everything works fine)
– Why can’t you limit this functionality to the frontend? Is it really needed in listing backend pages? If i visit the pages overview, my page loads way too long i i think this functionality isn’t needed herebest regards
- The topic ‘Timber problems crashing backend’ is closed to new replies.