I have installed phpLD on a site. Everything went well. I added ini_set ('session.save_path', '/tmp'); in the config.php file because I was getting a Warning: session.save_path () is not set error. I installed a template, and added 700 categories. When I press Continue on submit page, it loads the same page again, with the info i entered. I did enter all info correctly. I did once get the following error [14-Jan-2009 13:05:04] PHP Warning: Smarty error: validate: validator id 'v_TITLE' is not registered. in /home/hmntnet/public_html/libs/smarty/Smarty.class.php on line 1095 Code (markup): but this didn't come after. It just came on my first attempt. Does anyone know how to fix this. Please, I really need help with this.
The first thing I've always told people is to switch to the default template and check to see if it works. If yes, its a template version error. If no, then there is most likely a corrupted file that has been uploaded. Try re-uploading the submit.php file (just in case) I made a test submissions right now, and it seemed to go through. Please delete it. It went into the arts. Also, make sure you have the checkbox javascript in there for when people click on the agreement. And make sure you have a template that is version compatible.
That was the problem. I tested it with the default it went through. What i did not is take the submit.tpl from the default template and put it into my current template and it works! Thanks for the help
Thank you for this post, I also have this problem " ('session.save_path', '/tmp')" and I don't know to fix it until I found this post. excellent...