Hi All,

I am getting this error log message on my live site and I am thinking that I have done something wrong when I was trying to tidy up the test site. Anyway this is the message that I am receiving in the logs.

[13-Jun-2025 15:55:18 Australia/Sydney] Request URI: /, IP address: 206.83.122.41, Language id 1
#0 /includes/templates/bootstrap/templates/tpl_index_categories.php(55): zen_debug_error_handler()
#1 /includes/templates/bootstrap/templates/tpl_index_categories.php(55): require()
#2 /includes/modules/pages/index/main_template_vars.php(231): require('/home/a1ntacdk3...')
#3 /includes/templates/bootstrap/common/tpl_main_page.php(233): require('/home/a1ntacdk3...')
#4 /index.php(94): require('/home/a1ntacdk3...')
--> PHP Warning: require(includes/languages/english/html_includes/define_main_page.php): Failed to open stream: No such file or directory in /includes/templates/bootstrap/templates/tpl_index_categories.php on line 55.

[13-Jun-2025 15:55:18 Australia/Sydney] PHP Fatal error: Uncaught Error: Failed opening required 'includes/languages/english/html_includes/define_main_page.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /includes/templates/bootstrap/templates/tpl_index_categories.php:55
Stack trace:
#0 /includes/modules/pages/index/main_template_vars.php(231): require()
#1 /includes/templates/bootstrap/common/tpl_main_page.php(233): require('/home/a1ntacdk3...')
#2 /index.php(94): require('/home/a1ntacdk3...')
#3 {main}
thrown in /includes/templates/bootstrap/templates/tpl_index_categories.php on line 55

[13-Jun-2025 15:55:18 Australia/Sydney] Request URI: /, IP address: 206.83.122.41
--> PHP Fatal error: Uncaught Error: Failed opening required 'includes/languages/english/html_includes/define_main_page.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /includes/templates/bootstrap/templates/tpl_index_categories.php:55
Stack trace:
#0 /includes/modules/pages/index/main_template_vars.php(231): require()
#1 /includes/templates/bootstrap/common/tpl_main_page.php(233): require('/home/a1ntacdk3...')
#2 /index.php(94): require('/home/a1ntacdk3...')
#3 {main}
thrown in /includes/templates/bootstrap/templates/tpl_index_categories.php on line 55.

This is what is in the tpl index categories.php file on line 5 to 59

$screen_reader_only = '';

if ($heading_title === '') {

$heading_title = HEADING_TITLE_SCREENREADER;

$screen_reader_only = ' sr-only';

}

Any assistance would be appreciated