• sir when I click on the register button nothing happens it just freezes can you guide me what should I do please

Viewing 1 replies (of 1 total)
  • Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    This happens when “admin-ajax.php” is not available.
    It is possible that some security measures have restricted “admin-ajax.php” in .htaccess. Fix it, or add the following code to your .htaccess.

    <Files admin-ajax.php>
        Order allow,deny
        Allow from all
        Satisfy any
    </Files>

    Or you should change the settings of the security plugin that limits it.

Viewing 1 replies (of 1 total)

The topic ‘register freeze’ is closed to new replies.