[ FIX ] for if (data.error){ – UserPro Forums https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/feed/ Fri, 10 May 2024 11:48:43 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32107 <![CDATA[[ FIX ] for if (data.error){]]> https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32107 Mon, 14 Apr 2014 13:58:29 +0000 Ahmed Benziane Hi there,
A simple fix for js conflict at login form level.

1. Look at ( userpro > scripts > scripts.min ) lines 721 and 1185 for:
if (data.error)

2. Change it to:
if (data && data.error)

That’s it 🙂

]]>
https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32112 <![CDATA[Reply To: [ FIX ] for if (data.error){]]> https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32112 Mon, 14 Apr 2014 14:47:45 +0000 admin Thanks for the fix, I updated the plugin already with that fix 🙂

]]>
https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32158 <![CDATA[Reply To: [ FIX ] for if (data.error){]]> https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32158 Mon, 14 Apr 2014 15:46:27 +0000 Ahmed Benziane Hi Ahmed,
Good to know. I wasn’t aware of it and I thought shearing may help others.
Thanks Ahmed for your support.

]]>
https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32160 <![CDATA[Reply To: [ FIX ] for if (data.error){]]> https://forum.userproplugin.com/forums/topic/fix-for-if-data-error/#post-32160 Mon, 14 Apr 2014 15:48:53 +0000 admin No, there’s a little misunderstanding. I only updated the plugin after I saw YOUR FIX. So thanks to you for that 🙂

]]>