render php file return template ::/var/www/vhosts/ does not exist – Plesk
I am using Plesk for my project. It works fine when I render a twig file but when I render a php file in my Controller an error occurred: "The template "::/var/www/vhosts/domain/httpdocs/project/templates/test.php" does not exist." This is my code: $this->render('/var/www/vhosts/domain/httpdocs/project/templates/test.php');