Last week I upgraded to version 1.1.2 and visual verification worked. This weekend I tried to install the "SMF_AJAX_Registration_Feedback_Mod_1.0.0". It loaded correctly but visual verification did not work. So I downloaded my back-up from the server and replaced the pgp and images and still it does not work. Is there something I missed with the back-up recover?
http://www.eastcoastrollingthunder.com/smf/index.php?action=register
What a pain. >:( I found the problem! :P
As per http://www.simplemachines.org/community/index.php?topic=160730.0
Because I was getting a bunch of Use of "undefined constant id" errors I changed "smf_settings" disableTemplateEval' from 0 to 1
a/k/a REPLACE INTO smf_settings VALUES ('disableTemplateEval', 1);
Now I am going to get a bunch of the errors but at least people can log onto my server. :'(
what errors is it giving you now? now that template eval is off, you should be able to see the true error
I deleted them. I do not think I am going back to try again since it will not allow new users to log in. Sorry... :-*
just a note: i installed the ajax registration feedback module as well and it did not work right off the bat because i was using a custom theme. if you're using a custom theme, did you remember to copy the javascript file from the zip to your custom theme directory?