PDA

View Full Version : Smarty error: validate: validator id 'v_TITLE_M'


John D
01-03-2006, 07:39 PM
Hey,
Getting an error on my submit page:

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

http://www.alldotnet.com/new/submit.php

Any ideas?

Thanks a lot :)

ZOMP
01-04-2006, 12:41 AM
If you prefer to keep the validation turned on you could try reuploading the files associated for that device or you could simply turn that feature off.

Hope that helps. :)

John D
01-04-2006, 04:09 AM
Thanks, what is the actual error?Will this effect submissions in any way or will it still work without any problems?

VSDan
01-04-2006, 04:29 AM
v_TITLE_M is an invalid descriptor in the default phpLD. Should be either v_TITLE or v_TITLE_U. Did you edit submit.tpl? Can you post your submit.tpl file. Thanks.

John D
01-04-2006, 01:27 PM
Yeah, I have included my submit here :)

Thanks

Content visible to registered users only.

VSDan
01-04-2006, 04:54 PM
I see that you are using modified submit - not familiar with mod. This is causing the problem:

Content visible to registered users only.

Can you post your submit.php. Looks like you modified submit.tpl, but not submit.php (not entirely at any rate). v_TITLE_M needs to be registered with Smarty validator in submit.php.