I found a strange situation within the Ajax Username checker.
Description:
When registering on my page on
www.loytec.com
all is okay.
But registering with
loytec.com
, the checker prints out "error" when entering a username.
Possible, when the entry "var live_site" in the configuration file (configuration.php) is not identical to the used address - the 'Ajax Username checker' fails.
I just think, this is happening within plugin.class.php line 1965 - I will check this out.
Code:
$url = "index.php?option=com_comprofiler&task=fieldclass&function=checkvalue&user=$userid&reason=$reason";
if ( $_CB_framework->getUi() == 2 ) {
$ajaxUrl = $live_site . '/administrator/' . $_CB_framework->backendUrl( $url, false, 'raw' );
} else {
$ajaxUrl = cbSef( $url, false, 'raw' );
}
Best regards
Thomas
www.loytec.com
CB1.8, SEF on (but with SEF off, this behavior do exist too), Joomla 1.5.26