I am assuming you are getting the error on your submit page, try looking at submit.php and look for code similar to: SmartyValidate :: register_validator('v_URL' , 'URL', 'isURL' , false, false, 'trim', 'submit_link'); [COLOR="Red"] SmartyValidate :: register_validator('v_URL_BANNED' , 'URL', 'isDomainBanned', false, false, 'trim', 'submit_link');[/COLOR] SmartyValidate :: register_validator('v_URL_ONLINE' , 'URL', 'isURLOnline' , false, false, null , 'submit_link'); Code (markup): Make Sure that the part highlighted above in Red is in there. I don't think it has to be in that exact spot, but make sure that line is somewhere. If that is not it, it would be helpful for you to elaborate on where/how you are seeing this error. You also may want to try the forums at PhpLD http://www.phplinkdirectory.com/forum/
What is this in reference to? A certain script? I looked up the error on Google and saw a couple scripts that spat it out that were running PHPLD. Please confirm and we may be able to help you a bit more .
Hi I Tried that but I still get the following on the submit page Warning: Smarty error: validate: validator id 'v_URL_BANNED' is not registered. in /#####/local/home/########/############/###/links/libs/smarty/Smarty.class.php on line 1095 and I get the following further down the page: Warning: Smarty error: validate: validator id 'v_OWNER_EMAIL_BANNED' is not registered. in /#####/local/home/########/############/###/links/libs/smarty/Smarty.class.php on line 1095 some help would really be appreciated Atrades
I have managed to fix the above but now I have fixed this it prodices the the following: Notice: SmartyValidate: [is_valid] criteria function 'isUrlBanned' was not found. in in /#####/local/home/########/############/###/links/libs/smarty/SmartyValidate.class.php on line 572
HI atrades, Are you sure that the template you are using is compatible with the version of PHPld you are running? Try this, if you made the following change, undo it: Then in phpld try the default template and see if you get any errors. If the default works, then it maybe that you are using the wrong template version. If the default doesn't work, then head over to http://www.phplinkdirectory.com/forum/ as you can get support there. (This really isn't a tech support type forum). Morty