Viewing 2 replies - 1 through 2 (of 2 total)
  • n0x

    (@n0x)

    replace in pie-register.php :

    $update[“profile_req”] = $this->disable_magic_quotes_gpc($_POST[‘piereg_profile_req’]);

    with :
    $update[“profile_req”] = $_POST[‘piereg_profile_req’];

    kahlan

    (@trailness)

    Bless you, n0x. I had the same problem and your solution worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Pie Register] Unable to select required fields’ is closed to new replies.