Title: Custom fields &quot;Unique Field ID&quot; error [RESOLVED]
Last modified: August 21, 2016

---

# Custom fields "Unique Field ID" error [RESOLVED]

 *  Resolved [ayron.wohletz](https://wordpress.org/support/users/ayronwohletz/)
 * (@ayronwohletz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-fields-unique-field-id-error-resolved/)
 * I saw this error listed a few times on the old forum:
 * [http://www.s2member.com/forums/topic/custom-registration-field-not-added/](http://www.s2member.com/forums/topic/custom-registration-field-not-added/)
 * [http://www.s2member.com/forums/topic/cant-add-custom-field-unique-id-exists/](http://www.s2member.com/forums/topic/cant-add-custom-field-unique-id-exists/)
 * I’d like to report the solution I found in case anyone else runs into this. The
   file wp-content\plugins\s2member\includes\jquery\.htaccess had this content:
 * `allow from all`
 * I changed it to this:
 *     ```
       <IfModule authz_core_module>
       	Require all granted
       </IfModule>
       <IfModule !authz_core_module>
       	allow from all
       </IfModule>
       ```
   
 * [https://wordpress.org/plugins/s2member/](https://wordpress.org/plugins/s2member/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [noobie](https://wordpress.org/support/users/noobie/)
 * (@noobie)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-fields-unique-field-id-error-resolved/#post-4762438)
 * Just like to say thank you Ayron for posting this solution – it worked perfectly.
 * You’re a life-saver, thanks again.
 *  [jaspud](https://wordpress.org/support/users/jaspud/)
 * (@jaspud)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-fields-unique-field-id-error-resolved/#post-4762451)
 * I’m trying to get this to work as well. Could you point me in the right direction
   in some dumb downed steps? If I make these changes, will it affect anything else
   with s2member?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom fields "Unique Field ID" error [RESOLVED]’ is closed to new replies.

 * ![](https://ps.w.org/s2member/assets/icon-256x256.png?rev=980067)
 * [s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions](https://wordpress.org/plugins/s2member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/s2member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/s2member/)
 * [Active Topics](https://wordpress.org/support/plugin/s2member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/s2member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/s2member/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jaspud](https://wordpress.org/support/users/jaspud/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/custom-fields-unique-field-id-error-resolved/#post-4762451)
 * Status: resolved