J3.x

J3.x:Update von 3.6.x nach 3.6.5 Profil Felder

From Joomla! Documentation

Revision as of 23:21, 14 January 2017 by M-b-o (talk | contribs) (Created page with "J3.x:Update von 3.6.x nach 3.6.5 Profil Felder")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Errors reported

The fields marked as `required` in the Plugin User - Profile are set as Optional in the registration form in frontend.

Versions affected

General Information

This pertains only to Joomla! version(s): 3.6.5

What is the cause

The data is not loaded into the form.

How to fix

Modify the components/com_users/models/registration.php file by taking of false on the following line.

$form = $this->getForm(array(), false);

should be

$form = $this->getForm(array());

See detail https://github.com/joomla/joomla-cms/commit/37222604e2ce92f00072f554f44b6a97cfc66756