Jump to content

No template found for module validation


Recommended Posts

  • 1 month later...
  • 1 year later...

Hi to all,

now I'm using PS 1.4.5.1 and I had the same problem

No template found for module validation

 

this is the solution:

into validadion.php edit

 echo Module::display(__FILE__, 'validation.tpl');

 

with this

 

 echo Module::display('/miosito.it/modules/nomemodulo', 'validation.tpl');

 

(the complete path)

 

ciao

Link to comment
Share on other sites

×
×
  • Create New...