Jump to content

No template found for customer/authentication


Nagrad

Recommended Posts

Hello,
Do you know how to solve this problem ? When I try to sign in I get page 500:

[PrestaShopException]

No template found for customer/authentication
at line 68 in file classes/Smarty/TemplateFinder.php

63.                     return $tpl;
64.                 }
65.             }
66.         }
67. 
68.         throw new PrestaShopException('No template found for '.$template);
69.     }
70. 
71.     private function getTemplateHierarchy($template, $entity, $id)
72.     {
73.         $entity = basename($entity);

 

thanks you !

Link to comment
Share on other sites

I assume you know the standard solution for error 500.

Occasionally files go missing. I don't know whether they are accidentally moved in FTP or deleted in some other way, but we them more often on the forum. Standard solution is of course to put them back. In order of preference you can either use a backup, the zip file of your theme or a fresh installation of the same Prestashop version to copy it from. 

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...