Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Application Development » ERROR in character encoding
ERROR in character encoding [message #7132] Wed, 02 May 2018 18:08 Go to previous message
edortizq is currently offline  edortizq
Messages: 82
Registered: August 2008
Location: Ecuador
Member

Please see an attached file with an error using ADD1 transaction, it happens when I try to send an error message using this->error
This is my validation code:

function _cm_validateInsert ($rowdata)
// Valida el datos del registro
{
$cedrucpas = $rowdata['cedularucpas'];
if (!$this->validarCedula($cedrucpas)) {
$this->errors['cedularucpas'] = getLanguageText('e0001');
}
return $rowdata;
} // _cm_validateInsert

The attached shows the Radicore Application Error

Any ideas why it happens? Please your help!

[Updated on: Sat, 05 May 2018 12:20] by Moderator

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: ERD for xample
Goto Forum:
  


Current Time: Thu Apr 18 21:54:43 EDT 2024

Total time taken to generate the page: 0.00918 seconds