I often got smarty warning when submitting links PHP Warning: Smarty error: validate: validator id 'v_LINK_TYPE' is not registered. in /xxxx/xxxxxx/xxxxxxxxxxx/libs/smarty/Smarty.class.php on line 1095 PHP Warning: Smarty error: validate: validator id 'v_TITLE' is not registered. in /xxxx/xxxxxx/xxxxxxxxxxx/libs/smarty/Smarty.class.php on line 1095 PHP Warning: Smarty error: validate: validator id 'v_TITLE_U' is not registered. in /xxxx/xxxxxx/xxxxxxxxxxx/libs/smarty/Smarty.class.php on line 1095 PHP Warning: Smarty error: validate: validator id 'v_TITLE_LENGTH' is not registered. in /xxxx/xxxxxx/xxxxxxxxxxx/libs/smarty/Smarty.class.php on line 1095 When i reload the page, the warning is gone. How do I fix this? This does not look professional. I'm using version 2.2
take a look at /Smarty.class.php on line 1095 maybe someone could help you if know the code... from as i can see you just missing some folder/path to make a script run perfect. But before all of this, please attach your script here.. so people are easy to help