Hi @rokask ,
Thanks for sharing the above.
In fact, when I disable all plugins except Woo, the internal server error is gone
Since the issue is resolved when all plugins except WooCommerce are deactivated, you can enable your other plugins, one-by-one, checking after each, to determine which plugin is causing the 505
error on your site.
Once you identify the culprit causing the 505
error, you’d need to reach out to the respective plugin developers for further help with this specific error.
however, the website delivers only a top Nav bar and an empty white space where the product’s content should appear
#2 /public_html/wp-content/themes/bimber/includes/front/lib/class-bimber-breadcrumbs.php(113): apply_filters('post_type_archi...', 'Products')
#3 /public_html/wp-content/themes/bimber/includes/front/lib/class-bimber-breadcrumbs.php(395): Bimber_Breadcrumbs->get()
#4 /public_html/wp-content/themes/bimber/includes/front/lib/class-bimber-breadcrumbs.php(451): Bimber_Breadcrumbs->capture()
#5 /public_html/wp-content/themes/bimber/includes/post-template.php(1023): Bimber_Breadcrumbs->render()
#6 /public_html/wp-content/themes/bimber/includes/plugins/woocommerce/woocommerce.php(545): bimber_render_breadcrumbs()
It appears that your current theme is causing some errors, does switching your theme to a default theme such as Storefront resolve the nav bar and white space issue?
If you do not want to test on your live site, I’d recommend cloning your site to a staging environment using the free WP Staging plugin and performing the tests described in this guide.
Theme: Bimber 9.2.4, updated to the final release, the only outdated template:
bimber/woocommerce/cart/cart.php
version 7.0.1 is out of date. The core version is 7.4.0
I understand that it is only the bimber/woocommerce/cart/cart.php
that is outdated, however, this theme overrides the bimber/woocommerce/single-product
templates which indicates that the issue is more than likely being caused by the Bimber theme.
Cheers!