Web Global Net
Administrator
     
Offline
Posts: 1,685
|
 |
« on: April 04, 2007, 06:34: AM » |
|
If you are getting this error when someone tries to register or you try to use Registration in the admin center:
Fatal error: Cannot redeclare template_verification_settings() (previously declared in /home/public_html/support/Sources/Load.php(1726) : eval()'d code:709) in /home/public_html/support/Sources/Load.php(1726) : eval()'d code on line 893
Chances are it's related to the Advance Visual Mod or your Registration.template.php file found in the Default template directory is damaged. The files normal size is around 31k if you modified it using the Advanced Visual Mod it could be as large as 61k.
Replace the Registration.template.php with a fresh one from the original installation file and you should be all set.
What happens is that the code for visual verification gets listed twice. You could delete that extra code - but it is easier to just replace the file as mentioned above
|