When i try to open my PHP website, it's giving the 500 error in the console. The error log shows this error:
PHP Fatal error: require_once(): Failed opening required '../assets/init.php' (include_path='.:/opt/cpanel/ea-php73/root/usr/share/pear') in /home3/bcaftanc/public_html/thequrantube/index.php on line 13
But in the index.php file in line 13, i don't have it like the error says, it's written like this:
require_once('./assets/init.php');
What could be the issue ?