Hello
Does anyone know how can I increase the text filed valu (textfield" maxlength="50") in the control pannel where;
Settings>General tab
===================
E-Mail:
Currently when I add an email that has more than 32 charecters, it gives the following error.
.....................................................................
Required Data has not been entered. Check for field errors!
Under the "E-mail” filed shows in red,
E-Mail Address does not appear to be valid!
....................................................................
I tried with another email that has 32 or less than 32 charecters then it is OK. I don't get that error.
Thanks for any help.
Thanks for your kindly help.
It has been resolved.
admin/controller/setting/setting.php
In the "setting.php" file, I changed 32 to 64... then no errror anymore.
$this->request->post['config_email'])) > 32
change to:
$this->request->post['config_email'])) > 64
It has been resolved.
admin/controller/setting/setting.php
In the "setting.php" file, I changed 32 to 64... then no errror anymore.
$this->request->post['config_email'])) > 32
change to:
$this->request->post['config_email'])) > 64
Who is online
Users browsing this forum: No registered users and 85 guests