MyBB Community Forums

Full Version: Username check, checking forever, blank page after register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I upgraded from 164 to 166
In member_register, I changed

	regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=usernamestrictValidate', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last

into

	regValidator.register('username', 'ajax', {url:'xmlhttp.php?action=username_availability', loading_message:'{$lang->js_validator_checking_username}'}); // needs to be last

Url of refister page:
http://hijaj.net/mybb/member.php
Any help please?
I upgraded from 164 to 166
made changes to member_register template as mentioned above
Now when a new member want register, the checking username keep loading/checking forever
Here is a link to the register page:
http://hijaj.net/mybb/member.php

The forum is in arabic, but quite easily to find the username field, it is the first field
I soved it !!!
it was a faulty plugin, I uninstall it, Now the check routine is properly checking
There was another error which was solved as well
If you fill fields and click register you get blank page.
after uninstalling the faulty plugin, you get correctly registered

How I managed to solved it?
from general settings I set disable all plugins to YES. It worked!!! so I set it to NO, then I manually disabled plugins one after another until I come upon the faulty one

The amastinh thing was that plugin has no name !! just like this:

(1.0)
Created by ------------- deactivate ------- uninstall