check error on username and email on https
- jdekempenaer
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 1 month ago #7164
by jdekempenaer
i have ajax register installed on my site. it all worked fine on my sandbox site which is on http. when i moved the site to production and installed ssl (https) the username and email check in the ajax register form gives a check error and will not let a user register ..... all other boxes are fine.
I tried a few things and switching off the asynchronous check on the https site seems to make it work again ....
it s a workaround but you might wan to double check.
jk
I tried a few things and switching off the asynchronous check on the https site seems to make it work again ....
it s a workaround but you might wan to double check.
jk
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
11 years 1 month ago #7165
by Saka
Emir Sakic
www.sakic.net
Which version of Joomla is it?
Check your configuration.php and make sure the live_site parameter is empty:
public $live_site = '';
Check your configuration.php and make sure the live_site parameter is empty:
public $live_site = '';
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.