Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: butchs on April 02, 2007, 07:44:38 AM

Title: Visual verfication stopped working...
Post by: butchs on April 02, 2007, 07:44:38 AM
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
Title: Re: Visual verfication stopped working...
Post by: butchs on April 02, 2007, 07:31:46 PM
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.   :'(
Title: Re: Visual verfication stopped working...
Post by: metallica48423 on April 02, 2007, 08:05:18 PM
what errors is it giving you now?  now that template eval is off, you should be able to see the true error
Title: Re: Visual verfication stopped working...
Post by: butchs on April 03, 2007, 09:07:48 PM
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... :-*
Title: Re: Visual verfication stopped working...
Post by: marduk420 on April 04, 2007, 09:54:23 PM
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?