J3.x

Actualización de 3.6.x a 3.6.5 - Campos de perfil

From Joomla! Documentation

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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

Errores reportados

Los campos marcados como 'requeridos' en el Plugin de usuario - Perfil están establecidos como opcional en el formulario de registro en el sitio web.

Versiones afectadas

Información general

Esto se refiere solo a las siguientes versiones de Joomla!: 3.6.5

¿Cuál es la causa?

Los datos no son cargados en el formulario.

Cómo arreglarlo

Modificar el archivo components/com_users/models/registration.php quitando falso en la siguiente línea.

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

debe ser

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

Ver detalle https://github.com/joomla/joomla-cms/commit/37222604e2ce92f00072f554f44b6a97cfc66756