PDA

View Full Version : Smarty error: Kindly Help


ebiztrendz
02-06-2007, 12:20 PM
Hello Expertz,

I have changed my PHPLD template and start getting this kind of error
on web page
http://www.worldwebatlas.com/contact.php

http://www.worldwebatlas.com/submit.php


Warning: Smarty error: validate: validator id 'v_EMAIL' is not registered. in /home/wwa/public_html/libs/smarty/Smarty.class.php on line 1088

Warning: Smarty error: validate: validator id 'v_RECPR_LINK' is not registered. in /home/wwa/public_html/libs/smarty/Smarty.class.php on line 1088

Please help me to trouble shoot this issue...

Thank in advance.

David
02-06-2007, 01:14 PM
You need to compare the smarty code on the default template for submit.tpl with your new template and identify the differences.

ebiztrendz
02-06-2007, 03:10 PM
Hello ADMIN,

Thank you for your reply, I didn't understand, how to compare the submit.tpl file

Please explain this in bit easier way...

Thank you.

David
02-06-2007, 03:22 PM
Open /templates/submit.tpl
Look at the file and look for code with tags that use these types of brackets {}
compare submit.tpl in your template to the one that comes with phpLD. Find the differences and make the necessary changes so that all code with {} is present in your template.