In my efforts within Hostinger, I'm working on getting a PHP website published. The testing phase with a basic "index.php" file featuring a simple "coming soon" page went smoothly. Strangely, though, once I uploaded the entire website, it stopped functioning as expected. The core "index.php" file of the site includes PHP code that links to a template page housing the HTML content, achieved through the line: require('public-templates/t_index.php');
Upon directing to myDomain.com, a blank white page greets me. Investigation using the browser's developer tools uncovers an absence of content. I don’t know actually if the problem is with the file requiring or not.
Despite making contact with Hostinger's customer service, their attempts to assist haven't resolved the issue. Might you be able to offer some guidance in addressing this situation? As a troubleshooting step, I've enabled error logs, but strangely, no error messages are appearing.