Portal v2 Registration never goes to step 2

Hi,

I think this error generally means the .htaccess stuff is not working:
openemr/.htaccess at master · openemr/openemr · GitHub

Which is usually either because:

  1. Apache has been set to ignore .htaccess
  2. Or you are using Alias in apache which then need to incorporate this instead into the apache site config like so: openemr/openemr.conf at master · openemr/openemr · GitHub

-brady