J3.x

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

From Joomla! Documentation

This page is a translated version of the page J3.x:Update from 3.6.x to 3.6.5 Profile fields and the translation is 100% complete.
Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français

Berichtete Fehler

Die Felder, die als `Pflichtfeld` im Benutzer Plugin markiert sind, werden als optional im Registrierungs-Formular im Frontend angezeigt.

Betroffene Versionen

Allgemeine Informationen

Dies bezieht sich nur auf Joomla! Version(s): 3.6.5

Was ist die Ursache

Die Daten werden nicht in das Formular geladen.

Wie ist der Fehler zu lösen

Modifiziere die Datei components/com_users/models/registration.php durch Entfernung von false in der nachfolgenden Zeile.

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

Ändern zu

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

Siehe Detail https://github.com/joomla/joomla-cms/commit/37222604e2ce92f00072f554f44b6a97cfc66756