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.
For this behavior,
I've changed the function getCfg( $config )
within administrator/components/com_comprofiler/plugin.foundation.php at line 2524 (added 2 lines) to