Quote Originally Posted by David Allen View Post
I guess it is because the EXTRA FIELD IN CUSTOMER ACCOUNT mod appears not to have been updated for 1.5.1. That mod replaces the create account module with it's own version.
I can see two ways to go.
1) Because the extra field mod is using a 1.5 version of the create account module (/includes/modules/YOUR_TEMPLATE/create_account.php), you could try using the 1.5 instructions for my reCAPTCHA mod. or
2) Use the 1.5.1 version of the file and incorporate the changes necessary for the extra fields mod into it..

I think option 1 is probably easier.
Regards
Yes would be easier, but I would recommend doing it right. It's unfortunate that the other mod is not properly documented/updated for 1.5.1, but if not mistaken that means that a notifier is not incorporated which could have an effect on incorporation of future mods if it is assumed that all of the code is really up to 1.5.1.

Bergernovelties, I am not sure what the EXTRA FIELD IN CUSTOMER ACCOUNT mod is, but would recommend that the author of it be notified or a summary of what David posted be added to the applicable forum for that mod.

Ideally when incorporating a new mod even to a fresh install, a comparison should be made between the existing and the new mod to ensure that only those changes intended will be made and that the changes make sense. Each mod author tries their best to document and prevent things like whatu have experienced; however, mistakes happen or sometimes the code (and documentation) gets published in a hurry before a comprehensive review.

It's good that David stepped up to address the conflict of another mod with this one, and the instructions written still support the older ZC so it is much easier to follow the instructions for incorporating reCaptcha under the current coding, but I recommend restoring your create_account file and incorporating the other mod into it. (My luck, both methods will give the same final file. :) )