Show registration validation erorr

maximus2579 04 Apr, 2013
Hi,

How can I display the error messages coming from the registration. See debugger below:

Validation Errors:

Array
(
[0] => Gebruikersnaam is bezet
)

Debug Data

Couldn't save user, Joomla returned this error : Gebruikersnaam is bezet



I want to display the message "Gebruikersnaam is bezet".

Regards,

Allie
GreyHead 06 Apr, 2013
Hi Aliie,

Please make sure that your template supports Joomla! System Messages. The index.php file needs to include this line:
<jdoc:include type="message">


Bob
maximus2579 06 Apr, 2013
Thanks Bob. Added the line and it works perfectly.
This topic is locked and no more replies can be posted.