Hi marc_a,
it seems Contact Form 7 causes (at least part of) the problem. Deactivating it, the frontpage is shown again. But if debug-mode is enabled, I get the following errors shown between the header and the content:
**Notice** : Trying to get property 'ID' of non-object in **/html/wordpress-staging/wp-includes/class-wp-query.php** on line **4027**
**Notice** : Trying to get property 'post_title' of non-object in **/html/wordpress-staging/wp-includes/class-wp-query.php** on line **4029**
**Notice** : Trying to get property 'post_name' of non-object in **/html/wordpress-staging/wp-includes/class-wp-query.php** on line **4031**
**Notice** : Trying to get property 'post_type' of non-object in **/html/wordpress-staging/wp-includes/post-template.php** on line **649**
**Notice** : Trying to get property 'post_parent' of non-object in **/html/wordpress-staging/wp-includes/post-template.php** on line **707**
**Notice** : Trying to get property 'post_type' of non-object in **/html/wordpress-staging/wp-includes/class-wp-query.php** on line **4179**
**Notice** : Trying to get property 'post_type' of non-object in **/html/wordpress-staging/wp-includes/class-wp-query.php** on line **4179**
Update:
If I also deactivate WP Cost Estimation & Payment Forms Builder, there is no error left.
Update 2:
Wordpress did send me the following mail according to the error:
Wenn du Hilfe bei diesem Problem suchst, wirst du möglicherweise nach einigen der folgenden Informationen gefragt:
WordPress-Version 5.6
Aktuelles Theme: Pro – Child Theme (Version 1.0.0)
Aktuelles Plugin: (Version )
PHP-Version 7.2.29
Fehler-Details
==============
Ein Fehler vom Typ E_ERROR wurde in der Zeile 45 der Datei /html/wordpress-staging/wp-content/themes/pro/framework/functions/frontend/content.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined function x_is_portfolio_item() in /html/wordpress-staging/wp-content/themes/pro/framework/functions/frontend/content.php:45
Stack trace:
#0 /html/wordpress-staging/wp-content/themes/pro/framework/functions/frontend/classes.php(100): x_get_content_layout()
#1 /html/wordpress-staging/wp-includes/class-wp-hook.php(289): x_body_class(Array)
#2 /html/wordpress-staging/wp-includes/plugin.php(212): WP_Hook->apply_filters(Array, Array)
#3 /html/wordpress-staging/wp-includes/post-template.php(836): apply_filters('body_class', Array, Array)
#4 /html/wordpress-staging/wp-content/plugins/WP_Estimation_Form/includes/lfb-core.php(912): get_body_class()
#5 /html/wordpress-staging/wp-includes/class-wp-hook.php(289): LFB_Core->conditionally_add_scripts_and_styles(Array)
#6 /html/wordpress-staging/wp-includes/plugin.php(255): WP_Hook->apply_filters(Array, Array)
#7 /html/wordpress-staging/wp-includes/class-wp-query.php(3190): apply_filters_ref_array('the_posts', Array)
#8 /html/wordpress-stagi
So what can I do?
Uli