Hi,
WP Frontend is recently failing to load the basic template “Blank Container header, footer” through the template-loader.php file. The weird thing is that this error only occurs on one of several pages that using the same template that will output different content through a plugin via short-code. (see screenshots below).
when i am switching on php-debug it shows me some detailed information that it cant load properly the template php-file. I can fix it by hard-coding the absolute server-path via in the template-loader.php as a non viable work-around:
$prefix = "/www/htdocs/w01824b9/choc-mate.de/wp-content/themes/pro/framework/legacy/templates/";
if(!str_starts_with($template, $prefix)) $template = $prefix . $template;
for some reason the template php-file is located in a legacy folder which looks weird although i am using Theme: Pro Version: 6.5.15
I am looking forward getting some advice and help