简体   繁体   中英

Joomla Registration Form flashes fields and then disappers

My Joomla Registration Page stopped working and I'm not sure what version it stopped on or why it stopped working.

The website is https://www.p3proswing.com . If you click on 'My Account' in the eyebrow window it should bring up the login screen (although it now prompts an error first, but it then loads the page). Click on the 'Don't have an Account' button.

You will see the form fields flash on the screen and then disappear. They show if you 'view source code', but are not on the screen. I checked Google Developer Tools and the source for the fields are not listed in the form. I also checked to assure they were not hidden but did not see that either.

Any help would be greatly appreciated. Joomla Version is 3.8.4

Ok... Just in case anyone else has this issue. It was from the JoomApp - Multi Usergroup plugin.

The resolution is very simple. Go to components/com_users/models/registration.php. Do a search for $form = $this->getForm(array(), false); and change this to $form = $this->getForm(array(), true);

That's all.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM