Register button not working

Hi all,

I'm playing with 7.1 and everything's more or less working fine! (btw thanks guys for your hard work).

I'm facing a big issue with the register button at the bottom of join.php. Though I'm filling all the fields, when I click on "register" button at the end, nothing happens. I've tried with two languages (en and fr) and with both templates but no improvements.

You may try here: http://goo.gl/X9tk9

Main modifications done one the site is add two more categories (Professionnal photographer and amateur) and changed the Sex values in the translation file only. I've added as well, prior to the installation two more lines in the v71.sql :

INSERT INTO `sys_pre_values` VALUES('Sex', 'photopro', 1, '_PhotoPro', '_LookinPhotoPro', '', '', '', '');

INSERT INTO `sys_pre_values` VALUES('Sex', 'photoamat', 0, '_PhotoAmat', '_LookinPhotoAmat', '', '', '', '');

Did I miss something? Why no new user can register? Can someone help me on this?

Quote · 12 Nov 2012

Hello

I just checked Join form on your site and as I see "Join Now" button returns a JS code in addition to the check result. Looks like you added Google Analytics but did it incorrectly. You need to fix it and the problem with Join form should disappear.

<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', '_________']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 12 Nov 2012

Hi Anton,

Great! I removed the link to Google Analytics and it works fine now (removed an include to analyticstracking.php)! Still facing a few issues with confirmation mails not sent but I'll find out why.

Thank you for your help again!

Quote · 12 Nov 2012

Hello

You are welcome. :) It's great that the problem was resolved.

Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV
Quote · 12 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.